The Coding Studio Inc. Tips
Available global variables in PrestaShop templates
Published: 2024-01-17
In this blog, we are going to learn how to use available global variables in PrestaShop templates for front controller templates. PrestaShop offers predefined variables for the front office smarty templates, which are set in classes/FrontController.php Firstly, while developing module whenever we create any front controller and write parent::initContent(); all available variables in PrestaShop smarty templates are assigned [...]