Conversation
supportHi I’m Using this plugin https://codecanyon.net/item/woocommerce-extra-product-options/7908619 beside your plugin. but your plugin will overwrite on cart and checkout, how can i have these two features/plugins together? using Extra option user add some new addons with price, your plugin works well as i dont want too much just custom role based pricing, but i need it with that extra product option price
Hi there, We don’t have support for the plugin you shared, and their adding cost methods, that’s why conflict may happen. WooCommerce Role Based Pricing is only fully integrated with official Woo Product Add-ons ( https://woo.com/products/product-add-ons ). We are not sure if it’s possible to make both plugins work along, since it all depends on how they modify pricing, what hooks they use, etc. However, you (or their dev/support team) can add your own hook with higher priority (role-based pricing priority = 99) if you need to prevent the WooCommerce Role Based Pricing plugin from adjusting product price https://prnt.sc/WfXBFaizecpq . Or you can use it to fetch the adjusted product price and then apply an extra addon cost on top of that value.
Perfect explanation, Thank you so much, and that official plugin working smooth.
Hi there, We don’t have support for the plugin you shared, and their adding cost methods, that’s why conflict may happen. WooCommerce Role Based Pricing is only fully integrated with official Woo Product Add-ons ( https://woo.com/products/product-add-ons ). We are not sure if it’s possible to make both plugins work along, since it all depends on how they modify pricing, what hooks they use, etc. However, you (or their dev/support team) can add your own hook with higher priority (role-based pricing priority = 99) if you need to prevent the WooCommerce Role Based Pricing plugin from adjusting product price https://prnt.sc/WfXBFaizecpq . Or you can use it to fetch the adjusted product price and then apply an extra addon cost on top of that value.
Perfect explanation, Thank you so much, and that official plugin working smooth.