Hello,
I have a block in Home Page with the "most popular" products in it. I have selected the Grid View for this block..
Now, I would like to display the short Description under the Title of the product!
So, inside file: templates/blocks/list_templates/grid_list.tpl
I am trying to grab this product description value, but nothing seems to displayed.. I saw the debugger too and still did not find this value..
I am trying something like:
{assign var="index_short_desc" value=$product.short_description}
{$index_short_desc}
Any suggestions, help? thanks!
*cs-cart version is 4.3.9