ismoran Posted August 6, 2011 Share Posted August 6, 2011 Hi, I've been trying to customise my product.tpl to include an image (this would be the same image for all products) I've tried to do this by using the code below - but when I preview in a browser the page is completely blank. Here is the code I've been using: <ul id="usefull_link_block"> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} <li><a href="javascript:print();">{l s='Print'}</a><br class="clear" /></li> {if $have_image && !$jqZoomEnabled} <li><span id="view_full_size" class="span_link">{l s='View full size'}</span></li> {/if} </ul> -------------------------------THIS IS WHAT I'VE ADDED---------------------------------------------- <img src="http://www.designplus-shop.co.uk/themes/p55_gloss_red/img/product-images/emb-free.jpg" /> ---------------------------------------------------------------------------------------------------- </div> Would appreciate it if someone could point me in the right direction. Thanks, Iain. Link to comment Share on other sites More sharing options...
Prescol Posted August 26, 2011 Share Posted August 26, 2011 Remember you have to force smarty compile (preferences->performance) after making changes in tpl files. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now