I saw this WooCommerce question the other day on Reddit and wanted to provide another (of the many) solutions already online for it. Not in the “Mine is better” sense but more of the “I’m learning how to do this too” thing. This example is more of an edge case than anything else but is doable with some PHP. And, a good learning opportunity. So keep readin’…
(more…)WordPress Development
Display Custom Backorder Wording In WooCommerce
I think as a self-taught developer, tinkerer, or whatever you label yourself, the ability to find the information you need for specific coding solutions is the super-ninja skill. That’s what I do when I learn to solve WooCommerce and Shopify solutions I read about in Facebook groups and other online forums. In this post, we will see how to rephrase the display message for Products available for Backorder.
(more…)Display SKU Next To Product Title in WooCommerce
While I don’t always necessarily understand the ‘why’ behind some of the WooCommerce requests I see in Facebook groups, I still take the opportunity to research a solution and learn something new. In this article, we will see how to append a product’s SKU (if it has one) to the Product title. This is how I imagined the best way to display the product SKU beside the Product title. However, I’m always open to suggestions…
(more…)Set Default State Field Value on WooCommerce Checkout Page
In this article, we will see how to set a default State value for the WooCommerce Checkout Page billing and shipping field(s). I saw this question asked in a WooCommerce Facebook group and like always, took the opportunity to research a solution and learn something new.
(more…)Limit Add to Cart Quantity in WooCommerce
Another interesting question I recently saw in a WooCommerce Facebook group post was where the shop owner wished to limit the number (quantity) per product a customer could add to the Cart and purchase. I decided to research it and come up with a solution. Keep reading and learn this one with me!
(more…)