Problem with images and layout and shopping cart on vm 9.0b // HELP if you could

Started by alibak, August 18, 2012, 18:06:43 PM

Previous topic - Next topic

alibak

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

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!