Fix Invalid value in field “priceSpecification” (in “offers”)

With recent Google changes in rich snippets, you may find your WooCommerce sites hit with this error. Investigate further, you see this error highlighted: For someone who don’t know much about code, this looks like Greek. However, the fix is quite simple, you need to remove that part. Remove priceSpecification Before doing this, make sure … Read more

How To Create Pre-Order Products With WooCommerce

woocommerce pre orders

Pre-order products are not something strange to us. We see them all the time. For example, game producers usually let people order their games before the release date. The main benefit of pre-order products is to get some funding even when the product is not available. For example, you may need a bit of capital … Read more

The Ultimate Guide To Adding Products To Cart Using Ajax In WooCommerce

The Ultimate Guide To Adding Products To Cart Using Ajax In WooCommerce 1

Working with WooCommerce brings me a lot of joy. If you are a developer, I hope the experience I’m sharing below will be helpful to you. How to add a simple product to cart using ajax Adding a simple product via ajax is very simple. From any page, you send the following request, via POST … Read more

How To Set Up WooCommerce Free Shipping Coupons

free shipping coupon code woocommerce

Coupon is a great way to reward your customers. In WooCommerce, you can create coupons for almost anything. You can create a coupon that offers a 10% discount or a fix amount discount. However, little people know that you can create a free shipping discount. You can even set a minimum order for that coupon … Read more

How To Disable Magnifying Glass Effects On WooCommerce Products’ Images Without Using Plugin

If you go to any stores, you can find that if you hover the product’s images, there is a magnifier appears to help you view the products better (the product image is zoomed in so you can see a specific area better). WooCommerce supports this feature too. However, I personally don’t like the default effects … Read more