Component : VirtueMart 1.1.2
Sometimes you may want to display the full big product image instead of the thumbnail in the Product Details page in Virtuemart. To do that, you need to find the flypage. If you are using the default theme, you should find it in yoursite/components/com_virtuemart/themes/default/templates/product_details folder. Look for the flypage.tpl.php or whichever flypage file you are using for your site.
< ?php echo $product_image ? >
< img src= " < ?php echo $mosConfig_live_site; ? >/components/
com_virtuemart/shop_image/product/
< ?php echo $product_full_image; ? >" class="fullvmimage" >
SITE NOTE: To display the HTML tags on JoomlaFAQs, there is a space between the name of the tags and the enclosing "less than" (<) and "more than" (>) brackets. If you copy the code, make sure you delete the spaces to make it work!
If you have found this site to be useful and has helped you, kindly consider to donate. Your donation will encourage me and help to upkeep JoomlaFAQs.org! Cheers!
Add comment