Vinay Lal is the chief creator of betterdeveloperdocs.com, a website dedicated to making useful documentations of web software. Inspired by
the ability to build things people can enjoy and use Vinay has a passion for making hard things seem easier.
You can use the order complete hook, by adding it and some custom code to your functions.php, to execute some custom code whenever an order is complete (for eg when…
A WordPress ShortCode can be executed programmatically, by adding some code to the functions.php file of your WordPress site, in PHP or in the CMS editor. In this article I…
There are 3 ways that you could hide the prices on your WooCommerce site when a user is logged in using either CSS, PHP or jQuery javascript. In this post…
WooCommerce has its own test mode features but also I show you 3 tips with working with WooCommerce in a development environment like, using cash payments, setting PHP Globals to…
If you know what you're doing or are willing to tweak it substantially then yes WooCommerce can scale to larger ecommerce stores however, if you (or your team) are not…
In WooCommerce you can create specific URLs which can then be added to a link which, when clicked, will add the desired products to the users cart and also load…
You can get WP User Meta Data in 3 different ways in WordPress using PHP. These functions are, get_userdata() native function get_user_meta() native function or by using the WP User…
In this post we understand the specific API which is best to use with Frontity and a WooCommerce Store. We install the necessary plugins, set up a Frontity App on…
Unless you have coding skills with Javascript Frameworks, there aren't really any open source and free options for creating a mobile app from your WooCommerce site however, if you do…