dhiru027 Posted April 1, 2019 Share Posted April 1, 2019 Hi, I am working on Prestashop 1.7 and want to show my customer order total value along with order subtotal. I want to do this using module without modifying theme template file. Is there any way to append custom value in order total summary section. I want to also modify order total value based on some parameter using my module. How can we achieve this? I can place my customer value only in case when there is any hook but in order total summary section, there is no hook. Therefore, I am not able to find a way to put my custom content just order sub total summary section. Can anyone please help me on this??? How can we put our content on page using module if there is no display hook?? Link to comment Share on other sites More sharing options...
Rodrigo B Laurindo Posted April 2, 2019 Share Posted April 2, 2019 You can create a child template and add a hook in it. Otherwise, maybe you could inject html code using jquery. 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