Guest Posted July 30, 2003 Posted July 30, 2003 I have two currencies set up - US and Canadian with Canadian being the default. What I'm confused about is a Canadian customer could choose to shop with the American currency (which would mean lower prices) and when the order gets sent to me I don't see any way to determine what currency the customer was shopping with. Any ideas? :?
Guest Posted July 30, 2003 Posted July 30, 2003 For the USD currency you could change the symbol right to USD, then when the shopper uses the american currency it will show as $0.00USD. -Matt
Guest Posted February 9, 2004 Posted February 9, 2004 I just dealt with the same problem. I didn't want to put USD or CAD after each price, but just indicate the total amount in the chosen currency. In ot_total.php I changed $this->output[] = ... to $this->output[] = array('title' => $this->title . ' (' . $order->info['currency'] . '):', and now the order confirmation, invoice etc. show e.g. Total (USD): $100.00
Recommended Posts
Archived
This topic is now archived and is closed to further replies.