in actinic you can choose between using a button or image to 'add to cart', but is there anyway to add using text rather than a button/image?
The code for the image is -
<INPUT TYPE=HIDDEN NAME="Q_19" VALUE="1"><br><Actinic:ACTIONS><P><INPUT TYPE="image" SRC="add_to_basket.gif" NAME="19" WIDTH="80" HEIGHT="22" BORDER="0"></P></Actinic:ACTIONS>
The code for the image is -
<INPUT TYPE=HIDDEN NAME="Q_19" VALUE="1"><br><Actinic:ACTIONS><P><INPUT TYPE="image" SRC="add_to_basket.gif" NAME="19" WIDTH="80" HEIGHT="22" BORDER="0"></P></Actinic:ACTIONS>
Comment