Edge_jr Posted April 16, 2021 Share Posted April 16, 2021 Hi, I want to know how to hook the module on the last page of the order confirmation. What is the hook name that will work as shown in the screenshot? Attached screenshot. Link to comment Share on other sites More sharing options...
Prestachamps Posted April 16, 2021 Share Posted April 16, 2021 Hi, that hook is the hook called "displayReassurance", and you can unhook it (or exclude it from that hook) from the positions BO page, by excluding it for the controller "order" Kind regards, Leo Link to comment Share on other sites More sharing options...
Edge_jr Posted April 16, 2021 Author Share Posted April 16, 2021 Below settings not working on the right column hook on the module. Attached screenshot. It works fine on checkout, cart, login, and other pages of the website. Theme & Logo => Choose layouts => Order confirmation => Two Columns with Small Right Column. Link to comment Share on other sites More sharing options...
Vignesh R Posted April 22, 2021 Share Posted April 22, 2021 Hi Leo, I have a similar problem here in order page i am using a custom checkout module called The checkout which offers onepage checkout facility to customers the thing is iam using top column hook for revolution slider a module dedicated for creating animated banners i dont want it to appear on check out pages so i applied exceptions rule for this module but the same is not working as it is an external page i think. Please offer me a solutions. There is similar case i found in forum but its old one i doubt whether its solution would be applicable to modern versions. Below is link and screenshot of my site. please help me out i am not able to figure it out. https://www.prestashop.com/forums/topic/296642-column-module-hook-exception-problem/ Link to comment Share on other sites More sharing options...
Zohaib-fk Posted May 2, 2021 Share Posted May 2, 2021 Hello Edge, We can add custom code inside checkout.tpl file below displayReassurance {hook h='displayReassurance'} Path => psrootfolder/themes/classic/templates/checkout/checkout.tpl I have added buttons as shown in attached screenshots. Link to comment Share on other sites More sharing options...
Prestachamps Posted May 5, 2021 Share Posted May 5, 2021 On 4/22/2021 at 2:03 PM, Vky fonda said: Hi Leo, I have a similar problem here in order page i am using a custom checkout module called The checkout which offers onepage checkout facility to customers the thing is iam using top column hook for revolution slider a module dedicated for creating animated banners i dont want it to appear on check out pages so i applied exceptions rule for this module but the same is not working as it is an external page i think. Please offer me a solutions. There is similar case i found in forum but its old one i doubt whether its solution would be applicable to modern versions. Below is link and screenshot of my site. please help me out i am not able to figure it out. https://www.prestashop.com/forums/topic/296642-column-module-hook-exception-problem/ HI, you can exclude the revolution slider's top hook from the checkout module frontcontroller , which is I think the controler named "module-thecheckout-order" Kind regards, Leo Link to comment Share on other sites More sharing options...
Vignesh R Posted May 7, 2021 Share Posted May 7, 2021 Thanks for replying leo. I was able to resolve the issue 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