PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, October 27, 2022

[FIXED] how to override tpl module in prestashop 1.7.1.1

 October 27, 2022     overriding, prestashop-1.7     No comments   

Issue

im trying to override the tpl of ps_categorytree module, but it didn't work i tried to put the file under override like this:

override/themes/laber_ethan_home5/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl

-im using prestashop 1.7.1.1 and i bought a theme.

Help please!


Solution

you don't need to put this in override folder, simply use the modules folder that is in the active theme. The correct way to put your tpl file is:

/themes/laber_ethan_home5/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl

Hope it helps you, bye.



Answered By - Addis
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing