Hello,
If customer specified a phone number when creating the order, it should be automatically added to the shipping address.
In case phone number was not specified it would be difficult to generate it automatically as you can imagine, however if you have a specific way in mind on how this could be automated, please create a support ticket addressing our customisation team and we will discuss this further.
Kind regards,
Daniel
Redmman LTD
Hello. I would like to ask if it's possible to add buyer phone number to shipping address automatically for all the orders that come from Israel?
The main problem is that Israel has its own taxes in customs house and they need to contact the buyer to inform about this.
I don't know the right syntax to make it work. Or maybe it's not possible?
In my head "Pseudo code" looks like this
IF order.country = Israel
ADD BuyerPhoneNumber TO Shipping Address
order.Save(0);