Announcement

Collapse
No announcement yet.

Problem with custom button on first page of checkout.

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

    Problem with custom button on first page of checkout.

    Hi

    I have added a custom button the the first page (the address page) of my checkout at www.kjbeckett.com

    If you would like to remove a product or change the quantaties in your shopping cart please click here.
    The button takes the user back to the Shopping Cart page to allow the user to change quantities or remove products.

    When I originally implemented this I'm sure it worked (e.g. I tested successfully) but I have noticed that it has stoped working.

    This is the code I implemented on Act_Order01.html template:

    <!-- Order01 HTML begin --> NETQUOTEVAR:ERROR NETQUOTEVAR:REFPAGE <br>
    <br>
    NETQUOTEVAR:THEORDERDETAILS <br>
    <SPAN CLASS="actxxsmallred">If you would like to remove a product or change the quantaties in your shopping cart please <a href="http://www.kjbeckett.com/ca000001.pl?ACTION=SHOWCART">click here</a>.</span><br>
    <table width="100%" border="0" cellpadding="0">
    <tr>
    Can any one see what I have done wrong because I just can't figure it out.

    Thanks

    Paul

    Ps I have also started a post asking for general comments advice for improvements of my checkout process. If you have any opinions I would appreciate your advice at: http://community.actinic.com/showthr...367#post169367
    KJ Beckett
    Men's Clothing & Accessories
    Cufflinks, Underwear, Ties, Grooming Products
    Bath, England
    Fast delivery to UK, USA and worldwide.
    Men's Fashion Blog

    #2
    Code:
    href="http://www.kjbeckett.com/ca000001.pl?ACTION=SHOWCART
    shouldn't this be
    Code:
    href="http://www.kjbeckett.com/cgi-bin/ca000001.pl?ACTION=SHOWCART

    Comment


      #3
      Thanks Jo

      I'm sure that was working when I implemented it. It certainly is working now!

      If anyone can recommend any improvements that I could make to my cart and checkout process I would appreciate it. I want to make sure it is as usable as possible. I'm not certain it is at the moment.

      Paul
      KJ Beckett
      Men's Clothing & Accessories
      Cufflinks, Underwear, Ties, Grooming Products
      Bath, England
      Fast delivery to UK, USA and worldwide.
      Men's Fashion Blog

      Comment

      Working...
      X