View Single Post
  #2  
Old 07-09-2010, 01:58 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: I need an {if} variable for detailed Images

In file,

/customer/main/product.tpl

you'll see some code for detailed images, including:

Code:
{if $active_modules.Detailed_Product_Images && $config.Detailed_Product_Images.det_image_popup eq 'Y' && $images ne '' && $js_enabled eq 'Y'} {include file="modules/Detailed_Product_Images/popup_image.tpl"} {else} ...
This may be a starting place.

IF the detailed product images in on, and if there is a detailed product image, show the image, else....

WHERE do you want to show this image?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote