All Variables getting HTML escaped in my module in prestashop 1.7
All Variables getting HTML escaped in my module in prestashop 1.7
iPhone-coder
answered Oct 8 '21 00:00
use nofilter like this
{$product.name nofilter}
nofilter means it will not apply any filter which escape html to text so nofilter will show value as it is