Products listing table view / readmore

  • Posts: 27
  • Thank you received: 0
12 years 1 day ago #76640

Hi,
how can I use the read-more option for the products listing table view (ie I am displaying the product description there but just want to have a short introduction text)
thanks
christoph

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 11 hours ago #76879

Hi,

In a products listing with the type table, you can add a read more option by editing the view "product / listing_table" and use something like:

echo substr($this->row->product_description, 0, 100)."<a href='".$link."'>".JText::_('READ_MORE')."</a>";
To have a read more option.

Please Log in or Create an account to join the conversation.

Time to create page: 0.067 seconds
Powered by Kunena Forum