If you use WooCommerce as a catalog or if stocks are no longer available, maybe you want to remove add to cart button or change its text and link to somewhere such as a Whatsapp number. This change prevents trade problems between you and your customers. In this article, we share good solutions by using… Continue reading Enable WooCommerce catalog mode [4 Easy Method]
Remove clear(reset) link from variation Products
Maybe you want to remove the clear button from variations for various reasons like indicate the buy button better. This article tells how to do it. Besides removing, also we tell how to change its text. Before reading the solution, to be sure about what is the issue exactly, you should look at the below… Continue reading Remove clear(reset) link from variation Products
Show variation price on pricing area
This is a good trick for a better user experience. Normally, WooCommerce shows variation prices in different areas. It can confuse customers. Our snippet fixes this problem quickly. Simply, the snippet moves variation total price to under the title. You will have a product page like this after the snippet: For this feature, you should… Continue reading Show variation price on pricing area
Show recently viewed products on WooCommerce
This feature can increase user experience on your e-commerce. Your customers won’t miss their favorite products thanks to Recently Viewed Products sections. This article introduces 2 free and 1 paid plugins also 1 snippet for it. 1- Recently viewed and most viewed products ( Free ) Also, this plugin is totally free. You can display… Continue reading Show recently viewed products on WooCommerce
How to Display the Discount Percentage?
You made a discount but your customers don’t know the rate. It is bad for your sales. To attract attention, the best way is display the discount percentage on the sale badge. This article tells the shortest way for it and gives a snippet. After the snippet, the discount label will be shown like these:… Continue reading How to Display the Discount Percentage?
Apply Discount by Cart Amount
If you want to apply a discount by cart amount, this article tells how to do this and gives a snippet. Shortly, if the cart total is bigger than your target value, the cart total will be discounted. Copy & paste the below code to your function.php: After paste it, WooFocus Discount Panel will be… Continue reading Apply Discount by Cart Amount
Show shipping Info on Cart Page
If your customers don’t see shipping costs on the buying process easily, some customers can think the buying steps are unclear. Maybe it causes losing customers. This article tells how to display shipping costs on WooCommerce. Shortly, you want to display shipping information like this: However, your payment process is shown like this: It is… Continue reading Show shipping Info on Cart Page
8 Fastest WooCommerce Themes in 2021
Speed is a very important issue for e-commerce websites. You can get more customers thanks to loading speed or you can lose customers. You will find your appropriate theme either paid or free from the 8 fastest WooCommerce themes list. Load Speed Affects Customer Behavior Most studies agree that pages that take longer than three… Continue reading 8 Fastest WooCommerce Themes in 2021
How to know order completed on WooCommerce
Recently, one of my customers wanted to automatically mark an order on WordPress as completed one day after the order. As you may know, cron-job process in WordPress does not working like cron-jobs in PHP. If you have low amount of visitors, the first visit triggers it. Additionally, some cache plugins may prevent this but… Continue reading How to know order completed on WooCommerce
Sell Measurable products on WooCommerce with MPC
WooCommerce is an e-commerce plugin based on product sales. If you want to sell measurable products, then you need to extend Woocommerce. To do so, we can use the Measurement Price Calculator. With this plugin, you can sell products priced out based on unit or you can let your customers add their own amounts with… Continue reading Sell Measurable products on WooCommerce with MPC