Depending on where you want to put the images you can add the html source to display the image in any of the text fields available in a page or product (Pages > Edit page info or Products Edit Product info.). You can also use the page header and footer (Preferences > Layout Settngs (or Page Header/Footer) for older version of ShopSite) )
For Shopping cart screens you can use the Text at top or Text at bottom of the page fields. (Commerce Setup > Order System > Shopping cart, or Checkout or Confirmaion or ThankYou.)
The html code to display an image would look something like this
- Code: Select all
<img src="http://www.beeutahful.com/store/media/Angel.gif" width="171" height="166" vspace="3" hspace="3" border="0">
You can get that code by going to the Images screen, clicking on the image you want to display and clicking Edit Imags. In the section Image tag you will find the code for that image.
You can insert the image code into text that you have in a field or you can useTables or Divs to position the image where you want it.