Skip to content

Code Snippets

Instructions on how to add code snippets can be found Here

Person-entering-laptop-2_S

RETIRED – 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...
Person-entering-laptop-2_S

RETIRED – Allow shortcodes in product excerpts

Person-entering-laptop-2_S

Minimum Order Amount

The WC Minimum Order Amount plugin is based on this snippet. As an alternative, the Min/Max Quantities for WooCommerce extension allows you to set up minimum and maximum Order quantity and Order value rules under WooCommerce...
Person-entering-laptop-2_S

Customize the WooCommerce breadcrumb

With Yoast SEO, it is possible to add breadcrumbs to single posts and pages. You can do that with the breadcrumbs block. There are options for changing the separator between breadcrumbs,...
Person-entering-laptop-2_S

Automatically Complete Orders

This code snippet is no longer available. The WooCommerce Order Status Control extension gives you control over which types of paid orders should be automatically placed in Completed status.
Person-entering-laptop-2_S

RETIRED – Hide sub-category product count in product archives

Turns this: Into this:
Person-entering-laptop-2_S

Custom sorting options (asc/desc)

This example code shows how you can add an order option for ‘random’, but this also works in similar ways for other ways to order your products on the catalog...
Person-entering-laptop-2_S

Change the default state and country on the checkout

Note that the default_checkout_billing_country filter affects both existing and non-existing users.
Person-entering-laptop-2_S

Override loop template and show quantities next to add to cart buttons

To display quantity input fields for simple products within your shop archive pages, use the following code:
Person-entering-laptop-2_S

RETIRED – Allow HTML in term (category, tag) descriptions

By default, WordPress strips HTML from category descriptions. This code will prevent that from happening. The first part prevents HTML from being stripped from term descriptions. The second part prevents HTML being...
Person-entering-laptop-2_S

RETIRED – Apply a coupon for minimum cart total

The code snippet below allows you to: Show a notice on the cart and checkout page, reminding customers that they get a discount if spending more than a minimum amount....
Person-entering-laptop-2_S

RETIRED – Exclude products from a particular category on the shop page

As ‘clothing’ is an example in the snippet below, be sure to use a product category slug that exists in your WooCommerce store. Note that this will only work when you...
Scroll To Top