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 MoreCategory: PHP
Loading Your Library only once between WordPress Plugins
When you are developing multiple plugins, you might develop a library that will be used in some of them. So, what happens when your customers might use more than 1 of your plugins with that libary.
How are you going to handle the loading of it so you’re sure that the latest is being used?
Read MoreHow to use the WooCommerce Postcode Validator in Code
WooCommerce has a postcode validator built in which is used to find appropriate shipping methods on the checkout. In case you are going to extend some shipping methods or build something else with postcodes, you will learn here how you can use that for your own solution.
Read MoreUltimate Guide for JavaScript in Elementor Widgets
Elementor Widgets are a great way to build your landing pages when using Elementor. Mostly, widgets are done through PHP but if you need some of the functionality on the front end or for the user editing the page, you will need to use JavaScript.
In this tutorial, we will learn about all the methods you can use with their JavaScript widget model and check for examples of the same.
Read MoreHow to show the Correct Payment method on WooCommerce Subscriptions
If you or your clients are using WooCommerce Subscriptions, you may want to show the correct payment method in the list of available payment methods.
Read More