faqbch99 Posted August 7, 2005 Posted August 7, 2005 I would like to offer the option for the customer to see the site and items in several Currencies like USD, AUD, EUR, etc which I can do via the tools in OS Commerce. The issue i am facing is during checkout, I would like to convert the cart and show the total in the selected Currency and also in USD, and store the cart total in USD so when viewing the admin/orders.php?selected_box=customers the Order Total column is in USD Only.. and .. when the cart is sent to PayPal, it is sent in USD for payment. Any idea's? Thanks for your help..
faqbch99 Posted August 9, 2005 Author Posted August 9, 2005 I would like to offer the option for the customer to see the site and items in several Currencies like USD, AUD, EUR, etc which I can do via the tools in OS Commerce. The issue i am facing is during checkout, I would like to convert the cart and show the total in the selected Currency and also in USD, and store the cart total in USD so when viewing the admin/orders.php?selected_box=customers the Order Total column is in USD Only.. and .. when the cart is sent to PayPal, it is sent in USD for payment. Any idea's? Thanks for your help.. <{POST_SNAPBACK}> Any help with this... the biggest issue is reguardless of the currency selected, I want to save the order in the database as USD.. Please help
radders Posted August 9, 2005 Posted August 9, 2005 No problem. You set USD as your default currency, then in checkout_?????.php (eg- checkout_payment.php, checkout_shipping.php etc. see which ones you need to be in $) find: require('includes/application_top.php'); and insert after it: $currency = DEFAULT_CURRENCY; and Bob's your uncle!
faqbch99 Posted August 17, 2005 Author Posted August 17, 2005 THANK YOU!!! No problem.You set USD as your default currency, then in checkout_?????.php (eg- checkout_payment.php, checkout_shipping.php etc. see which ones you need to be in $) find: require('includes/application_top.php'); and insert after it: $currency = DEFAULT_CURRENCY; and Bob's your uncle! <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.