Hi, is it possible to place a image on top of a productimage which says "NEW". it's common on a lot of webshops. I'm new to vm2 and really would like to add this functionality. So, first I would like to know is it possible and if so, how can I accomplish this.
Regards,
Erwin
With little bit PHP and HTML knowledge you can make a override for the category view and give the new products a class "new". With css you can add a image "new" to these products.
There is a plugin for that: http://forum.virtuemart.net/index.php?topic=102353
Thank you, this is exactly what I needed!