Hi there
Is it possible to remove the Save and Retrieve elements from the checkout of Actinic
I've found the code in Act_ShoppingCart.html which displays them (Save section displayed below)
but having either commented all this out or even removing it doesn't seem to help.
Could anyone shed any light?
Cheers
Jos
Is it possible to remove the Save and Retrieve elements from the checkout of Actinic
I've found the code in Act_ShoppingCart.html which displays them (Save section displayed below)
Code:
<TD align="center"> <Actinic:REMOVE TAG="SaveButton"> <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:SAVEBUTTON"> --> <INPUT TYPE="IMAGE" NAME="ACTION_SAVE" SRC="save.gif" ALT="NETQUOTEVAR:SAVEBUTTON"> </Actinic:REMOVE> <Actinic:REMOVE TAG="SaveButtonDisabled"> <!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:SAVEBUTTON" DISABLED> --> <INPUT TYPE="IMAGE" NAME="ACTION_SAVE" SRC="save.gif" ALT="NETQUOTEVAR:SAVEBUTTON" DISABLED> </Actinic:REMOVE> </TD>
Could anyone shed any light?
Cheers
Jos
Comment