-
Notifications
You must be signed in to change notification settings - Fork 216
v8.9.0 ‐ Release testing instructions
Mayisha edited this page Nov 10, 2024
·
3 revisions
In Stripe 8.9.0, we have integrated the Express Checkout Elements to render Google Pay, Apple Pay, and Link. This new integration is only available in the new checkout experience.
- Setup express checkout following these steps.
Go to Stripe settings > Settings tab > Advanced settings and disable the legacy checkout experience. 3. Set up shipping methods.
a. Go to **WooCommerce > Settings > Shipping**.
b. Create a shipping zone with free shipping and a flat rate.
c. Create another shipping zone with free shipping and/or a flat rate.
-
Set up tax.
a. Go to WooCommerce > Settings and check
Enable taxes
checkbox. b. Go to WooCommerce > Settings > Tax > Standard rates tab. c. Add a tax rate for the locations that have shipping methods. -
Create a coupon.
a. Go to Marketing > Coupons. Create a coupon for discounts.
-
Create WooCommerce shortcode checkout and shortcode cart pages if you already don't have them in your site.
- As a merchant, go to the create a new order page at
siteurl/wp-admin/admin.php?page=wc-orders&action=new
. - Set the order status to
Pending payment
and add a product to the order. - On the sidebar at the right, click on "Create".
- On the edit order page, click on "Customer payment page →".
- Complete the checkout using Google Pay.
- Confirm that the order status gets updated to "Processing".
- Test the same steps for Apple Pay and Link payments.