View Single Post
  #2  
Old 09-22-2011, 06:55 AM
 
lostdog lostdog is offline
 

Advanced Member
  
Join Date: Aug 2011
Posts: 44
 

Default 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?
__________________
X-Cart/Gold 4.4
Factory Direct Hardware
Reply With Quote