I have somehow messed up the buttons on my shopping cart. My Update & Checkout buttons work, however the save/continue buttons do not.
I have looked at the code and noticed that all the inputs use the same ACTION. How does actinic know what button I am pressing? Is it by the value? Also, i note on some actinic sites, that ACTION_GET, ACTION_CONTINUE etc are used.
Please try adding an item to my cart (on the left, choose household>cleaning products to see some items).
Thanks,
Paul.
I have looked at the code and noticed that all the inputs use the same ACTION. How does actinic know what button I am pressing? Is it by the value? Also, i note on some actinic sites, that ACTION_GET, ACTION_CONTINUE etc are used.
Code:
<INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Update"> <INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Save Shopping List"> <INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Return to the catalog"> <INPUT class="ca_submit" TYPE="SUBMIT" NAME="ACTION" VALUE="Checkout Now">
Thanks,
Paul.
Comment