News:

Looking for documentation? Take a look on our wiki

Main Menu

Show full image instead of thumbnail for products

Started by jimleeder123, January 29, 2016, 21:18:38 PM

Previous topic - Next topic

jimleeder123

Using Joomla 3.5 and latest VM 3.0.12.

How can I show the full product image instead of the thumbnail? I use the same size for both, so will cut a lot of crap and time out if I can just upload once for each product every time. Every time I edit the product the thumbnail gets deleted/reset and so the image dies.

I imagine its a line of code somewhere to edit. Any help appreciated.
Web Developer and blogger

Joomla 3.4.8  (2.5 on some)
VM 3.0.12
PHP 5.6 (5.4 on websites with Joomla 2.5)

http://jimleeder.co.uk

VMTemplates.net

Hi,

try this:
echo $product->images[0]->displayMediaThumb ('class="someCSSclass" border="0"', FALSE);

It generates a path to an original image stored in ./images/stories/virtuemart/product
We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more

jimleeder123

Web Developer and blogger

Joomla 3.4.8  (2.5 on some)
VM 3.0.12
PHP 5.6 (5.4 on websites with Joomla 2.5)

http://jimleeder.co.uk

VMTemplates.net

It works for me in override done for mod_virtuemart_product in ./html/mod_virtuemart-product/single.php and default.php or category view ./html/com_virtuemart/category/default.php
Is there any other place you want to use it?
We develop VirtueMart templates since 2008
https://www.virtuemarttemplates.net/
Join the VirtueMart Templates Club today and get an access to over 60 VirtueMart templates
https://www.virtuemarttemplates.net/template-club.html
If you need a custom VirtueMart Template design please visit https://www.virtuemarttemplates.net/custom-virtuemart-template-design.html
Visit our new shop https://demo.virtuemarttemplates.net/
Join the VirtueMart Templates Club, purchase the template or order one of our services like Hosting, Website Maintenance, Security and Optimization, Template Customization and more