Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipdate v2.3 problem


romantix

Recommended Posts

Posted

Hi,

 

I've installed the Shipdate Contribution (to add a calendar for florists) and it worked fine for a while. Now - every once in a while it messes up. For example today - it shows the earliest available date to be Monday November 19th (eventhough it should be Wed November 14th). It did this 2 days ago and I re-uploaded the 'shipsched.php' file and it helped. Today, we are having the same problem. It seems as if the Contribution did not recognize the correct current date (where is the current date set in the OSC shopping cart?)

 

Here is the Contribution:

 

http://addons.oscommerce.com/info/1393

 

And here is how I have it configured:

 

$this->schedule[0]=array('start_time'=>13,'target_day'=>1);

 

$this->schedule[1]=array('start_time'=>13,'target_day'=>1);

 

$this->schedule[2]=array('start_time'=>13,'target_day'=>2);

 

$this->schedule[3]=array('start_time'=>13,'target_day'=>3);

 

$this->schedule[4]=array('start_time'=>13,'target_day'=>4);

 

$this->schedule[5]=array('start_time'=>13,'target_day'=>5);

 

$this->schedule[6]=array('start_time'=>13,'target_day'=>6);

 

 

and

 

// First decide whether you want use special days

$this->use_special_dates = false; // set to true if you want to use the special days

 

 

 

 

Thank you for your help :thumbsup:

 

 

Jan

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...