Forum Replies Created
-
AuthorPosts
-
Trane FrancksSpectator
I wound up converting my CDN $ to JPY ¥ and deleting the alternate currency in PayPal. eStore makes it easy to display a secondary currency (USD $) to give shoppers a baseline understanding of how much they’re /really/ paying when buying in Yen from abroad.
The forums here are proving to be very helpful in resolving issues. Thank you.
Trane FrancksSpectatorYou know, I JUST found that about 30 seconds ago. May I please have a napkin to wipe the egg off my face? *giggle*
Thank you for your patience.
Trane FrancksSpectatorSolved it, I think.
In wp_eStore1.php, I changed line 1041 of function format_eStore_price_amount:
$num_of_decimals = 0; //intval($num_of_decimals);
I hope that helps somebody.
Cheers.
Trane FrancksSpectatorHi.
It seems like this would be a candidate for a variable in the settings page with the currency, e.g.:
Currency Code JPY
Currency Symbol ¥
Decimal Places 0
Having to edit the PHP file every time the software gets updated will get old (and be prone to error).
In any case, would you please be so kind as to let me know where this resides in the full paid version? I’ve tried editing wp_eStore1.php with:
$num_of_decimals = 0; //$wp_eStore_config->getValue('eStore_price_num_decimals');
if (!is_numeric($num_of_decimals)) {
$num_of_decimals = "0";As well as editing eStore_configs.php:
$wp_eStore_config->addValue('eStore_price_num_decimals', 0);
That doesn’t seem to have done the trick for me.
Cheers!
Trane FrancksSpectatorI just got bitten by this and spent hours and hours going over it. The issue? A Japanese PayPal account with the currency set in $ CAD. Pending and then failures all popped up because of the multi-currency issue. Really frustrating. A complete time sink.
-
AuthorPosts