How To Add A Wishlist Button To Your WooCommerce Product With YITH Wishlist Plugin

How To Add A Wishlist Button To Your WooCommerce Product With YITH Wishlist Plugin 1

When shopping online, the wishlist is a important as the cart, maybe more important. The function of the wishlist is to store the items that the customers/visitors want to have but don’t or can’t purchase at the moment. Woocommerce is a great tool to get your online store up and running but it doesn’t come … Read more

How To Disable A Shipping Method In Woocommerce

How To Disable A Shipping Method In Woocommerce 3

WooCommerce comes with a few shipping methods and with plugins, you can add more. So, you can have literally unlimited shipping options.  Having multiple shipping methods seems to be a good thing since it gives the customers more options. However, if you know that your customers will use only a certain shipping methods, having more … Read more

How To Add Class To Single Product In WooCommerce Category Page

How To Add Class To Single Product In WooCommerce Category Page 8

If you need to add class to a single product in woocommerce category page, simply go to plugins/woocommerce/templates and copy the file content-product.php to yourtheme/woocommerce On line 30, you will see the opening <li tag. This is the start of every product in the category page. Simply enter your tag in post_class and you will … Read more