Cart not displaying product description

  • Posts: 34
  • Thank you received: 0
9 years 1 month ago #234119

-- url of the page with the problem -- : www.grammyshomemadepies.com/checkout/checkout.html
-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.5.0

The Cart does not display the product description, only the Image and Title for the product(s) in the cart. How can I get the description to display.

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

  • Posts: 83800
  • Thank you received: 13571
  • MODERATOR
9 years 1 month ago #234134

Hi,

Add the code:
<?php echo $row->product_description; ?>
after the code:
<?php echo $row->product_name; ?>
in the file "cart" of the view "checkout" via the menu Display>Views and you'll get the product description there.

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

  • Posts: 34
  • Thank you received: 0
9 years 1 month ago #234217

Perfect Nicolas! Thanks!

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

Time to create page: 0.052 seconds
Powered by Kunena Forum