xolite
Forum Replies Created
-
It will be a problem for anyone using woocommerce default PayPal component, until such time they feel a need for it to support multiple currencies instead of the default shop currency.
Woocommerce does a lot of things out of the box right, payment processing with PayPal with multiple currencies is not one of them. Rightfully so, most shops will use the base currency depending on their location and not even bother.
Glad it is working well for you now PK, maybe we will talk again if you get into translations haha π³
I have used others, free and paid and this one is the best ones yet. Incredible support as well! π
Anytime, chime in if you need help and I would love to know what the fix is… myself, I prefer not to use PayPal at all costs ( see what I did there? *pun ). =)
Hey Pat, did you get this resolved?
I remembered a few months ago I was helping someone implement PayPal Standard and we had some issues with the default one handing multiple currencies. The one that comes with WooCommerce. if I remember correctly it does not and only works with the default currency, maybe give another PayPal plugin a try and see if that resolves the issue.
The order is placed -> Sent to PayPal ( USD ) -> IPN sends it back ( USD ) -> Stored as ( CAD ) what is responsible for accepting the return response from PayPal and applying that response to the WC generated email notification? The PayPal Payment Function…
Let me know how you make out.
Cheers!Jumping back in this one, with Paypal standard there is no real benefit to using PayPal express. In my perspective, it is only useful for donations, 1-time purchase items with no cart.
Stick to PayPal Standard/IPN and problem is gone haha.
My guess until we hear from the developer is check your PayPal account and make sure IPN messages are enabled and your default currency in PayPal matches the default currency in your shop.
Also, check in PayPal “My Account > Profile “Manage Currencies” that you support CAD and USD currencies.
Hope that helps, if not guess we wait =)
Cheers!
What type of transaction does this error occur on? Is this happening with COD, Cash, Cheque, E-Transfer, Credit Card? or just one payment type?
Do you run any plugins which manipulate the order e-mails?
I have not seen this issue yet ( run this plugin extensively ), guessing it is something rather simple going on.
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Currency per countryHey Tom,
Thank you so much, love this feature and thank you webziss for thinking of it!
@webziss did you try clearing your cache? I had a similar issue when I first set it up, once I cleared my cache everything was right as rain. π
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Currency per countryThis is actually a really good idea. Letβs see if Tom knows if there is a hook in woocommerce to append the currency to the country selected.
=)
I agree the backup still gets completed, now it just generates 1.7MB log files and e-mails me every day a 4000+ line error log.
I have rolled back the latest version until this is resolved, along with the other errors.
“as far as I know thatβs not new” All previous versions did not do this.
There is also an error compressing long file names, I would paste the log but it is 4429 lines long.
WARNING: File name “content/wp-statistics/f/f/24419d5a2082c0288af15d8c48db8c48d7393e916570bafd6fbbc7fa8a2d3790a174ea84d0a201f2e866469dabb41667b9062277bca7470f0adb4a3c7182cd” is too long to be saved correctly in TarGz archive!
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Shortcode not workingYou are close … it should be like this.
<div>
<?php echo do_shortcode( β[woocommerce_currency_switcher_radio_list]β ); ?>
</div>Cheers!
Forum: Reviews
In reply to: [Currency Switcher for WooCommerce] Don’t Bother With This Plugin MakerStrange, Version 2.8.3 -> Last Updated: 1 day ago
Your right, that is a long time.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Problem Getting Apple Pay Working AgainWant to update this thread with the resolution.
When I first signed up for apply pay when stripe first released it, it only required authorization for the top level domain name. If the request was from http://www.domain.com it was still authorized, subdomains at that time still needed their own authorization.
Now, “www” is treated as a subdomain, I only had authorization setup for “domain.com” and did not catch the change. Hope that helps someone else out, thank you to everyone who helped figuring this out ( so simple hey? )
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Problem Getting Apple Pay Working AgainI am guessing this is not an option to give it to you privately?