city_hall

Official websites use .boston.gov

A .boston.gov website belongs to an official government organization in the City of Boston.

lock

Secure .gov websites use HTTPS

A lock or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

override module prestashop
Welcome to Boston Permitting
/
Find everything you need to know about the necessary permits for your projects in the City of Boston.
View the Beta Site

Override Module Prestashop Jun 2026

: /themes/[your_theme]/modules/[module_name]/views/templates/front/[file.tpl] .

: /override/modules/[module_name]/[module_name].php . override module prestashop

return $output;

: Locate the module's main PHP file (e.g., modules/ps_shoppingcart/ps_shoppingcart.php ). override module prestashop

When your module is installed, PrestaShop automatically copies these files to the global /override/ directory. 4. Overriding Module Templates (TPL) and Assets override module prestashop

: Before creating an override, check if a Hook can achieve the same result. Hooks are less likely to conflict with other modules.

Back to top