submit accepted orders after x hours

velmax <[email protected]> 1 Jul 2003 11:14:45 -0000
Newsgroups gmane.comp.web.oscommerce.devel
Message-ID <4fff5ed0530852606ca3d4b2b9363fd3@osCommerce-Forums>
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=189871#189871
----------------------------------------------------------------

Hi, here is the problem I have with OSC:

Example:

I have accepted (CC accepted) orders in database but since my delivery service is maintained by another company I have to wait at least 24 hours before sending them any order for delivery to my customers. SO here is what I want to do:

How should I read (parse) data from mysql table (only payed orders) 24 hours after they have been payed AND THEN submit each individual order (with products ordered and delivery address) to remote web based form wich is under protected area (Username and password required). At the same time I do not want orders to duplicate when submiting to remote form. This idea is for automatization purposes, so i won't have to add each order to delivery service by hand.

Any sugestions or help would be nice. I have some ideas but still need help with coding.

Velmax