woocommerce / woocommerce-gateway-stripe

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

Update Express Payment Button previews on the Block Checkout and Cart edit pages #3542

Closed james-allan closed 4 weeks ago

james-allan commented 1 month ago

Fixes #3541

Changes proposed in this Pull Request:

This PR updates the Express Payment button previews displayed on the edit Block checkout & cart pages for Google Pay and Apple Pay.

Before After
Screenshot 2024-10-25 at 10 28 39 am Screenshot 2024-10-25 at 10 26 36 am
Screenshot 2024-10-25 at 10 29 02 am Screenshot 2024-10-25 at 10 26 17 am

These buttons previously just used image elements with SVGs and were different sizes, and spacing was inconsistent. This new approach sets up a base component we can use going forward to mimic what the buttons will look like in a consistant way.

Testing instructions

  1. Enable Express payment buttons in your Stripe settings.
  2. Checkout this branch.
  3. Run npm run build.
  4. Edit a Checkout Block and or Cart block page and note the button previews.

Post merge