joefueltanks Posted May 6, 2008 Posted May 6, 2008 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.
FIMBLE Posted May 6, 2008 Posted May 6, 2008 I dont see any reason why it cant be done, will take a look to see if its an easy one :-) Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted May 6, 2008 Posted May 6, 2008 Hiya, I was looking around the contributions and came across this one, think it may help you http://addons.oscommerce.com/info/2379 Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
joefueltanks Posted May 7, 2008 Author Posted May 7, 2008 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
FIMBLE Posted May 7, 2008 Posted May 7, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.