-

Demo your Woo extension with WordPress Playground
Want to learn how to demo your Woo Extension anywhere you go with WordPress Playground? Check out our latest tutorial that will get you showing off your extension in minutes! Read more
-

New WooCommerce blocks cart item image filter
WooCommerce 9.6 introduces a filter to modify cart item images in Cart & Checkout blocks via the Store API response. 🎨 Customize with ease! 📖 Learn more: 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
-

Display product weight on archive pages
To display WooCommerce product weight on archive pages, below the title of the product, add this code to your child theme’s functions.php file or via a plugin that allows custom functions to… Read more
-

Allowing customer access to WP Admin, and enabling the admin bar
Add 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 directly… Read more
-

Add a message above the login / register form
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. Please don’t add custom… Read more
-

Add a new country to countries list
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. Please don’t add custom… Read more
-

Adjust the quantity input values
Add 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 directly… Read more
-

Send coupons used in an order by email
This snippet sends by email the list of coupons used in an order. You can customize the “$to” variable and define your own email address, and the “$message” to have… Read more
-

Customize the WooCommerce breadcrumb
You need to add 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. Please don’t… Read more