Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
I just started process of learning Couch's shopping cart functionality as I would need some simple E-commerce for a clients website.
I skimmed through the docs to find anything about currency, but was unable to find anything except currency_symbol.

The thing is that the client's prices are in Hong Kong dollars, is there any way of checkout with this currency or is the only way paying with US$ as currency?

Sorry for asking this before actually finishing the tutorial, but I would really like to know.
Hi,

The cart supports all the currency codes supported by PayPal (https://cms.paypal.com/mx/cgi-bin/?cmd= ... ency_codes).

Please edit the 'cart/config.php' file and put in the values you require (HKD in your case)
$pp['currency'] = 'USD';
$pp['currency_symbol'] = '$';

Hope this helps.
Help is a big understatement in the way how you help fellow Couchers who are in need of advice.
Thanks a lot!
My pleasure :)
4 posts Page 1 of 1
cron