Hello,
I upgraded to vm 9.0b 30 min. ago. Now in product details, all images are huge and shopping cart and other info. fall on the images.
what should I do please? if you could help in this, I'd appreciate it. Please refer to the link below as an example: but most if not all are like that.====>
http://www.szulga.com/component/virtuemart/portraits/portrait-of-armaun-detail?Itemid=0
Hello,
This is a template issue and not VM.
Inside your virtuemart template (productsdetails\default_images.php) you can simple change the code to display the thumbnail instead of full image.
Around line 25 change the line for display the mediathumb instead of fullimage:
<?php echo $this->product->images[0]->displayMediaThumb('class="product-image"',true,"class='modal'"); ?>
Hope it helps
Regards,
Bytelord