phenomen Posted May 12, 2003 Posted May 12, 2003 I've download the following contribution: http://www.oscommerce.com/community/contributions,1015 There is a small bug in it. It causes when your shop is using more than one currency. In that case modify the following line to work correctly. Original (Line 65): tep_draw_hidden_field('amount', number_format($order->info['total'], 2)) . With this: tep_draw_hidden_field('amount', number_format($currencies->format($order->info['total']), 2)) . Something like a ........... PhENoMeNoM ......... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.