lucapvt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Issue with Local Pickup and Card Payments in WooCommerceHi @lovingbro, thank you for replying and for trying to help me — I really appreciate it.
I’m using the Food Store plugin. Even without any custom snippets, when selecting pickup or delivery, no shipping method appears until a postcode is entered.
Also, if I create a shipping zone with a specific postcode, and then enter that same postcode while selecting pickup, WooCommerce still treats it as delivery. Because of that, I had to create a separate postcode only for pickup.
Through a snippet, I also implemented minimum order amounts based on specific postcodes.
Now, the customer understandably wants me to disable the postcode field for users who order pizzas for pickup only. However, when I do this via snippet, the final order must show the pizzeria’s postcode for the free pickup method — and of course, that does not match the customer’s card billing postcode.
This then triggers WooPayments/Stripe fraud validation and blocks the payment.
I’m trying to find a clean solution that allows pickup without forcing a postcode mismatch that causes Stripe to decline the transaction.
Thank you again for your help.
@lovingbro