varunsridharan / woocommerce-role-based-price

WooCommerce Role Based Price Plugin
https://codecanyon.net/item/woocommerce-role-based-pricing-pro/14120734
GNU General Public License v3.0
48 stars 22 forks source link

Set product_id #124

Closed rastitkac closed 4 years ago

rastitkac commented 4 years ago

$product_id needs to be set, otherwise it causes problems with other plugins which are extending WC_Product class: https://github.com/woocommerce/woocommerce/blob/master/includes/abstracts/abstract-wc-product.php

varunsridharan commented 4 years ago

@rastitkac Thanks :-)