Hi
Just trying to implement Google Certified Shops code.
They need this in the receipt page:
<span id="gts-o-est-ship-date">ORDER_EST_SHIP_DATE</span>
<span id="gts-o-est-delivery-date">ORDER_EST_DELIVERY_DATE</span>
The dates need to be in YYYY-MM-DD format.
As these are estimated dates, I would ideally like to add 1 day to todays date for the ship date (eg ship tomorrow), and say 3 days for the delivery date.
Have any of you mega brains got a solution for this? I have been going round in circles trying to find a solution.
Cheers
Just trying to implement Google Certified Shops code.
They need this in the receipt page:
<span id="gts-o-est-ship-date">ORDER_EST_SHIP_DATE</span>
<span id="gts-o-est-delivery-date">ORDER_EST_DELIVERY_DATE</span>
The dates need to be in YYYY-MM-DD format.
As these are estimated dates, I would ideally like to add 1 day to todays date for the ship date (eg ship tomorrow), and say 3 days for the delivery date.
Have any of you mega brains got a solution for this? I have been going round in circles trying to find a solution.
Cheers
Comment