On the particular page ( http://demo.gostrands.com/body-wave/natural-body-wave.html ), I am not able to select the secondary picture and display it in the main picture holder.
Please advise on how to fix this.
7 answers
Hi
I need a closer look to detect the root of the issue. Please provide me the url, admin and FTP credentials of your site.
Best regards,
Kan
Kan,
Do you have an eta on your diagnosis?
Max
This question hasn’t been answered yet
Hi maximilian183,
I apologise for my late response. I can’t connect to your site.
You can go to the file app\design\frontend\default\jm_crafts\template\catalog\product\view\media.phtml
inline 107 and 129
change onclick=”return false;”>
to
onclick=”return false;” onmouseover=”changeImage(this,'<?php echo $this->helper(‘catalog/image’)->init($this->getProduct(), ‘image’,$_image->getFile()); ?>’);return false;”>
Best regards,
Kan
Thanks for the solution. worked like a charm