Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_success.php


joefueltanks

Recommended Posts

Posted

Is it possible for the checkout_success.php to have the information the checkout_confirmation.php has on it. I want my customers to view their order and be able to print it after they check out as a default screen. This is a food takeout service and orders will be ready withing 30 minutes. Email is too slow and not that convent. At the moment I have a icon on the checkout_success.php to view their account information.

Posted
Hiya,

I was looking around the contributions and came across this one, think it may help you

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

 

Nic

 

 

Nic thanks a lot. this is what I was looking for. I did notice that the receipt that gets generated at the checkout_success.php is missing the comment data but when printed from the account history php the comment data is there. that's a little confusing to me. besides that if I could get the time of the transaction on the receipt I would be in heaven.

 

I have to say I was a little worried since this was my 1st add in that I attempted.

 

thanks again

Posted

Just remember to back up your site first and then if it goes wrong you simply upload it again.

Here is the code for the date & time,

Work it into your page somewhere

 

<?php

echo date("d/m/y : H:i:s", time())

?>

 

Regards

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Archived

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

×
×
  • Create New...