Guest Posted June 27, 2007 Share Posted June 27, 2007 I'm trying to make it so that when a customer orders something after a certain time it will show that their order won't ship until the next day. Anyone know how I can do this? Thanks, Jeff Link to comment Share on other sites More sharing options...
MSP Posted June 27, 2007 Share Posted June 27, 2007 are you talking about the shipping time displayed on checkout_shipping.php? Link to comment Share on other sites More sharing options...
Guest Posted June 27, 2007 Share Posted June 27, 2007 I guess I want some sort of an If statement that will check what time the order is placed at, if it is before 1PM then the customer will be told the order will be shipped that same day. Otherwise, it will be shipped the next day. Link to comment Share on other sites More sharing options...
MSP Posted June 27, 2007 Share Posted June 27, 2007 A simple way to accomplish this would be to add text stating orders placed after 1 pm PST (or whereever you're located) to your Terms and Conditions page, and use the Agree to Terms contribution to make sure that the customer reads it. Another simple way could be to add that text to any, or all of, your checkout pages stating the same thing. Link to comment Share on other sites More sharing options...
Guest Posted June 27, 2007 Share Posted June 27, 2007 I know I could just add it in text form but I would prefer to have it show the date of when the order would be shipped. Link to comment Share on other sites More sharing options...
Guest Posted June 28, 2007 Share Posted June 28, 2007 Does anyone know how to at least retrieve what the current time is? Also what the current date is. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.