Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to offer EUR and USD prices but only take USD


faqbch99

Recommended Posts

Posted

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..

Posted
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..

 

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

Posted

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!

  • 2 weeks later...
Posted

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!

Archived

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

×
×
  • Create New...