Quote:
Originally Posted by Kje889@yahoo.com
Hi Phil, On my site the main image on the product page is displaying the detailed image rather than the image I loaded as the main image.
This is a problem for product variants as the image is not switching to show the variant images.
Could you please let me know how to fix this.
Thank you
|
My Brother-in-law is having the same issue. Until Phil replies try the following.
in \skin\reboot\modules\Detailed_Product_Images\light box_image.tpl
Under {* Product Image *} approx line #16
Change:
Quote:
<img src="{$i.image_url|amp}" alt="{$i.alt|escape}" title="{$i.alt|escape}" />
|
To:
Quote:
<img src="{$product.image_url|amp}" alt="{$i.alt|escape}" title="{$i.alt|escape}" />
|
Please let me know if this works. Thanks! Paul