There are two variables available to include in your store designs, which will allow customers to save and retrieve their shopping carts whilst they are shopping.
The variable to save the current shopping cart is SaveCartUrl and the variable to restore a saved shopping cart is RestoreCartUrl.
You can include them in code such as:
The variable to save the current shopping cart is SaveCartUrl and the variable to restore a saved shopping cart is RestoreCartUrl.
You can include them in code such as:
HTML Code:
<a href="<actinic:variable name="SaveCartUrl" />">Save Your Shopping Cart</a> <a href="<actinic:variable name="RestoreCartUrl" />">Restore A Saved Shopping Cart</a>