Page 1 of 1

Displaying an image on product page when price is over £75

Posted: Tue Mar 12, 2013 3:35 am
by hawkish
Hello Everyone.

I am interested in displaying a simple free delivery logo on my product page but only when the product price is over £75. So far I have managed to edit the product.tpl with the following to display a linkable image on all products (regardless of price).

Code: Select all

<a href="http://www.hutchinsons.com/information/information&information_id=6" target="_self">
<img src="http://www.hutchinsons.com/image/FREEDEL.png" width="480" height="150" alt="Photo Description here" />
</a>   
An example page

Code: Select all

http://www.hutchinsons.com/bose-solo-speaker-system?filter_name=solo
Any help or advice very gratefully recieved. Thanks in advance :)