Hello,
The short description is't visable on the product overview page (not the product detail page).
Is it possible to get the short description between the product name and the price. If so, how?
Thanks in advance.
<h3 class="catProductTitle"><?php echo JHTML::link($product->link, $product->product_name); ?></h3>
<h3 class="catProductTitle"><?php echo JHTML::link($product->link, $product->product_name); ?></h3>
<span><?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, '...') ?></span>
<div class="spacer-buy-area">
<div class="product-short-desc">
<?php echo shopFunctionsF::limitStringByWord($this->product->product_s_desc, 40, '...') ?>
</div>
<div class="spacer-buy-area">
<div class="product-short-desc">
<?php echo $this->product->product_s_desc ?>
</div>
<div class="spacer-buy-area">