First, take the total number of hours corresponding to the days the property wants to wait before delivery. For example, if they want to schedule the delivery for two days later, you add 24 hours for each day plus 24 hours for the current day, resulting in 24 + 24 + 24 hours. Then, subtract the cut-off hour (In 0000 Hours) from this total. For instance, if the cut-off time is 4 PM (which is 16 hours from midnight), you subtract 16 hours from the total, giving you 72 - 16 = 56. The result, 56, is the delivery threshold number you will enter. Based on this entry, if a customer orders before 4 PM on Monday, they will receive their delivery on Thursday.
Here is a simple formula:
β
Delivery Threshold = (Days x 24) + 24 - Cut off Hour
Where:
Days is the number of days after which the delivery should be made.
Cut off Hour is the hour of the day for the cut off time in 00 Hours (e.g., 16 for 4PM, 14 for 2pm or 04 for 4AM)
βPlease note this calculation provides the value according to Pakistan Standard Time (PST). For other time zones, first convert your desired standard time to PST, then perform calculations.
Example:
If delivery is to be made after 2 days and the cut-off time is 4 PM (16:00) Bangkok Standard Time:
Then, 4 PM Bangkok Standard Time (16:00) = 2 PM Pakistan Standard Time (14:00)
β
Delivery Threshold = (2 x 24) + 24 - 14
Delivery Threshold = 48 + 24 - 14
Delivery Threshold = 58
So, the delivery threshold you will enter is 58 hours. If a customer orders before 4 PM on Monday, they will receive their delivery on Thursday.