Performance changes in the upcoming Order Delivery Date v9.27.0
Introduction In the latest release of Order Delivery Date v9.27.0 that is due to release by 2nd week of July, we have made a lot of performance changes. Removed the unnecessary ajax calls Used WC Ajax instead of admin-ajax Used REST API in place of some of the ajax calls. Removed Unnecessary Ajax calls: In the […]
Add bulk time slots & Edit them in Order Delivery Date Pro 9.20.0 onwards
Before v9.20.0 of Order Delivery Date Pro for WooCommerce, adding time slots was a long process. We could add only one time slot at a time. If we added the wrong time slot by mistake, then we would have to delete it and add it again. If we wanted to modify something like the lockout […]
How does Minimum Delivery time work with Same day & Next day cutoff settings
Since version 9.14 of Order Delivery Date, the minimum delivery time can be configured together with the same day & next day cutoff settings. Until now they were applied independently on the checkout page. Introduction: Minimum delivery time is set by the store owners when they need some time to prepare for the order before […]
How to Hide Prices on WooCommerce Shop and Category Pages
As a store owner or digital marketer, prices are your best friend and your worst enemy — depending on where and how you use them. While generally, it’s a good idea to display prices upfront, sometimes the marketing strategy dictates otherwise. There’s an interesting use case one of our clients came to us with recently. […]
How to Hide the WooCommerce Coupon code field based on specific products
In the post How to Hide the WooCommerce Coupon code field, we explained how we can hide the coupon code field from the WooCommerce cart & checkout page. However, the coupon code field will be hidden all the time using that method. One of our customers who also uses our Abandoned Cart Pro plugin, asked […]
How to stylise the decimal values in prices in WooCommerce
There are many ways in which you can customize your WooCommerce store. We saw one such request on Facebook where the member asked how he can stylise the decimal values on the WooCommerce price. WooCommerce > Settings has some currency options where you can set the decimal separator, thousands separator, as well as the number […]
How to hide the Add to Cart button in WooCommerce
If you are using WooCommerce for your store, there are many ways you can customize your store using different WooCommerce hooks & filters. In this post, I will explain how you can hide the ‘Add to Cart’ button on the Shop & product page. But why would you need to hide the ‘Add to Cart’ […]
How can I implement “Buy 1 Get 2 free” action in WooCommerce?
One thing E-commerce store owners know is that the customers love offers and discounts on the products. E-commerce store owners give various offers on various products to customers, now & then. It increases the sales for the products and makes the customer happy. Many stores give offers such as “Buy 1 Get 1 Free”, where […]
WooCommerce Shop Page Hooks: Visual Guide with Code Snippets
WooCommerce has lots of different hooks for their shop page, product pages, cart page & checkout page. These hooks help us to add our content in different places on these pages. We saw the different cart page hooks & checkout page hooks earlier. In this post, we will learn about different WooCommerce Shop page hooks […]
WooCommerce Checkout Page Hooks: Visual Guide with Code Snippets
This post has been updated with the latest WooCommerce Checkout page hooks as of WooCommerce version 3.6.4. WooCommerce has lots of different hooks for their product pages, cart page & checkout page. These hooks help us to add our content in different places on these pages. We saw the different cart page hooks in an […]