How to Fix WooCommerce Unpaid Order Cancelled

woocommerce unpaid order cancelled

One of the most common issues relating to orders in WooCommerce is ‘ WooCommerce unpaid order cancelled ‘ . In this post, I want to show you how to fix this error. First you have to understand how this error occurs for you to quickly fix it when you come across it in your WooCommerce WooCommerce Unpaid Order Cancelled,  How Can I fix it? WooCommerce’s hold stock feature is designed to allow users to set a certain period of time to hold the stock for …

Read more

How to Hide All Products From Shop Page in WooCommerce

Hide All Products Shop Page WooCommerce

Do you want to hide all products from the shop page in your WooCommerce store? Are you running something like a B2B/wholesale or members-only store and you do not want every single product available to the public? This post will show you two methods that you can use to hide all products on the shop page. The first one involves a developer-friendly method that involves the use of a filter and hook. The other method is built-in in the WordPress core and I will share …

Read more

How to Hide Shop In WooCommerce

WooCommerce Hide Shop

WooCommerce store owners always want to increase orders and sales. Increase in revenue defines your store’s success. The more customers purchase your products, the more your business grows. However, there are situations where you might want to disable your WooCommerce shop for a while. This means that visitors will not be able to view the products you offer, add them to cart, or check out. In this brief tutorial, you will learn how to hide the WooCommerce shop page. Moreover, you will see some of …

Read more

How to Change WooCommerce Storefront Logo Size

Change WooCommerce Storefront Logo Size

Do you need to change the size of your uploaded logo in the Storefront theme? If it is too big or too small, then read on. In this post, I am going to walk you through how to change the logo of the Storefront theme. It is worth mentioning that logos reveal your site identity. WooCommerce Storefront Logo Size In the past, cowboys branded cattle to mark ownership. This means that your logo should do the same thing and represent your entire brand. Apart from …

Read more

How to Change Add to Cart Button to Read More WooCommerce

WooCommerce Change Add to Cart Button Text to Read More

If you want to change add to cart button to read more in WooCommerce, this quick tutorial will guide you and help you change all the add to cart buttons to read more on your WooCommerce store. Ideally, the WooCommerce read more” button can be a default theme design where certain themes have this WooCommerce read more” button in the place of the add to cart button. Some other customization of your WooCommerce store may require you change add to cart button to read more. …

Read more

How to Display Random Products WooCommerce

random products woocommerce

Are you looking for a way to showcase random WooCommerce products? If so, this post will present you with an easy-to-use random products WooCommerce code snippet that can be used in your plugin or WooCommerce theme development. Ideally, to display random products in WooCommerce, you need to make use of the query and the loop like the ordinary WordPress post query and the loop. First to display the random products you need to first create the query argument and do not forget to add the …

Read more

How to Move Description Under Image in WooCommerce

WooCommerce Move Description under Image

Do you want to move the description to under the image (product thumbnail) on the WooCommerce product page? In WooCommerce to move a description under the image requires you to create an action hook that targets the product thumbnail and then use the remove_action() to remove the original description and move it to the new location. Today, I am going to share with you a quick snippet that you can add to your WooCommerce theme to help you move the description under the image. I …

Read more

How to Show Dropdown Variations Dropdown On Shop Page WooCommerce

WooCommerce Show Dropdown Variations Dropdown On Shop Page

Are you looking for a way to display the dropdown variations on the WooCommerce shop page? In this post, we will share a simple solution for you. However, we will be using a custom code, and this means that you need to have some coding experience to implement this solution. Most eCommerce stores have plenty of variations in products. Customers need to click on through to single product pages to see the variations. If you display the product variations on the shop page, it will …

Read more

How to Create Account at Checkout WooCommerce

WooCommerce Create Account at Checkout

Do you want a quick solution to allow customers in your WooCommerce store to create an account at the checkout page? If yes, you are in the right place. In this tutorial, I will share how you can add a registration form on the checkout page for visitors. WooCommerce Create Account at Checkout There are several reasons why you may want customers to create an account on the checkout page. Some of them include: It is easier for customers to manage their orders and get …

Read more

How to Hide Product Image on Cart Page WooCommerce

WooCommerce Hide Product Image on Cart

For you to run an effective WooCommerce store, it would help if you add product images. Product images are important in any online store because they create an impression on the buyer. Moreover, a product image enhances the product description, which makes it appealing for the visitors. Additionally, a product image helps the customer to visualize the product before making a purchase. They help customers to have an idea of how it would suit their utility. Moreover, I highly recommend that you add at least …

Read more