Pseudo-Algorithm for PostAddToCart
Follow these steps when using a pseudo-algorithm for PostAddToCart:
Check the Action input argument:
If Action = Customize, End;
Else go to step 2.
Check the AddToCartGotoView input argument:
If not empty, then navigate to that view and End;
Else go to step 3.
Check the AddToCartGotoView server component parameter:
If not empty and <> NONE, then navigate to that view and End;
Else End.