Posts in Category: woocommerce

WooCommerce Limit Maximum Quantities From Specific Category - WooCommerce Limit Maximum Quantities From Specific Category

WooCommerce Limit Maximum Quantities From Specific Category

  • Update On February 18th, 2020
  • in WooCommerce

This post was last updated on February 18th, 2020 at 01:06 pm

A filter to limit maximum quantity can be added to the cart from a specific product category.
This code snippet goes in your functions.php file, of your active child theme (or active theme).

Read More

woocommerce only one product per category in the cart 800x300 - WooCommerce allow only 1 product per category

WooCommerce allow only 1 product per category

  • Update On February 15th, 2020
  • in WooCommerce

This post was last updated on February 15th, 2020 at 01:45 pm

This quick snippet can prevent your visitors from adding more than one (or pre-defined no.) product from a specific category to their cart. This PHP code snippet should go in your theme’s functions.php file.

Read More

WooCommerce Admin Custom Product Data Tab 800x300 - WooCommerce Admin Custom Product Data Tab

WooCommerce Admin Custom Product Data Tab

  • Update On May 28th, 2017
  • in WooCommerce

While adding or updating WooCommerce products we have a section named “Product Data” just below the main content editor. In this section, we have various tabs like general, inventory, linked products etc with different types of fields. But sometimes we need to add our own custom product fields and it

Read More

How to Add Custom Field to WooCommerce Products 800x300 - How to Add WooCommerce Custom Fields to Products

How to Add WooCommerce Custom Fields to Products

  • Update On May 12th, 2017
  • in WooCommerce

This post was last updated on May 12th, 2017 at 09:20 am

WooCommerce, without any doubt, is the most complete and powerful open-source e-commerce plugin ever developed for WordPress. One of the most important reasons for WooCommerce success is its flexibility and the ease of customization, there’s an API for

Read More