View Single Post
  #447  
Old 03-02-2014, 03:47 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Add to cart popup product image loading issue.

The picture of the product will not load the timer spinner image keeps whizzing around trying to load.
skin/reboot/modules/Add_to_cart_popup/product_added.tpl

Replace...
Code:
<a href="{$product_url}" class="{if $config.Reboot.reboot_unify eq "Y"}unify thumb_size_medium{/if}">
With...
Code:
<a href="{$product_url}" class="{if $config.Reboot.reboot_unify eq "Y"}thumb_size_medium{/if}">
__________________
xcartmods.co.uk
Reply With Quote