Set default image size WooCommerce
For my theme Forest, I had to change the size of the WooCommerce Catalog Images, Single Product Image and Product Thumbnails. This can be arranged using the WooCommerce settings. In my experience...
View ArticleWooCommerce Sold Out badge
A client with a WooCommerce webshop asked me if a sold out badge could be added to every sold out product in the category and shop page. In this example, the client’s theme doesn’t have this...
View ArticleAdd a custom sidebar to WooCommerce pages
In this tutorial I explain how you can add a custom sidebar to WooCommerce pages within your Genesis theme. I assume you’ve installed Genesis, WooCommerce and the Genesis connect to Woo plugin. Do we...
View ArticleHow to show or hide trailing zeros on prices in WooCommerce
Since WooCommerce 2.1 the option to show trailing zeros on your prices has been removed. Here is a code snippet which allows you to show or hide the trailing zeros on prices in WooCommerce. Show...
View ArticleAdd Pinterest button to a Woocommerce product page
Unfortunately, the plugin I have been using to add a Pinterest pin-it button to the WooCommerce single product pages of a clients web shop stopped functioning. I did a quick search for a replacement...
View ArticleProduct gallery images on WooCommerce shop page
In this tutorial, I explain how you can add thumbnails of the images in the product gallery to the products on the shop page. See the screenshot below for an example. Step 1: Set the product gallery...
View ArticleAdd a custom select box to the WooCommerce checkout page
This tutorial describes the process of adding a WooCommerce custom select box to your WooCommerce site, as well as how to ensure that the data is properly stored in the database. I will also explain...
View ArticleChange add to cart button text for product types
It may be the case that the Add to cart button text does not suit your product or web shop. With a few lines of code you can easily change this text. In this short tutorial, I will show you how. You...
View ArticleChange add to cart button text to product name
It may be the case that the text of the Add to cart button does not suit your product or web shop. This short tutorial shows how to easily change the button’s text into the name of the product itself....
View ArticleAdd Payment Method Column to Admin Orders
Recently, I received the question if it was possible to add the payment method to the WooCommerce order overview. Hereby the code snippet. View the code on Gist. The post Add Payment Method Column to...
View Article