30ml Posted September 20, 2011 Share Posted September 20, 2011 hi I am new baby in prestashop. I am design and knowledge about smarty and php. Here, I have one Manufacture Block. Currently it is in left Column. Now, I need same Manufacture Block in multiple hook. I have not find solution in backend. Is there any solution to solve this problem. Your comments are welcome dud. Link to comment Share on other sites More sharing options...
rocky Posted September 25, 2011 Share Posted September 25, 2011 PrestaShop lets you hook a module in as many hooks as you like. Just go to Modules > Positions > Transplant a module, select the module's name, then the hook page, then click "Save". The module will then be added to the hook. The manufacturer block can only be installed in the left and right columns by default. If you want it displayed in another hook, you'll need to add a new hook function modules/blockmanufacturers/blockmanufacturers.php. If you want it displayed differently than in columns, you'll need to create a separate TPL file and call it instead of blockmanufacturers.tpl. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now