Override not working — my custom template is being ignored.

1345 views

Check: (1) The override file path is correct. For theme overrides: /themes/your-theme/modules/modulename/views/templates/... must mirror the module's directory structure exactly. (2) Clear Smarty cache — PrestaShop caches template file paths. (3) Check that your theme is actually active (not a different theme). (4) Some modules do not support theme overrides if they use direct fetch() calls instead of display() — check the module documentation.

Learn more: PrestaShop hooks and overrides.

Was this answer helpful?

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top