Welcome to our blog! Here you can find stuff about web development, software engineering, WordPress & about our projects and interests.
VirtueMart supports Manufacturer details but by default it just shows the manufacturer’s name in brackets, with a javascript pop-up window, that looks pretty ugly.
Fortunately we can add the logo by using the description field of the Manufacturers details and by hacking one file.
The following is tested and works for VirtueMart 1.1.3 and 1.1.4
So, open /administrator/components/com_virtuemart/html/shop.product_details.php
First of all, let’s open these three files first:
- shop.browse.php in /administrator/components/com_virtuemart/html/shop.browse.php
- ps_product.php (Open this for explanation purpose)
- browse_1.php (The browse page in which your browse page is using)