Make the WooCommmerce website live
After completing the necessary setup of the WooCommerce, it is required to make the site live for the user. First of all, you have to…
Learn by easy steps
After completing the necessary setup of the WooCommerce, it is required to make the site live for the user. First of all, you have to…
Adding payment system is a very important part of the e-commerce site. Three payment systems are available by default in WooCommerce plugin. These are Direct…
Adding coupon option on the e-commerce site is a very good option to increase the sale of the shop. Two types of coupon options are…
In the previous tutorial, the way of adding physical, variable, and group products o WooCommerce store has been shown. Another two types of products can…
You can add mainly 5 different types of products in the WooCommerce store. These are Physical, variable, grouped, digital, and external products. The way of…
You can change the default theme based on the type of the website developed by the WordPress. You can use free or paid theme. The…
WooCommerce is a popular plugin of WordPress to develop a e-commerce site in short time and most easy way. Anyone who has no programming knowledge…
This tutorial will show the steps to create a plugin for designing a stylist table in the post or page. Steps: 1. Create a new…
Any WordPress theme can be developed by two ways. You can develop the theme based on any HTML template or the theme can be developed…
Steps: 1.Add code in functions.php file for custom navigation menu register_nav_menus(array('primary'=>__('primary menu', 'saloon'))); 2. Add a primary menu from admin panel 3. Modify the menu…