table listing and description

  • Posts: 10
  • Thank you received: 0
11 years 5 months ago #150816

-- url of the page with the problem -- : www.visionedigitale.it/giuffre2/index.ph...for-products-listing
-- HikaShop version -- : 2.3.0 starter
-- Joomla version -- : 2.5.18
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

Is it possible to show in the table listing a little description of the product?

Last edit: 11 years 5 months ago by cladiv.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #150817

Hi,

Yes, you have to edit the view "product / listing_table" via the menu Display > Views.
You will need some php code like:

<?php
echo substr($this->row->product_description,0,500);
?>

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

Time to create page: 0.066 seconds
Powered by Kunena Forum