Is there any simple way to put an update button against each cart item to make it more easy/obvious for customers to be able to change their order quantities?
Announcement
Collapse
No announcement yet.
update button against each cart item
Collapse
X
-
Richard,
This can be done by editing the cart template. You can copy the update button from Act_ShoppingCart.html just these two line<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON"> -->
<INPUT TYPE="IMAGE" NAME="ACTION_UPDATE" SRC="update.gif" ALT="NETQUOTEVAR:UPDATEBUTTON"><TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN" BGCOLOR="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:REMOVEBUTTON</TD>NETQUOTEDEL:REMOVE
<Actinic:REMOVE TAG="RemoveButtonSpan">
<TD ALIGN="CENTER" ROWSPAN="NETQUOTEVAR:REMOVEROWSPAN" BGCOLOR="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:REMOVEBUTTON
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON"> -->
<INPUT TYPE="IMAGE" NAME="ACTION_UPDATE" SRC="update.gif" ALT="NETQUOTEVAR:UPDATEBUTTON">
</TD>
</Actinic:REMOVE>
NETQUOTEDEL:REMOVE
Kind regards,Bruce King
SellerDeck
Comment