VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: majoo on August 07, 2014, 19:44:06 PM

Title: Hide product short description in category
Post by: majoo on August 07, 2014, 19:44:06 PM
hello, how to hide short product description in category view ? thanks for help
Title: Re: Hide product short description in category
Post by: jenkinhill on August 09, 2014, 13:42:01 PM
Edit the file components/com_virtuemart/views/category/default.php to remove/commenmt out the short desc code and use the edited file as a tem[plate override. IF you already use template overrides then you will need to edit the file in [yourjoomlatemplate]/html/com_virtuemart/category/
Title: Re: Hide product short description in category
Post by: majoo on August 11, 2014, 17:44:51 PM
thanks, helped