How to Change Checkout Endpoints WooCommerce

Checkout Endpoints WooCommerceIf you are looking for the WooCommerce checkout endpoints, this is a brief post to show you how to use the WooCommerce checkout endpoints. In this post I will quickly illustrate how you can use or change the checkout endpoints  in WooCommerce.

Checkout Endpoints WooCommerce

These are the  WooCommerce checkout endpoints that are used for checkout-related functionality and are appended to the URL of the /checkout page:

  • Pay page – /order-pay/{ORDER_ID}
  • Order received (thanks) – /order-received/
  • Add payment method – /add-payment-method/
  • Delete payment method – /delete-payment-method/
  • Set default payment method – /set-default-payment-method/

Change Checkout Endpoints WooCommerce

The URL for each endpoint can be customized in WooCommerce > Settings > Advanced in the Page setup section.

checkout endpoints WooCommerce

You simply change the default WooCommerce checkout endpoints to your custom choice and update the settings. You can now use the custom checkout endpoints in your code.

Conclusion

In this post, I have shared with you the checkout endpoints and how you can change them to use your custom checkout endpoints. If you are still not sure how to get this done you can feel free to get in touch with me.

Similar Articles