please please please can anyone tell me what im doing wrong, i a trying to make my website go straight to the checkout after someone has added to the cart, i follwed the instructions here but it hasnt worked at all, the code tells you to alter this piece of text:
<INPUT TYPE="HIDDEN" NAME="ACTION" VALUE="Checkout Now">
<INPUT TYPE="HIDDEN" NAME="CHECKOUTURL"
VALUE="cgi-bin-url/os000001.pl?ACTION=Start%21" TARGET="_self">
so i did and changed it to this:
<INPUT TYPE="HIDDEN" NAME="ACTION" VALUE="Checkout Now">
<INPUT TYPE="HIDDEN" NAME="CHECKOUTURL"
VALUE="http://www.peaksensors.com/cgi-bin/osnnnnnn.pl?ACTION=Start%21" TARGET="_self">
but when i try to add it in the properties folder it still wont let me do it without giving a value? but the instructions mention nothing about this, should the value be a number or another piece of code?
please help me i would be extremely grateful
<INPUT TYPE="HIDDEN" NAME="ACTION" VALUE="Checkout Now">
<INPUT TYPE="HIDDEN" NAME="CHECKOUTURL"
VALUE="cgi-bin-url/os000001.pl?ACTION=Start%21" TARGET="_self">
so i did and changed it to this:
<INPUT TYPE="HIDDEN" NAME="ACTION" VALUE="Checkout Now">
<INPUT TYPE="HIDDEN" NAME="CHECKOUTURL"
VALUE="http://www.peaksensors.com/cgi-bin/osnnnnnn.pl?ACTION=Start%21" TARGET="_self">
but when i try to add it in the properties folder it still wont let me do it without giving a value? but the instructions mention nothing about this, should the value be a number or another piece of code?
please help me i would be extremely grateful
Comment