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?
|