phinq1910 Posted August 19, 2016 Share Posted August 19, 2016 Hi, I am developing a prestashop module and I have a question: How to display more content on order page (step 3 - payment)? same image below or only can display on this page I try hookDisplayBeforePayment but din't work public function hookDisplayBeforePayment($params) { if (!isset($params['cart'])) { return; } return $this->display(__FILE__, 'views/templates/front/payment.tpl'); } Please help Thanks Link to comment Share on other sites More sharing options...
phinq1910 Posted August 19, 2016 Author Share Posted August 19, 2016 I try hookDisplayPaymentTop and it work. 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