Getting back into coding after the summer holidays I sat down to write my first published wordpress plugin.
It was after a request on a facebook group i decided to sit down and write a new wordpress plugin for woocommerce. The idea is that if you set some amount threshold under woocommerce > settings > shipping, you can use the plugin to display how much a customer has left before they are eligible for free shipping.
To get this plugin you can head on over to the wordpress plugin directory and download it, or search for it in your wordpress backend and install directly. I called it Woocommerce Shipping Notifications. I am thinking about adding more features like the ability to display it in various places; the shopping cart page, the checkout page or like a standard woocommerce notification. Also ability to modify the text and to make it asynchronous.
For now it’s just a basic shortcode that you can place anywhere you’d like in your content, it will check the customers cart amount total and calculate how much more they’d need to spend to get free shipping.
Installation and usage is underlined on the plugin page.
Leave a Reply