Checkout Page Customization
If you would like an image to appear at the top of your shopping cart pages, you can easily do so from the 'Cart Setup' >> 'Customization' screen within your account. You have several areas here that allow you to access the HTML of your shopping cart pages.
The ‘View Cart Top HTML Message' and ‘View Cart Bottom HTML Message' will give you access to the top and the bottom HTML areas of the first Shopping Cart page (the basket-type page), while the 'Order Form Top HTML Message' and 'General Purpose Statement Message' give you access to the top and bottom HTML areas of the second Shopping Cart page (the billing/checkout page).
In order to have an image appear in the content of these pages, you would simply add a line of HTML code similar to this:
<img border="0" src=http://www.yoursite.com/yourimagesdirectory/image001.jpg width="260" height="209">
This code tells any web browser visiting your shopping cart page to load the graphics file from yoursite.com and look in the appropriate directory for the image file.
Alternatively, we offer a secure image area within your account which you can find by clicking ‘Cart Setup’ >> ’Secure Image Area’ from the main menu. This page allows you to upload your image to our secure servers. Once this is done, our system will provide you with a new link that points to your image on our secure server.
You can then add the secure image to your secure checkout page Top HTML in the same way as above, without worrying about your clients browsers running into security errors. |