Hi,
is there a way to put a short description between the title and the price as attached image?
Thanks in advance
Massimiliano
echo '<h4><a href="' . $this->get_link($i) . '">' . $this->parent->content[$i]['title'] . '</a></h4>';
echo '<div class="nsp_desc">' . substr($this->parent->content[$i]['text']0,20) . '...</div>';
echo '<div class="nsp_desc">' . mb_substr($this->parent->content[$i]['text'],0,50) . '...</div>';
content.product_desc AS text,
content.product_s_desc AS text,