I have a problem to solve. I need your help for that. This is my scenario
I want to show Estimate Delivery time in the Order Email Template and Invoice Template.
This is the calculation to calculate the Estimate Delivery date.
If the product is in Pre Order, The use this formula to calculate the Estimate date
Handling Time should be taking from the Products Handling Time Field
(arrival date + Handling Time) - (arrival date + Handling Time + 14 business days)
If the product is not in Pre Order, Use this formula
Handling Time should be taking from the Products Handling Time Field
Make sure to get only weekdays for the handling date count.
(today+ Handling Time ) - (today + Handling Time + 14 Calendar days)
Can you help me with this calculation?
I want to use that calculation inside the Order Receipt Email template and Order Invoice PDF Template.
Can anyone help me with this to make the calculation using B@SE Tags.
Thank you