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 …
Continue reading “How to Sort Shipping Rates by Cost in WooCommerce”
Whether you use WooCommerce for quotation purposes or just like to change the text; “Place order” works but sounds a bit flat and generic. Changing it to another text is very easy using a code snippet, as I will show in this blog post. Changing the Order Confirmation Button Using the following code snippet you …
Continue reading “How to Change the ‘Place order’ Button Text”
In a earlier post I wrote about hiding product prices on category pages. This post is similar on hiding prices, but focuses on the hiding of pricing based on the user role, or lack thereof (guest users). Hiding Prices for Guest Users First thing I want to show is hiding prices for all users that …
Continue reading “Hiding Product Prices Based on User Role in WooCommerce”
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 …
Continue reading “Purge the WooCommerce Shipping Cache”
Cross sells could be great to increase your customer order value and provide them with more products they need. But another way to look at it is that is can distract them from completing their purchase, especially when its at the cart. I personally prefer to have a clean cart where a user can quickly …
Continue reading “How to Remove Cross-Sell Products”
We’ve all been there, a customer enters their data an inevitably there will be typos in there. In general not that big of a deal, but it is a big deal when for example your shipping is based on the customer city, or your shipping carrier won’t be able to deliver the package without a …
Continue reading “How to Make the Customer City Field a Dropdown”
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 …
Continue reading “How to Combine Freight Shipping and Standard Shipping in WooCommerce”
Sending out emails to customers is an important step in the eCommerce process. You need to make sure everything is working and showing as expected. WooCommerce doesn’t have a way of previewing order emails other then actually sending one out. Not the easiest way, nor does it allow you to view a email of a …
Continue reading “Preview WooCommerce Order Emails”
WooCommerce natively shows additional product tabs with product related content on the product page. The basic tabs are related to the full product description, product attributes and the reviews. With that plenty other plugins are adding more to that. Tabs work for a lot of stores, but of course not all of them. Maybe you …
Continue reading “Hide the Product Tabs, Simply Show the Contents”
There are different reason why you may want to make the quantity field a dropdown. Maybe you only sell products in fixed packages, or you want to increase the average order value by increasing the quantity being purchased. Whatever your own reasons are, in this post I’ll show you how you can change the quantity …
Continue reading “Making the Quantity Field a Dropdown in WooCommerce”