plugin conflict
-
Hi!
You plugin conflicts with Prices by User Role for WooCommerce (BASIC).
When this plugin is enabled it cannot see price with extra items and it is show price without extra items.
class-tm-epo-compatibility-woocommerce-dynamic-pricing-and-discounts.php
i just added such code
WC()->cart->cart_contents[ $cart_item_key ]['data']->set_sale_price( WC()->cart->cart_contents[ $cart_item_key ]['data']->get_price() + $cart_item['tm_epo_options_prices'] )
after
WC()->cart->cart_contents[ $cart_item_key ]['data']->set_price( WC()->cart->cart_contents[ $cart_item_key ]['data']->get_price() + $cart_item['tm_epo_options_prices'] );
and now it is working with Prices by User Role for WooCommerce (BASIC)
the issue is that Prices by User Role for WooCommerce (BASIC) uses sale_price not the price and shows price without extra items
- The topic ‘plugin conflict’ is closed to new replies.