How to cut long product names in shopping cart?

  • Posts: 52
  • Thank you received: 0
13 years 2 weeks ago #29765

Hello,
is there a possibility to shorten or cut long product names for display in shopping cart? It would be very handy, if there could be set a shortname for products displayed in the cart or if I could set a maximum number of letters for names displayed in cart ... :blush:

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 2 weeks ago #29790

Hi,

On the hikashop cart module ?
Yes, you need to edit the file "cart" of the view "product" via the menu Display->Views and change the code:
$row->product_name

by:
substr($row->product_name,0,50)

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

Time to create page: 0.055 seconds
Powered by Kunena Forum