Jump to content

Including the delivery day in communication with customers


Recommended Posts

Hello,

 

I am building a PrestaShop (1.5.4) site for a region specific fruit and veg delivery business.

 

Purchases will be limited by postcode (using the Localisation module), with different postcodes having different delivery days (eg postcode 1 deliver day is Tuesday, postcode 2 delivery day is Thursday etc).

 

In PrestaShop, how do we include the relevant delivery day in communication to customers re orders (on screen, in emails etc)?

 

Is there a delivery day variable that can be used automatically in order-related communication relative to the customer's postcode (eg Thanks for your order. Your produce will be delivered on {delivery-day}...)?

 

Any ideas?

 

Thanks in advance.

Link to comment
Share on other sites

  • 2 weeks later...
n PrestaShop, how do we include the relevant delivery day in communication to customers re orders (on screen, in emails etc)?

 

The comunication regarding an order is made in the orders -> new message section.

 

7vk2.jpg

 

If you check Display to customer? it will send a mail

 

8wrv.jpg

 

besides the standard communication in the client area

 

kuit.jpg

 

This is of course doing it manually..

  • Like 1
Link to comment
Share on other sites

So the solution to your problem will be in the mail template that is sent to the client when the order is sent, include the day of delivery. This day of delivery depends of the zip code in the Client info so you may hardcode it in classes/PaymentModule.php:

 

For example $day_of_delivery.

 

g7q4.jpg

 

Then in mails/en/order_conf.html (and order.txt) you can use the new variable as you want in the layout:

 

65fx.jpg

Edited by Enrique Gómez (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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