Announcement

Collapse
No announcement yet.

(My shopping cart) or wish list

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

    (My shopping cart) or wish list

    is it possible to add a button for my shopping card or a wish list so visitors can add items and then log back in at a later date to order them ?

    #2
    If you go into your site and add an item to your cart and then go take a look at your cart, you will see options in there for save and retrieve content of the list.

    You can add this functionality to your section pages as well by using the code within the Act_Primary.html template or any of the different aligned templates you might be using, which looks something like this:

    The NETQUOTEVARs below can be uncommented and moved to the appropriate

    location
    to save and load shopping lists
    <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

    Shopping List</B></I></FONT></A>
    <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load
    Shopping List</B></I></FONT></A>

    So, what you are after is possible now.

    Hope this helps.

    Comment

    Working...
    X