Shopping Cart Tutorial - Miscellaneous
More topics will be added to this section as questions not covered by this
manual become frequent.
How do I replace the "Add To Order" button by a clickable graphic?
Simple, replace the below code :
<INPUT TYPE="SUBMIT" VALUE="Add To Order">
|
|
with
<INPUT TYPE="IMAGE" SRC="file.gif" NAME="Add To Order" BORDER="0">
|
|
You'd replace file.gif by the actual image file name you wish to display.
Why does the " symbol not work in Item descriptions?
This symbol has special meaning in .html code, which makes it so that
this may not work properly. In case you do need it (to specify a size in
inches for example), use the below to represent the " symbol.