Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP PLEASE - want to display


WendiWest

Recommended Posts

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

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

  • 3 months later...

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

Archived

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

×
×
  • Create New...