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
Display NEW Badge on recent products
Displaying new badges on product images more attracts customers’ attention to new products. In this way, you can get more sales and provide more ease of use to your customers while product researching. If you want to display a new badge for new products, this article tells how to make it with a PHP code… Continue reading Display NEW Badge on recent products
Boost WooCommerce Store Sales
Let’s start with a confession. We provide all these things as services and in return, ask for a fee. But, are you a total geek? Do you like reading and performing? If so, I believe you deserve to increase your WooCommerce store sales free of charge. The techniques we will mention here are mainly successful… Continue reading Boost WooCommerce Store Sales
WooCommerce Checkout Page fields Customization easily
The WooCommerce Checkout page is one of the most important pages when it comes to idealizing a buyer’s journey. Imagine a customer viewed an ad on social media. Influenced by the same, he went on to your web store. Browsing through the products, a few were added to the cart. What’s more fascinating is that… Continue reading WooCommerce Checkout Page fields Customization easily
Add WooCommerce support for Genesis layouts – Proper Way
This is very trusted AlphaBlossom’s way of handling WooCommerce on Genesis Framework. There is a plugin for this but if you want to keep lightweight your theme, I really suggest this method. You only paste the code below. If you want to add WooCommerce support for Genesis layouts, you should add this code to your… Continue reading Add WooCommerce support for Genesis layouts – Proper Way
Show Product Percentage instead of Comment Count on WooCommerce
Hi WooLovers. Today, We’re going to manipulate comment counts. Numbers are good but visualizing something is much more sense for the customer. The web is full of text and people only scan this text but when we see images or visual things we give pay attention. So you can visualize this code by CSS and… Continue reading Show Product Percentage instead of Comment Count on WooCommerce
WooCommerce Country Tax Codes
I saw a lot of people have a hard time to write their country code in the WooCommerce TAX field. Because of that you see your TAX won’t be applied because you write wrong Country Code. Especially people from United Kingdom. WooCommerce United Kingdom Country Code isn’t the UK, it’s GB. You can see All… Continue reading WooCommerce Country Tax Codes
Add Content to WooCommerce Product Loop
Adding content to a specific place inside the WooCommerce Loop will make this field visible. These fields are subject to change depending on every user’s needs. Therefore in this article, I will be listing as many possibilities as possible and providing solutions. Firstly, before we move on with coding, let’s have a look at why… Continue reading Add Content to WooCommerce Product Loop
Add Product Description(Excerpt) to Product Category Page
Sometimes we want to show some info on product category page, regardless of how much space it allocate. You can use the code below to add product excerpt on your category, archive page. Please add this code to your functions.php file or use Code Snippets plugin.