How to Boost WooCommerce Sales with the Product Add-Ons Extension: Features, Setup, and Guide

woocommerce product add ons with cart background

Adding customisation options to your WooCommerce products can increase sales, improve customer satisfaction, and help your store stand out. The WooCommerce Product Add-Ons extension is a powerful official plugin that allows you to add extra options such as personalised messages, gift wrapping, premium features, and more directly on your product pages. This guide provides a …

Read More

Why WordPress Developers Tell You to Disable Plugins and Use a Default Theme

wordpress smashed laptop

If you’ve ever asked for help with a plugin you’re using, you’ve probably heard the same advice over and over: “Disable all your plugins and switch to a default theme. Then, turn them back on one by one.” It might feel like a boring, copy-paste answer. But there’s a very practical reason behind it. Narrowing …

Read More

Using WooCommerce Customer Functions to Get Order Counts, Spend Totals, and Check Bought Products

customer shopping tablet

WooCommerce offers a wide range of customer-related functions that can be beneficial in your custom development projects. I find the functions in this post particularly useful: they allow you to retrieve order counts and total spending and determine if a customer bought a specific product. wc_get_customer_order_count This function returns the amount of orders a specific …

Read More

How to Symlink a Plugin Located Outside Your Local WordPress Installation

how to symlink wordpress plugin

When you clone a WordPress plugin, you’ll often need to run build scripts to build a usable version of the plugin in your WordPress plugins directory. You can create a symlink in your plugins directory to the plugin instead of cloning the repository to your WordPress installation directly. Prerequisites Before creating a symlink, you’ll need …

Read More

WooCommerce Pull Request: Textarea Description Color Consistency and desc_at_end

woocommerce pr textarea settings

I recently submitted a pull request to WooCommerce core, which adds some consistency to the descriptions of textarea fields in WooCommerce settings, and the ability to set an attribute to make the description appear before or after the textarea field. This contribution has been reviewed, merged, and is scheduled for release in WooCommerce v9.6.0. Text …

Read More

How To Add Text Before/After Product Prices in WooCommerce Programmatically

woocommerce before after price

In WooCommerce, product prices by default are displayed as “$5.00” for simple products and “$5.00 – $20.00” for variable products. Ever wanted to add text before or after the pricing display, like this: “Only $5.00” or “$5.00 limited time only”? There are a number of plugins that can help do this, but maybe you want to do …

Read More

Guide to Effortlessly Adding Sample Products to Your WooCommerce Store

woocommerce sample products

If you’re in the process of creating a new WooCommerce store but don’t yet have products to add – perhaps you’re waiting on a list from your client – it can be challenging to envision the customer experience and make design adjustments. However, there’s a simple solution! You can easily add sample products to your …

Read More