Reputation: 35
This is my website
Below is the code
'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0,100, $this->config->get($this->config->get('config_theme') . '_product_description_length')) . '..',
I need to know how to increase the character length of product description on category page in opencart 2.3.x
I searched on the internet but didn't find any proper answer.
Upvotes: 0
Views: 1295
Reputation: 347
we can increase character length of product discription on category page in opencart 2.3
follow this steps
Go to Admin panel of opencart 2.3 - Go to Extensions -> select the theme -> Click Edit
Now you will see Product Section, in that you can see option 'List Description Limit'
Here You can increase character length of product description.
Enter how many character you want and save it.
Thank You.
Upvotes: 1