Jump to content

Adding image to product.tpl makes product page empty!


Recommended Posts

Hi,

 

I want to add the same image to each product - so have therefore added it to the product.tpl

 

But when the product is viewed, it makes the page blank.

 

This is how I've added the images:

 

<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>

 

<img src="http://www.designplus-shop.co.uk/themes/p55_gloss_red/img/product-images/emb-free.jpg" />

 

</div>

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...