• Resolved dmnick

    (@dmnick)


    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

Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Hi,

    This looks like the issue is caused by another plugin as can be seen by this part of the code:
    class-tm-epo-compatibility-woocommerce

    Ours will have the ThemeHigh class names.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘plugin conflict’ is closed to new replies.