How to Remove Breadcrumbs in WooCommerce

WooCommerce has build in breadcrumbs for the WooCommerce related pages, but it doesn’t affect other non-WooCommerce pages. Maybe you already have a different breadcrumb solution setup and want to remove the default WooCommerce breadcrumbs; thats where this post is for. Removing Breadcrumbs The breadcrumbs in WooCommerce can be removed with a simple one line code snippet. The …

How to Sort Shipping Rates by Cost in WooCommerce

WooCommerce allows anyone to sort their shipping rates through the Shipping Zones settings. Unfortunately its not always possible to all the shipping rates as some may not be available directly from within the shipping zones. For example, multiple shipping rates from live carrier quotes can be retrieved through an API, and usually are setup with …

Purge the WooCommerce Shipping Cache

When first configuring shipping rates in WooCommerce and performing tests you may run into unexpected results at the cart/checkout when you’ve made a change. The shipping cache in WooCommerce stores the shipping rates automatically when they’re calculated the first time. The cached shipping rates are great for production sites, but while still configuring your site it can …

How to Combine Freight Shipping and Standard Shipping in WooCommerce

When you sell big products that require special freight shipping but also smaller products it may be beneficial for you and your customers to offer separate shipping for those products. Freight shipping can take longer and be more expensive, and naturally you want to keep cost as low as possible for your customers. Splitting the …