View Single Post
  #974  
Old 05-19-2015, 02:19 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default Re: X-Cart - reBOOT - Responsive Template

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
__________________
WooCommerce as of 10/2022
Reply With Quote