Jump to content

Adding delay to order confirmation email


em.pe

Recommended Posts

Hello,

I'm trying to add delay to confirmation email:

In PaymentModule.php I added something like this:

'{delay}' => $carrier->delay,



Of course in order_conf.html template I have {delay}.

But it's not working.


Someone can help me?
Thank in advance.

Link to comment
Share on other sites

what you have done is correct, I think it should work.
make sure you have added the {delay} in right place that have HTML tag.
For example, if it is not embraced by any tag, it will displayed on unexpected place.

delay :{delay}



Also please confirm you have added it all language files you are using.

Link to comment
Share on other sites

  • 4 years later...

Hello,

 

I'm trying to add delay to confirmation email:

 

In PaymentModule.php I added something like this:

'{delay}' => $carrier->delay,
Of course in order_conf.html template I have {delay}.

 

But it's not working.

 

 

Someone can help me?

Thank in advance.

 

Hello

 

I was looking for a solution like this to add the {delay} to the order_conf.html, however i didn't get it how to make it work.

 

Any help would be very much appreciated.

 

Prestashop 1.5.4

 

Kind Regards

Luis

Edited by TFPtMaster (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...