Digital Duck
Forum Replies Created
-
Hi, Jaime
Thanks for the response, sorry I think I might have been a little vague. The buttons are showing, but when you click on Pay Later it opens the regular PayPal checkout.
https://share.thedigitalduck.co.uk/i/dZbxkm
Thanks, TobyHi, all;
We’ve been having the same issue for a while now.
It seems to only affect IOS Safari browsers, and only some of the time.
I’ve not been able to recreate the issue on any of my devices/virtual devices, however our client is being contacted daily by repeat customers wondering where the card payment option is.
Occasionally, an affected customer can login, or create an account and the options show, while sometimes that doesn’t work. Other times, clearing their browser cache fixes it, but sometimes that doesn’t work either.
Does PayPal have a system that will block the card fields from showing if certain criteria aren’t met?
Thanks, TobyForum: Plugins
In reply to: [Woocommerce Partial Shipment] Undefined index: partially_shipped_statusHey,
Same issue here, I think the culprit is that the
wc_order_statuses
filter is triggered before theinit
hook. So the settings haven’t been set up yet.I quickly fixed it by changing
add_action('init',array($this,'load_settings'));
To
add_action('woocommerce_loaded',array($this,'load_settings'));
on line 45 in the woocommerce-partial-shipment.php file.
Hope this helps.
Note, I’m not associated with Vikram S.
Forum: Reviews
In reply to: [Sell to Continents for WooCommerce] Just what I neededAwesome, we’re so glad it was helpful ??
Thanks for the review.