Virtuemart version: 3.0.16
I have multiple categories of products in my webshop.
Some categories are shoes, there are women's shoes, and men's shoes.
I want to show sizes of shoes for mens (using a pop-up image), the same for women's shoes. These two images would be different.
Im a newie at this...maybe using an if inside "store/templates/ja_megastore/html/com_virtuemart/productdetails/default.php" ?:
if($this->product->category_name=='Women shoes'){
SomePopUpFuntion(PathToWomenShoesSizesImage)
}
Will this work? Any popUp function? Or should i just use JQuery?
Thanks
Just add another image to your categories and display it on product details page.