WendiWest Posted June 18, 2004 Share Posted June 18, 2004 Hello Forum: I've been searching Knowledge Base / General Support Forum and more for days and found some great stuff! Used the contribution for the calendar shipdate and modified it to fit my site. Also need to have a "ship time" selected. Therefore, I used the radio button info by Terry. So far, working good except I CANT get the shiptime info to be pulled into my checkout_confirmation page! File modified quite a bit from the calendar contrib, therefore Terry's modification doesn't "fit" as a standard on this page. New to php, so trying to "copy" other code to fit my needs. **Can't figure out how to include the shiptime in the catalog/Includes/Classes/order.php file. When I try to stick it in there with: 'shiptime' => (isset ($GLOBALS['shiptime']) ? $GLOBALS ['shiptime'] : ''), I get the parse error message. Am I putting it in the wrong place? (I am using the new page from calendar contrib) Can someone please help me pull this into my catalog/checkout_confirmation.php file?? Would I still use <tr> <td class="main"><?php echo $order->info['shiptime']; ?></td></tr> I want this to display under my new selected shipdate code. Please help someone trying to learn this php stuff!! My site if it helps: http://lunchandearn.com/catalog Thank you. The fool thinks himself to be wise, but the wise man knows himself to be a fool. --William Shakespeare Link to comment Share on other sites More sharing options...
WendiWest Posted June 21, 2004 Author Share Posted June 21, 2004 Can anyone help me out with this or do I not make enough sense??? I'm new to php so I can't figure out how to solve this problem!! PLEASE. . . The fool thinks himself to be wise, but the wise man knows himself to be a fool. --William Shakespeare Link to comment Share on other sites More sharing options...
Guest Posted September 27, 2004 Share Posted September 27, 2004 Hi Can you send me your script with time selection? Maybe I can help you. Best regards, Sinisa Link to comment Share on other sites More sharing options...
WendiWest Posted September 28, 2004 Author Share Posted September 28, 2004 I would like to thank you very much for your response. I have posted many requests in the forum and gotten VERY few responses. This problem, I actually figured out with time and continued effort. There are many other problems, however; I cannot get a handle on. Current problem: http://www.oscommerce.com/forums/index.php?showtopic=107957&hl= Thanks for taking the time to answer an old post no one paid attention to. I had given up on the forum. Regards, Wendi The fool thinks himself to be wise, but the wise man knows himself to be a fool. --William Shakespeare Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.