VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: geoele on January 07, 2016, 11:56:37 AM

Title: Remove product availability on frontpage only
Post by: geoele on January 07, 2016, 11:56:37 AM
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.
Title: Re: Remove product availability on frontpage only
Post by: jenkinhill on January 07, 2016, 12:07:08 PM
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.
Title: Re: Remove product availability on frontpage only
Post by: geoele on January 07, 2016, 12:17:16 PM
Yes I use the default templates my site is not live yet is under construction here http://87.202.51.180/pharmaseenew
Title: Re: Remove product availability on frontpage only
Post by: jenkinhill on January 07, 2016, 12:59:01 PM
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.
Title: Re: Remove product availability on frontpage only
Post by: geoele on February 05, 2016, 10:59:10 AM
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!