In WooCommerce, you can add as many variations as you want! However, if you have over 30 of them, WooCommerce will make an AJAX call (an extra request to the backend) to fetch the details for each variation.
(more…)Category: WooCommerce
-
-
Add a Custom Placeholder Image for WooCommerce Products
WooCommerce has a default placeholder for all products that don’t have images set. Here’s what it currently is set to:
(more…)
-
Limit quantity of products per order for WooCommerce
There are times when you might want to put a limit on the quantity of a product a customer can have on an order. Maybe you have a product that has low stock and you want to make sure many people get to purchase it, or maybe it’s a product that really does not need to be bought in multiples (like a digital product maybe?).
(more…)
-
Storefront: Change the basket icon to a cart icon
Someone asked me today, why does the shopping cart had an icon of a basket instead of a cart? It’s called the “cart” after all, right? The URL says cart, and WooCommerce says cart, but there’s an icon of a basket.