Announcement

Collapse
No announcement yet.

Can I create links for customers to save or retireve their shopping carts/lists?

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

    Can I create links for customers to save or retireve their shopping carts/lists?

    Place the following code in your overall layout where you want the links to appear:

    HTML Code:
    <A HREF="<actinic:variable name="SaveCartUrl" />"><FONT FACE=ARIAL SIZE=-1><I><B>Save Shopping List</B></I></FONT></A>
    <A HREF="<actinic:variable name="RestoreCartUrl" />"><FONT FACE=ARIAL SIZE=-1><I><B>Load Shopping List</B></I></FONT></A>
Working...
X