Hello guys and have a happy new year for 2016. I want to remove the product availability on frontpage only and not from the product detail page. I dont now how? I am using vm 3 joomla 3.
Thank you.
I assume you mean the category list page. Difficult to advise without exact versions and URL. http://forum.virtuemart.net/index.php?topic=128401.0
Usually this would be done with simple template overrides or css override, but again, difficult to advise without knowing if you use the default VM templates.
Yes I use the default templates my site is not live yet is under construction here http://87.202.51.180/pharmaseenew
You can use Firebug to work this out. http://forum.virtuemart.net/index.php?topic=116620.0
Hide with css - this should work: .vm-col .availability {display:none;}
It can also be done with template overrides but that is more complicated.
Thank you very much guys the problem is solved. I thing this forum is Precious for all vm users old and new and i am new.
Thanks again!