xolite
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Problem Getting Apple Pay Working AgainWebsite is in development and requires a password for access, prefer not to make it public. How would I give it to you privately?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Problem Getting Apple Pay Working AgainI have tried this and the following:
I have removed the plugin and re-installed it, disabled all my other plugins to check for conflicts, error log ( nothing ) is there a way to test if the buttons are being called and generate an error if they cannot be displayed so I can locate the issue.
Thank you for the reply, appreciate it!
You will need to wait for the developer to repsond, however in my experience paypal express payment requires the payment in the local currency to be set within paypal prior to any module invoking the charge. Any module which invokes a charge needs to match the default currency set in paypal for “express payments”.
Maybe I am wrong but I am sure the developer can clearify.
What are the currencies that are setup as “accepted” in your clients paypal account? PayPal will accept whatever currency is sent to them express or IPN as long as it matches the accepted currencies allowed under the account.
Hope that helps.
- This reply was modified 6 years, 9 months ago by xolite.
Hi Frank,
If you want to solve this, you will need to use another plugin. Disable the free shipping conversaion in this plugin. Remove free shipping from your shipping zones.
Use this plugin:
https://www.ads-software.com/plugins/woocommerce-advanced-free-shipping/Which will use freeshipping arguments by country and your own rules. Fixed!
Cheers!
RickForum: Plugins
In reply to: [Currency Switcher for WooCommerce] Feature request for next update.Hi Tom,
Thank you so much, that is absolutely perfect, span class was what I was thinking as well. ~ Cheers!
Rick
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Feature request for next update.Was thinking as well ( sorry ) , could change implode to a CSS class as well
and would allow for a seperator via css.Forum: Reviews
In reply to: [TI WooCommerce Wishlist] Outstanding developer supportI want to add on to this, I just encountered an issue/error and had a similar response. Fast, friendly and a pending fix. Incredible support!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Undefined – + on Simple ProductsHi Konstantin,
This issue has been checked and will be resolved in the next update. Stan was incredible btw, thank you again!
Cheers!
RickForum: Plugins
In reply to: [TI WooCommerce Wishlist] Undefined – + on Simple ProductsThank you Konstantin,
Done, updated the information with Stock Status showing out of stock when “Enable” stock management is enabled.
Cheers!
RickForum: Plugins
In reply to: [Currency Switcher for WooCommerce] Currency on change languageIn my perspective, the easiest way to do this is using something like WPML which supports GEOIP redirection for language and with Currency Switcher for WooCommerce Pro you can add the currencies for each country and they *should match up nicely.
WPML -> Redirects to German Based on German IP -> Currency Switcher for WooCommerce Pro -> Switches To Euro Based on German IP.
Hope this helps!
Forum: Plugins
In reply to: [Currency Switcher for WooCommerce] Issues with 2.4.2Hi Tom,
Yes “Fix Mini Cart” option is checked, but does not affect $0.00 value.
Hope you are having a good day!
All the best,
RickForum: Plugins
In reply to: [Currency Switcher for WooCommerce] Issues with 2.4.2Full test everything looks good. Did you find anything regarding conversion on WC()->cart->get_cart_total(); when the cart is empty on $0.00 total?
I do not imagine it really matters except for those who show
the cart in the header:2 Items $35.55 CAD ( this does convert )
0 Items $0.00 CAD
( this does not convert or I should change currency codes if the currency is switched )Looks odd is all to stay in the default currency when everything else switches to USD lol.
All the best,
RickForum: Plugins
In reply to: [Currency Switcher for WooCommerce] Issues with 2.4.2Hi Tom,
Giving it a run through in a few minutes here and will let you know.
All the best,
RickForum: Plugins
In reply to: [Currency Switcher for WooCommerce] Issues with 2.4.2I definitely agree with primary currency being set on our own for .99 etc, very true. So you are saying conversions will round and use “Pretty” price as part of the conversion. Makes sense.
On my end when I tested 2.4.2 ( 2.4.1 ) the first product if sorted by “ASC” still showed Pretty Price and the rest did not. ( will double check )
I do also want to mention, $0.00 mini-cart values are not switched, example if “WC()->cart->get_cart_total();” is used in a theme, the default currency will always be shown when switched. Example $0.00 CAD if the switcher is used, it remains as CAD.
Thank you again Tom, hope all is well.