Announcement

Collapse
No announcement yet.

Can my customers save their shopping carts and retrieve them at a later date?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can my customers save their shopping carts and retrieve them at a later date?

    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:

    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>
Working...
X