sonic1243
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customer list: 80% are O, £0.00, £0.00Cool, thank you 🙂
Forum: Plugins
In reply to: [WooCommerce] Customer list: 80% are O, £0.00, £0.00Hey Bro, thats a great answer thank you…
All good, except I can’t see a “Save Filter” button.. only “Add a filter”, or “Clear all filters”‘. (no funnel icon either, it’s just a text drop-down menu for me) (Version 10.2.2)Forum: Plugins
In reply to: [WooCommerce] Customer list: 80% are O, £0.00, £0.00Thanks Sai.. yes these “£0.00” customers show up under Users.
We’ve had problems with ‘card testing’ through the paypal plugin so are vigilant for that..
But yes maybe I’ll hide these non-orders with a snippet or something. (You don’t happen to have a snippet do you?!)
Google AI suggested this, but it DID NOT WORK:
add_filter( 'woocommerce_my_account_my_orders_query', 'exclude_pending_payment_from_my_account', 10, 1 );
function exclude_pending_payment_from_my_account( $args ) {
$statuses = wc_get_order_statuses();
unset( $statuses['wc-pending'] ); // Change 'wc-pending' for other statuses
$args['status'] = array_keys( $statuses );
return $args;
}And I tried a few via Google AI of which none worked.
Thank you ….
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Plugin version 3.0.7 – INVALID_PARAMETER_VALUESame for me, no orders for 7 days, changed it from Login to Billing and it now works. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Receiving [Ingressos]: Cha-ching! You’ve got a new order:Oh so it is, sorry!
You can’t edit that text, or copy it, I had to use Inspect Element in order to copy the content, paste it, and then edit it. Thank you 🙂Forum: Plugins
In reply to: [WooCommerce] Receiving [Ingressos]: Cha-ching! You’ve got a new order:Totally agree, Cha Ching is ridiculous.
If I go to Notifications/Email/NewOrder the subject line is grey and un-editable?
(Storefront with child theme)
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Attacked by “card testing” – “origin unknown”It’s gone quiet again here, for 4 weeks .. so… will mark it resolved for now. TY 🙂
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Attacked by “card testing” – “origin unknown”The workaround had been working fine, until today.. had a bunch of card testing failed orders.
I’ve updated to the latest WooCommerce and PayPal Payment plugins, will see if that helps…
Just to conclude, I have a working ‘fix’ in place thanks to denialdesign: https://www.denialdesign.co.uk/blocking-card-testing-attacks-in-woocommerce/
See this thread on the PayPal Payments plugin for further discussion: https://wordpress.org/support/topic/attacked-by-card-testing-origin-unknown/
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Attacked by “card testing” – “origin unknown”The wc_endpoint function seams to have stopped the attacks here (not v1), so many thanks for that. @denialdesign
I’ve never seen a legitimate order with ‘unknown’ attribution. But it’s not a big store.
Glad to see devs are working on a solution for this.. ty
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Attacked by “card testing” – “origin unknown”Thanks.. I tried wc_endpoint_v1 which did not work, had 40 failed orders over the day..
Am trying the wc_endpoint function as well now.
I didn’t have logging for the Paypal plugin, but I have enabled this now.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Attacked by “card testing” – “origin unknown”Thanks for the updates … I’ve just added the function from denialdesign to give that one a go.
Have heard nothing back from my ticket at Woo….Thanks lub, that post has been updated today and it says “the issue is in the Paypal woocommerce plugin” and provides a way to manually edit the core files…. I might try this…. but I will start a thread on the “PayPal Payments” plugin support as that’s who needs to see this. Cheers.
That filter&rewrite hasn’t worked for me.. 🙁 had three failed ‘card testing’ orders, turned Card Payments back off again… Interestingly just noticed ‘draft’ orders show up; 37 ‘card testing’ drafts in there from the last few days and accumulating right now… must be while I’ve had Card Payments disabled.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] New Bad Users creating Failed OrdersIs this the same Card Testing issue as: http://www.wordpress.org/support/topic/attcked-by-card-testing-decline-orders-with-origin-unknown ??
I’ve had to turn Card payments off.. until there is a solution.