Scot Ranney • February 15, 2024
Miva Action Descriptions
Action Notes: Actions run in the order they are found in the environment. Actions are separated by commas.
SystemModule_Action(...)
runs before each action call.
If the system module returns a -1
then l.systemmodule_override is set and the entire action tree is skipped.
LogModule_Action(...)
runs after each action call.
Actions below are related to the basket are tested before anything else and the entire action function can be halted due to situations relating to deferred baskets and/or invalid customer sessions.
<MvIF EXPR = "{ l.current EQ 'CPWD' OR
l.current EQ 'CEML' OR
l.current EQ 'UCST' OR
l.current EQ 'ICST' OR
l.current EQ 'ICSQ' OR
l.current EQ 'ICSA' OR
l.current EQ 'UCSA' OR
l.current EQ 'DCSA' OR
l.current EQ 'CCSA' OR
l.current EQ 'ICPC' OR
l.current EQ 'UCPC' OR
l.current EQ 'DCPC' OR
l.current EQ 'UCSB' OR
l.current EQ 'DCSB' }">