I have hardcoded the nav bar, and it contains the following link to my checkout -
<a href="http://www.[mysite]/cgi-bin/os000003.pl?ACTION=Start">[Checkout]</a>
It seems to work fine for me, and I'm getting shedloads of orders, but I looked at my stats today and it showed rather a lot of '404 Document Not Found' errors.
I ran a link checker on it and it said the only broken link was the one above.
Anyone know why it shows up as a broken link? is that not the correct way to call the checkout...?
I'm calling the cart with "<a href="http://www.[mysite]/cgi-bin/ca000003.pl?ACTION=SHOWCART">[View Basket]</a>" but the linkcheck likes that just fine...
<a href="http://www.[mysite]/cgi-bin/os000003.pl?ACTION=Start">[Checkout]</a>
It seems to work fine for me, and I'm getting shedloads of orders, but I looked at my stats today and it showed rather a lot of '404 Document Not Found' errors.
I ran a link checker on it and it said the only broken link was the one above.
Anyone know why it shows up as a broken link? is that not the correct way to call the checkout...?
I'm calling the cart with "<a href="http://www.[mysite]/cgi-bin/ca000003.pl?ACTION=SHOWCART">[View Basket]</a>" but the linkcheck likes that just fine...
Comment