WooCommerce shopping cart might look messy when it contains many products. A way to well kept the WooCommerce shopping basket. For this, To sort products based on their title, from A to Z. Let’s have a look at the following…
If one a product is already in user cart, displaying a different text instead of default “Add to Cart” text of Add to Cart Button. So you easily communicate to the user a product is already in the Cart before…
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…
People visit your store, some not, some understand everything, some not.They may not be interested in your product or they may just need to know something but they left because there are not enough information. What if they have questions?…
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 how to display product is already in cart text if a product is already in cart. Here is code for WooCommerce that changes the ‘add to cart’ button text when a product is already in cart. It…
You can add a Continue Shopping link to your cart page that allows customers to easily return to browsing products after adding something to the cart. So, here is code. which you can add in your theme’s functions.php file of…