woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
236 stars 206 forks source link

Display a notice if taxes vary by customer's shipping address #3550

Closed wjrosa closed 2 weeks ago

wjrosa commented 4 weeks ago

Fixes #3521

Changes proposed in this Pull Request:

This PR adds a new notice to the Express Checkout Element informing customers when rates may differ due to taxes being based on their billing address.

The notice will be shown, and the checkout process will be delayed for 700ms. Reasons for that:

Testing instructions


Post merge

annemirasol commented 3 weeks ago

@wjrosa Thanks for working on this!

✅ I see the notice for product and shortcode checkout. ❌ I don't see the notice for block checkout and block cart.

I set my taxes to be based on billing address and my ECE is enabled.

wjrosa commented 3 weeks ago

@wjrosa Thanks for working on this!

✅ I see the notice for product and shortcode checkout. ❌ I don't see the notice for block checkout and block cart.

I set my taxes to be based on billing address and my ECE is enabled.

Sorry about that, Anne! I just forgot about the block checkout and cart 🤦 . Can you check again, please?