spazzo Posted August 16, 2010 Share Posted August 16, 2010 HI I would like to have the text 'click to enlarge' below the product image above or below the >print ?Have seen it on other sites. Do i have to click a radio button to turn this on or is it in the code?Anyone help with this thanks. Link to comment Share on other sites More sharing options...
phrasespot Posted August 17, 2010 Share Posted August 17, 2010 If there is an image for the product, there should be a link appearing immediately below the >print; >View full size!http://img231.imageshack.us/img231/8746/vfss.jpg! Link to comment Share on other sites More sharing options...
spazzo Posted August 17, 2010 Author Share Posted August 17, 2010 thanks but it isn't showing for some reason. Link to comment Share on other sites More sharing options...
rocky Posted August 18, 2010 Share Posted August 18, 2010 Make sure that the useful link block exists in your product.tpl at around line 129: > <!-- usefull links--> </pre> <ul> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} {l s='Print'} {if $have_image && !$jqZoomEnabled} {l s='View full size'} {/if} </ul> It should be just before the closing div of the pb-right-column div. Link to comment Share on other sites More sharing options...
spazzo Posted August 18, 2010 Author Share Posted August 18, 2010 Ok i will check this out when i get a chance ...thanks for your help Link to comment Share on other sites More sharing options...
spazzo Posted August 18, 2010 Author Share Posted August 18, 2010 I checked the code you mentioned and it was there but i found that if you want the 'view full size' to show then you have to say 'No' to Jqzoom. Then the 'View full size' is displayed.Back Office >> Preferences >> ProductsProductsAllow ordering out-of-stock product: Yes No *Add to cart button is hidden when product is unavailableEnable stock management: Yes No *Display available quantities on product page: Yes No *Enable JqZoom instead of Thickbox on product page: Yes No *But then i removed this part from the code - && !$jqZoomEnabledand got both zoom and 'view full size' . This way the customers know to click to enlarge because some don'tSo Before:<!-- usefull links--> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} {l s='Print'} {if $have_image && !$jqZoomEnabled} {l s='View full size'} {/if} After:<!-- usefull links--> {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}{/if} {l s='Print'} {if $have_image} {l s='View full size'} {/if} I fluked this change because i don't know code but if you can see any reason this may affect the rest of the store please let me know.thanks 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