Insert image into shopping cart product description such as a swatch
Автор: Andy T.
Просмотрено 1975,
Подписчики 1,
Размещенный 0
Hi
Is it possible to insert a image url into the shopping cart description just so I'm able to show a colour swatch?
Размещено
Hello Andy,
Yes, this is possible. You will need to upload your images manually if they are not already present on your server, and then set either an absolute or relative link to them. The shopping cart description field will recognise your HTML automatically.
Kind regards,
Paul
Автор
Hi
I tried this below but still can't get it to work can you tell if I have anything wrong
<IMG HEIGHT="100" WIDTH="100" SRC="http://art-taylor.co.uk/amazon/bike_shirts/Ace-1920 copy.jpg">
I got it working in a html box but wont work in the description in a shopping cart
I change the page properties to html too but still wont work.
sample below.
http://www.value-websites.co.uk/
Change the double quotes for single ones, Andy... like this:
<IMG HEIGHT='100' WIDTH='100' SRC='http://art-taylor.co.uk/amazon/bike_shirts/Ace-1920 copy.jpg'>
Best wishes...