help, I've just been running a quick test on my site for a completely different reason when I noticed the buttons in the basket are broken, as well as the credit card logo...
in the 'view code' on of the faulty buttons looks like this -
which looks ok to me, as does the code for the logo -
but if I do a 'properties' on the card logo (properties doesn't work on the buttons but I assume it's the same problem) on the website it shows the path it is looking for, which gives a clue to the problem -
CGI-BIN??? why the heck is it looking in there? it should be in the root directory (I don't have an actinic directory, it's moved to the root)
I haven't been playing with the basket recently so maybe this was a change in the primary template or something???
To see it in action go to www.flu-protection.co.uk and add something to the basket! (go back into the basket after the timeout has returned you tot he main page)
in the 'view code' on of the faulty buttons looks like this -
Code:
<TD align="right"> <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CHECKOUTBUTTON"> --> <INPUT TYPE="IMAGE" NAME="ACTION_BUYNOW" SRC="checkoutnow.gif"> </TD>
Code:
<img src="credit-cards.gif">
Code:
http://www.flu-protection.co.uk/cgi-bin/credit-cards.gif
I haven't been playing with the basket recently so maybe this was a change in the primary template or something???
To see it in action go to www.flu-protection.co.uk and add something to the basket! (go back into the basket after the timeout has returned you tot he main page)
Comment