VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ukfish1 on September 27, 2016, 16:20:51 PM

Title: Short description category view
Post by: ukfish1 on September 27, 2016, 16:20:51 PM
Joomla: 3.6.2
VM: 3.0.14

Can someone please advise where to change the short description length in the category view.

Thanks, Paul
Title: Re: Short description category view
Post by: jenkinhill on September 27, 2016, 16:57:54 PM
Edit and override /components/com_virtuemart/sublayouts/products.php

<?php // Product Short Description
                  if (!empty($product->product_s_desc)) {
                     echo shopFunctionsF::limitStringByWord ($product->product_s_desc, 60, ' ...') ?>
Title: Re: Short description category view
Post by: ukfish1 on September 27, 2016, 17:23:42 PM
man thanks

paul