WooCommerce Emails are an important part of any WooCommerce store. But, sending emails in the same request can take a toll on performance. Delaying WooCommerce emails can make, for example, checkout faster.
Read MoreCategory: WooCommerce
Working with Custom Tables in WordPress – Introduction
When working on custom solutions or plugins in WordPress, custom tables can be a good solution because it will give you better performance than by using the default tables such as posts
or postmeta
.
How to Control WooCommerce Assets
WooCommerce has a lot of styles and scripts that it enqueues. Their asset managers are also full of hooks so if you have your own WooCommerce related styles, you could hook into those and be sure they are loaded when needed.
Read MoreSelling Simple Products as WooCommerce Subscriptions – Front
To sell simple products as WooCommerce Subscriptions, you need to display a different button to trigger it. We will use the WooCommerce AJAX approach here for adding subscriptions in the cart.
Read MoreSelling Simple Products as WooCommerce Subscriptions – Admin
WooCommerce Subscriptions is a complex but excellent extension for WooCommerce stores if they plan to sell subscriptions. Sometimes, you want to have simple products but also sell the same as a subscription. In this tutorial series, we will allow the store to sell Simple Products as WooCommerce Subscriptions.
Read More