X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   x cart not main image with variant image (https://forum.x-cart.com/showthread.php?t=60962)

lostdog 09-21-2011 04:50 PM

x cart not main image with variant image
 
Hi,

Any ideas on why my default image is not being swapped for the variant images? I have different variants with different images, when I change via dropdown nothing happens.

lostdog 09-22-2011 06:55 AM

Re: x cart not main image with variant image
 
I found two javascript errors on the product page.

check_options is not defined

<script type="text/javascript">
//<![CDATA[
check_options();
//]]>
</script>

and

check_options is not defined
setTimeout(check_options, 200);

<script type="text/javascript">
//<![CDATA[
setTimeout(check_options, 200);
//]]>
</script>

Any ideas on how to fix this?

cherie 09-29-2011 12:29 PM

Re: x cart not main image with variant image
 
Sounds like some other Javascript may not be working correctly and interfering with check_options. Have you tried looking at the pages with Firefox's Javascript Console or Firebug to look for more details?


All times are GMT -8. The time now is 08:09 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.