Title: Plugin Conflict
Last modified: February 8, 2024

---

# Plugin Conflict

 *  Resolved [healthtechie1](https://wordpress.org/support/users/healthtechie1/)
 * (@healthtechie1)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/plugin-conflict-420/)
 * I have a combi site. It has a lms platform using masterstudy plugin and a section
   where vendors can sell their own products using dokan plugin. When the dokan 
   plugin is on the course added to cart from the lms platform do not go the cart
   and cannot be checkout out. But when the dokan plugin is off it works. I need
   this conflicted sorted out please.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [healthtechie1](https://wordpress.org/support/users/healthtechie1/)
 * (@healthtechie1)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/plugin-conflict-420/#post-17409961)
 * The plugins both use woocommerce.
 *  [Tanvir Hasan](https://wordpress.org/support/users/tanvirh/)
 * (@tanvirh)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/plugin-conflict-420/#post-17411070)
 * Hi [@healthtechie1](https://wordpress.org/support/users/healthtechie1/)
 * Based on your description, the issue arises when the Dokan plugin is active, 
   affecting the cart functionality for courses added from the LMS platform. It’s
   worth noting that by default, Dokan settings prevent vendors from purchasing 
   their own products, which might not be directly related to the problem you described
   but could indicate underlying compatibility concerns between Dokan and Masterstudy
   plugins.
 * To address the specific issue of courses not being added to the cart or proceeding
   to checkout when Dokan is active, the solution might require a more nuanced approach
   than allowing vendors to purchase their own products. However, if you’re looking
   to adjust settings related to vendor product purchases, here’s a snippet you 
   can add to your child theme’s `functions.php` file to modify Dokan’s default 
   behavior:
 *     ```wp-block-code
       remove_filter( 'woocommerce_is_purchasable', 'dokan_vendor_own_product_purchase_restriction', 10, 2 );
       remove_filter( 'woocommerce_product_review_comment_form_args', 'dokan_vendor_product_review_restriction' );
       ```
   
 * I hope the above-shared solution will help.
 * Thanks!
 *  [Tanvir Hasan](https://wordpress.org/support/users/tanvirh/)
 * (@tanvirh)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflict-420/#post-17423201)
 * Hi [@healthtechie1](https://wordpress.org/support/users/healthtechie1/)
 * As we haven’t heard back from you for a while, we’ll consider this topic resolved.
   If you encounter any further issues, please don’t hesitate to open a new topic.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugin Conflict’ is closed to new replies.

 * ![](https://ps.w.org/dokan-lite/assets/icon-256x256.gif?rev=3239229)
 * [Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy](https://wordpress.org/plugins/dokan-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dokan-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dokan-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/dokan-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dokan-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dokan-lite/reviews/)

## Tags

 * [plugin conflict](https://wordpress.org/support/topic-tag/plugin-conflict/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tanvir Hasan](https://wordpress.org/support/users/tanvirh/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflict-420/#post-17423201)
 * Status: resolved