jtyana Posted August 2, 2008 Share Posted August 2, 2008 Good MorningIs 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 More sharing options...
ejectcore Posted August 2, 2008 Share Posted August 2, 2008 Yes this is possible you have two optionsoption 1 (Recommended if you don't require gift wrapped service)If you enable gift wrapped service in the admin under preferences taball you need to do edit line 82 order-carrier.tpl & then line 86examplechange: {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 pointoption 2 (Developers skills required!)Create new field in the DB & define in Prestashop classescopy 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 processHope that helps PM if you require option 2 or give it go yourself Good luck ;-) Link to comment Share on other sites More sharing options...
jtyana Posted August 2, 2008 Author Share Posted August 2, 2008 That was a quick :kiss: I will choose the gift wrapping optionThank-youMerci BeaucoupDanke SchonI used to only speak asp but now I am learning php as well as French and German Link to comment Share on other sites More sharing options...
Recommended Posts