Free ECommerce Extensions

Checkout my catalog of free extensions for WordPress, WooCommerce and Magento 2.

Read More

My Blogs

Qaisar Satti has been a developer for over 20 years and now writes tutorials and guides for developers working with Magento, PrestaShop, and WooCommerce. His blog categories offer a wealth of knowledge, providing practical instructions and insights to enhance your development experience across these platforms. Whether you're looking for step-by-step tutorials or in-depth guides, Qaisar's expertise is a valuable resource for the developer community.

How to Create Custom or Sequential Order Numbers Programmatically

Today we are going to discuss how we can create custom or sequential order numbers programmatically in WooCommerce. Understand one thing before starting, that order...

How to Display WooCommerce Categories in Your Menu

Displaying WooCommerce categories in your menu can significantly enhance your store's navigation and user experience.In this guide, we will walk you through the steps needed...

How you can Create User with All the Data Programmatically:

Today, we are going to teach you how you can create a WordPress user programmatically with all the data using either wp_create_user() or wp_insert_user() functions,...

How to Create Admin User Programmatically:

In this tutorial, we are going to teach you how to create a WordPress or woocommerce admin user programmatically using either the wp_create_user() or wp_insert_user() functions. In this...

How to Create Simple User Programmatically:

In this tutorial, we will create a WordPress or woocommerce simple user programmatically using either the wp_create_user() or wp_insert_user() functions. We will also show you the difference between them...

How to Create Customer User Programmatically:

Today, we are going to teach you how to create a WordPress or WooCommerce new customer user programmatically using either the wp_create_user() or wp_insert_user() functions. In this tutorial,...

How to Add WooCommerce Customer Billing Address Programmatically

Today, we are going to teach you how to create a WooCommerce user billing address programmatically using either the wp_create_user() or wp_insert_user() functions. In this tutorial, we will...

How to Add Customer Shipping Address Programmatically

Today, we are going to teach you how to create a WordPress new customer user with a shipping address programmatically using either the wp_create_user() or wp_insert_user() functions. In this...

How to Delete a WooCommerce Order Programmatically

In this tutorial, we will teach you how to delete a WooCommerce order programmatically today. There are 2 methods that you can use to delete...

Add WooCommerce product category to your store 

Add WooCommerce product category to your store  Navigate to the product section, which is located under the product tab. Here, you will find a submenu...

1 2 3 29