-
Notifications
You must be signed in to change notification settings - Fork 206
v8.5.0 ‐ Release testing instructions
Wesley Rosa edited this page Jul 5, 2024
·
1 revision
With Stripe 8.5.0, we have introduced the ability to change the payment method order on the shortcode checkout page when the new checkout experience is enabled. To do it, follow these steps:
- Make sure the "Legacy Checkout Experience" is disabled
- On the payment method listing page (
wp-admin/admin.php?page=wc-settings&tab=checkout§ion=stripe&panel=methods
), click the "Change display order" button
- You should be able to drag and reorder the methods as you wish
- Click the "Save display order" button when you are done
- Now, as a shopper, add a product to your cart and go to the shortcode checkout page
- Confirm that the available payment methods on the checkout page follow the order saved on the settings page
Customization of the payment method display was also introduced in this version for the new checkout experience. To do it, follow these steps:
- Make sure the "Legacy Checkout Experience" is disabled
- In settings, you should see a "Customize" button beside each payment method on the payment methods list page
- Click the "Customize" button, change the title and the description of a method, and click "Save changes"
- Reload the page and confirm that the changes persist
- As a shopper, add a product to the cart and go to the checkout page
- Confirm that the payment methods show the saved title and description (on both shortcode and block versions)