Like I’ve written in previous articles, I learn so much by reading real-world requests from WooCommerce shop owners in Facebook groups and then researching and implementing a working solution. I recently saw a question where a shop owner wanted a custom shipping date notice displayed on the Checkout page, 3 days out from the current date. Continue reading and see how I solved this. Suggestions welcomed.
(more…)WordPress
WordPress platform specific blog posts.
Add Content Above Single Product in WooCommerce
On the WooCommerce Single Product page, there is some ‘real estate’ you could potentially use to display other information about the product, banner, sale, etc. In this article I am sharing what I learned about customizing this area. Read on to learn more…
(more…)Truncate WooCommerce Product Description With Toggle
I’ve said in previous blog posts that I enjoy reading requests and requirements from WooCommerce FaceBook groups and trying to implement them on my own as a learning experience and to gain more knowledge of WooCommerce development. In this post, we are going to truncate the long(er) product Description into a clickable ‘Read more’ type of option. Learn with me by reading below.
(more…)Remove Single Product Short Description in WooCommerce
More small and impactful customizations in WooCommerce. In this article, I am using PHP code snippets to (temporarily) remove the product short description from displaying on the single product page. Firstly, for all products. Then we will filter for a specific product only, which may simulate a more real-world use case.
(more…)5 WordPress Resources – Substack Repost
WordPress is literally all over the place. Keeping up with it is next to impossible. However, here are 5 resources that can help.
(more…)