how to override {} in Prestashop or smarty
i added some schema at header.tpl for home page
but it generate the error because {search_term_string} , because smarty or prestashop try to acess constant or variable for {search_term_string}
so we need to override {} some how so it display {search_term_string} as it is
Read more