Announcement

Collapse
No announcement yet.

Cart - buttons to remove items

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

    Cart - buttons to remove items

    When at the checkout, the screen where you enter your name and address etc, the contents of the cart is displayed at the top of the screen.
    The buttons to remove items from the cart are not present at this stage - is is possible to add them? I have had a couple of customers who have not managed to navigate back to the basic website where they could have pressed "view trolley" to remove the items (as these buttons also disappear at this stage).

    If this is not possible, is there a way of adding text to the page to advise what to do if the cart contains things they dont want?

    Any ideas?

    Thanks
    Jez

    #2
    It is not possible to add the buttons you need, so you will need to add in some instructions into the checkout templates - Act_Order00.html, Act_Order01.html and Act_Order02.html.

    The variable NETQUOTEVAR:THEORDERDETAILS includes the shopping cart into the checkout pages so add your text near there. Customers are going to have to exit the checkout so you could add the 'Cancel' button under your instructions:

    <input type=SUBMIT name=ACTION value="NETQUOTEVAR:CANCELBUTTON">

    Comment

    Working...
    X