Remove Short Descri…
 
Notifications
Clear all

Remove Short Description In Category View

1 Posts
1 Users
0 Reactions
151 Views
(@cipher5)
Posts: 152
Member Admin
Topic starter
 

Find:
/www/catalog/controller/product/category.php

Find:
[CODE] ‘description’ => utf8_substr(trim(strip_tags(html_entity_decode($result[‘description’], ENT_QUOTES, ‘UTF-8’))), 0, $this->config->get(‘theme_’ . $this->config->get(‘config_theme’) . ‘_product_description_length’)) . ‘..’,
[/CODE]

Delete that line and save

Now go ope your stylesheet
/www/catalog/view/theme/default/stylesheet/stylesheet.css

Find: on line 554 .product-thumb .caption
[CODE]min-height: 180px;[/CODE]

to
[CODE]min-height: 10px;[/CODE]

 
Posted : 07/09/2020 2:02 pm
Share: