Announcement

Collapse
No announcement yet.

view cart, edit cart

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

    view cart, edit cart

    i think i have deleted the links that lets my customer view the current cart and also edit it from anywhere on the site. can someone please tell me the links for this. thanks

    #2
    Hi there,

    If you want the 'View Basket' link in text format, you can edit the Act_Primary template and insert code like:

    Code:
    <a href="NETQUOTEVAR:NAVBCARTLINK">View Basket</a>
    Else, if you have Dreamweaver installed, you can also use an image to display/edit the cart contents by inserting this:

    Code:
    <img src="Image1.gif" width="80" height="22" border="0" alt="View & Edit Cart Contents">
    and enter 'NETQUOTEVAR:NAVBCARTLINK' in the Properties Link. (check ImageLink.jpg)

    Hope this helps.
    Attached Files
    Cheers,
    Suresh Babu G

    Comment

    Working...
    X