Jump to content

How to display more content on order page (step 3 - payment)?


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...