Jump to content

How to save Customer Thread Order?


eloy1812

Recommended Posts

Hi,

How to save customer thread order in payment validation.php module?

...
$cart = $this->context->cart;
if (Tools::getValue('customer_ask')) {
	//	How call Checkout class to run this code?
	$this->getCheckoutSession()->setMessage(Tools::getValue('customer_ask'));
}
...

 

 

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...