Aashish Indulkar
Aashish Indulkar

Reputation: 35

Increase character length of product description on category page

This is my website

My website click here

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

Answers (1)

Prashant
Prashant

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

enter image description here

Now you will see Product Section, in that you can see option 'List Description Limit'

enter image description here

Here You can increase character length of product description.

Enter how many character you want and save it.

Thank You.

Upvotes: 1

Related Questions