I was wondering if anyone new of the direct link to the shopping cart, to enable me to allow users to link to the cart from anywhere in the site?
As the link I have been using no longer works, as when the link is pressed a NOT FOUND error message is displayed.
Here is how I am using the direct link:
<td><a href="cgi-bin/ca000001.pl?ACTION=SHOWCART" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','brochureviewbasket_f2.jpg',1)"><img name="Image31" border="0" src="brochureviewbasket.jpg" width="110" height="30"></a></td>
For your reference the site is available in preview at:
http://www.richardwheatley.com/acatlog/index.html
As the link I have been using no longer works, as when the link is pressed a NOT FOUND error message is displayed.
Here is how I am using the direct link:
<td><a href="cgi-bin/ca000001.pl?ACTION=SHOWCART" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','brochureviewbasket_f2.jpg',1)"><img name="Image31" border="0" src="brochureviewbasket.jpg" width="110" height="30"></a></td>
For your reference the site is available in preview at:
http://www.richardwheatley.com/acatlog/index.html
Comment