
The Coding Studio Inc. Tips
Register your own smarty helper plugin in PrestaShop
Published: 2023-01-18
In this blog, we are going to learn how to register your own smarty helper plugin in PrestaShop. PrestaShop uses a Smarty template engine for the view section. Smarty is open source and provides flexibility for custom development. PrestaShop has already registered its own helper plugin like displayPrice, convertPrice, displayWtPrice, etc. We can directly use [...]