greatwitenorth / quantities-and-units-for-woocommerce

Add unit support to items and allow decimal quantities in WooCommerce.
GNU General Public License v2.0
9 stars 18 forks source link

Provide access to WC_Quantities_and_Units_Quantity_Validations validate_single_product() method #14

Open helgatheviking opened 5 years ago

helgatheviking commented 5 years ago

There's no way to access the WC_Quantities_and_Units_Quantity_Validations class instance in order to then access the validate_single_product() which would be useful for creating compatibility with bundled style products such as Product Bundles and Mix and Match Products.