In this post, we’ll show you a couple different ways to add custom product tabs to your WooCommerce website, including removing default tabs.
Sidebar-Content Genesis Layout on WooCommerce Product Category Archives
Force a sidebar-content layout in the Genesis Framework, when a WooCommerce product category is being displayed.
WooCommerce Product Slider After Posts in Genesis Framework

Always be upselling your products by adding a WooCommerce product slider after post content in the Genesis Framework. Highlight best sellers in all content.
WooCommerce Discount Products Based on Quantity Added to Cart

Often times, store owners want to offer customers a discount or reduced price when they purchase a certain quantity of a product. For example, say you sell Product A at $10 each. When a customer purchases 20 or more Product A, you want to give them a 5% discount. This functionality can be achieved very […]
How to Disable the WordPress REST API
A simple code snippet for disabling the WordPress Rest API.
Checking if User Has Active WooCommerce Subscription

The Subscriptions module is one of the most popular modules in our UltimateWoo plugin for WooCommerce. It’s a very powerful tool for content creators or any product creator to sell their products or services with recurring billing. Sometimes, website owners need to limit some content to customers with active subscriptions. For example, let’s say you […]
How to Edit WooCommerce Order Numbers

Editing WooCommerce order numbers can be done if you know your way around PHP and WordPress/WooCommerce code. The things is, most shop owners don’t. Nevertheless, the occasion may still arise when an order number needs to be modified. We just released a free plugin for this purpose. Check out the UltimateWoo Edit WooCommerce Order Numbers […]
How to Reposition WooCommerce Points and Rewards Account Table

This simple code snippet repositions the points table, on the My Account page, generated by the Points and Rewards module. It moves the points table from about the default account tables to below. UltimateWoo users can enable the Points and Rewards module from the UltimateWoo settings interface in the WordPress dashboard.
How to Create a Custom WooCommerce Archive Loop

This code shows how to create a custom query and loop for WooCommerce archive pages. It accounts for displaying product category and tag archives as well as the main WooCommerce shop page. It will only execute the loop if on a WooCommerce archive page, else the default WooCommerce function will run. To customize, you should […]
How to Remove Product Categories from WooCommerce Shop Page

A code snippet for removing one or more product categories from the WooCommerce shop page.
WooCommerce Conditional Upsells

Here’s some code that allows WooCommerce users to conditionally display a list of upsells on the cart page of their WooCommerce store. Note that this code was written to make the upsells contingent on the purchase of “Required” products. Basically, the user can purchase Product X only if Products A, B and C are being […]
How to Remove WooThemes Updater Nag
Despite the annoyance that many WooCommerce users experience, WooThemes continues to not make the “WooThemes Helper” nag dismissible. This plugin nag is shown whenever you install any premium WooThemes product, such as a WooCommerce extension. It doesn’t go away until you install the WooThemes Helper plugin. The reality is that many WooThemes/WooCommerce customers purchase things […]
Restrict Sales to Specific U.S. States in WooCommerce

Limit the U.S. states in which your WooCommerce website sells. This lets you restrict sales to only certain states.
How to Use a Custom Sales Badge Icon in WooCommerce

One of the greatest things about WooCommerce is its hook system. With so many actions and filters, you can edit and add custom content almost anywhere. This code snippet will let you filter the normal “Sale” badge with your own custom icon.