Hi
I use Revo Template and in category view I would like to have the short description
How can i do it?
Can I also have a buttom to sy more details which will go you to product detail view
in .../templates/sj_revo/html/com_virtuemart/sublayouts/products.php
i put below price the code
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 200, '...') ?>
I don not know if i did it right
Seems ok
If i did it right how can i add a more detail buttom?
put
<p>
<?php // Product Details Button
echo JHTML::link($product->link, JText::_('COM_VIRTUEMART_PRODUCT_DETAILS'), array('title' => $product->product_name,'class' => 'product-details'));
?>
</p>
it does not seem nice