Jump to content

Delivery Instructions/Comments in Checkout


Recommended Posts

Good Morning
Is there a field/text box for delivery instructions in the order process? I can't seem to find it.
There is an Add Message in 'My Orders" in My Accounts. I am wanting the same thing but somewhere in the order process so the customer does not have to go to my account, open their order to then send a message. Instead they can add their comment/instructions "at the time of Checkout"
Thanks in advance

Link to comment
Share on other sites

Yes this is possible you have two options

option 1 (Recommended if you don't require gift wrapped service)
If you enable gift wrapped service in the admin under preferences tab
all you need to do edit line 82 order-carrier.tpl & then line 86

example
change: {l s='I would like the order to be gift-wrapped.'}
to: {l s='I would like to add some dilivery instructions for my order.'}

change: {l s='If you wish, you can add a note to the gift:'}
to: {l s='Please enter delivery instructions for your order below:'}

Although there may be a few changes required to the admin files but at least this is a good starting point


option 2 (Developers skills required!)
Create new field in the DB & define in Prestashop classes
copy the gift wrapping option changes the variables required.

There would be several files you need to change to create a new field & display this field in your order process

Hope that helps PM if you require option 2 or give it go yourself
Good luck ;-)

Link to comment
Share on other sites

×
×
  • Create New...