Hi
I have added a custom button the the first page (the address page) of my checkout at www.kjbeckett.com
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:
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
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.
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>
<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>
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
Comment