Friday 6 May 2011

Joomla virtuemart adding additional Product Images

Steps to add additional images in Product details page:

1. Go to virtue mart admin panel
2. List out your products.
3. Click on media button. A new popup will be opened. ( the media button is on each image listing row - in the 3rd column along )
4. Click the new button to add additional images
5. Choose additional image s as option, give appropriate height and width for the image
6. Click on save button.


The you may need to change your flypage to make sure it shows all additional images.

to do this open

components/com_virtuemart/themes/default/templates/product_details/


open the flypage you want to change and place this code where you want the images to show ( wrapped in php tags ;)

echo $this->vmlistAdditionalImages( $product_id, $images )

No comments: