Hi,
Ive been trying for a while to get the product short description to show in the product listing with no joy.
I have tried the following codes:
<p>{$product_name}</p> <span>{$product_description_short nofilter}</span> <span>{$product_description nofilter}</span> <span>{$product.description_short nofilter}</span> <span>{$product.description nofilter}</span>
The product name is working fine, but none of the descriptions are showing anything.
Is there a class or something that needs editing to show this information.
Im using Prestashop 1.7.7.5
Thanks