Jump to content

One Page Checkout - Order comments field not sent to merchant (via email)


pzworks

Recommended Posts

Hello,

 

I have a problem with a message field on the checkout page.

First of all, there was no message field.

I deleted {if !$opc} from opc-address.tpl and voila! - there it is.

But it is not the point. Message field is visible now, but it is not going via email to the merchant (new order notification).

I tried to add:

 
if (Tools::isSubmit('message'))
$this->_updateMessage(Tools::getValue('message'));

to the OrderController.php but it takes no effect.

Any sugestions how to fix it?

 

Thanks in advance, Piotrek

Edited by pzworks (see edit history)
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...