VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: oO_Oo on March 07, 2015, 12:47:40 PM

Title: How can I hide product's short detail in category view?
Post by: oO_Oo on March 07, 2015, 12:47:40 PM
Hello,

How can I hide a product's short detail in category view?

Best regards.

Virtuemart 3.0.6.2
Title: Re: How can I hide product's short detail in category view?
Post by: oO_Oo on March 07, 2015, 13:22:49 PM
I found it:

/../components/com_virtuemart/sublayouts/products.php around line 92.


<p class="product_s_desc">
<?php // Product Short Description
if (!empty($product->product_s_desc)) {
echo shopFunctionsF::limitStringByWord ($product->product_s_desc60' ...'?>

<?php ?>
</p>