Tags
Asked 2 years ago
9 Jul 2021
Views 288
Pearlie

Pearlie posted

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

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

Post Answer