-
Getting to Know Woo: Exploring Server-Side Extensibility with Hooks
•
Co-written by @ralucastn and @nielslange This is chapter 5 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks In the previous posts,… Read more
-
Getting to Know Woo: Extending Payment Gateway Options in WooCommerce
•
Co-written by @ralucastn and @nielslange This is chapter 4 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks In this series, we’ve… Read more
-
Getting to Know Woo: Modifying existing Cart and Checkout Block Fields
•
Co-written by @ralucastn and @nielslange This is chapter 3 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks In the previous installment… Read more
-
Getting to Know Woo: Customizing Cart and Checkout Fields
•
Co-written by @ralucastn and @nielslange This is chapter 2 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks. In our previous post… Read more
-
Getting to Know Woo: Understanding the Architecture of Cart and Checkout Blocks
•
Co-written by @ralucastn and @nielslange This is chapter 1 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks As a first installment… Read more
-
Help us make the WooCommerce Platform Better
•
We’re part of a team focused on improving the WooCommerce platform, and we’re trying to make it better for all developers. To help us better understand your needs as a… Read more
-
Getting Started with Product Vendors
•
WooCommerce Product Vendors turns your store into a multi-vendor marketplace. You can assign your existing products to Vendors or they can add and edit their own to sell through your… Read more
-
PayPal Checkout
•
PayPal Checkout is no longer available for download via the WooCommerce Marketplace, but will continue to be supported for existing merchants until 1 March 2022. You’re encouraged to download PayPal Payments, PayPal’s latest, most… Read more
-
Subscriptions FAQ
•
WooCommerce Subscriptions is a premium extension, and this page has answers to commonly asked questions. We recommend reading the Subscriptions Guide for Store Managers if you haven’t already. For technical questions about integrating… Read more
-
Apply a coupon for minimum cart total
•
The code snippet below allows you to: Requirements: Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as… Read more
-
Hide trailing zeros on prices
•
The option to show trailing zeros on your prices has been removed in favor of a filter, as of WooCommerce 2.2x. If you want to hide trailing zeros on your… Read more
-
Notify Admin When New Account Is Created
•
Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Avoid adding custom code… Read more