If you want to display brand name and brand description on single page than first create custom textonomy “brand” on woocommerce product than create some brand of product after that Add/Edit product and select brand, which you want and save/update…
We all know that in wordpress, tags and categories are taxonomies and tags are flat and categories are hierarchical. So Custom Taxonomies is a custom organizing system either flat or hierarchical that you create for your posts. So here we…
Recently WooCommerce has added an autofocus action to the Billing First Name field at checkout. This means when you load the checkout page than keyboard cursor goes automatically to Billing First Name. This is not always ideal, especially if you…
One thing that is limited on the visual interface of menus is that you can only add links (pages, category, or custom links). What if you want to Add Custom Menu Item to a Specific WordPress Menu Item? Maybe you…
we will show you how to add some content below the “Place Order” button on the WooCommerce Checkout page. This could be very helpful, for example, to print your Privacy Policy message and make sure the user is aware about…
Comments are one of those interesting elements of WordPress that will just not go away. Whether you are looking at a post,the comments section is almost always there. While it is understandable that some people want the capability to comment…
A WordPress plugin can consist of as little as a single PHP file however for consistency I always create folder and at least the single PHP file within it. The folder and the file should have the same name with…
We will show you how to add content after or before ‘add to cart’ button on single product page.To achieve this you don’t need to edit default template page. We can achieve this by using one of the hooks WooCommerce…
In case you receive lot of incorrect zip code, postal code or pin code entered in the billing or shipping address fields of woocommerce powered ecommerce website, you can limit the zip code field digits to validate it properly. For…
If you want to disable payment gateway for a specific country in WooCommerce then you have to decide the payment gateway and country code. payment gateway ID are here in WooCommerce : Wp-admin->Woocommerce->Settings->Checkout So, here is code. which you can…