• Resolved healthtechie1

    (@healthtechie1)


    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

    (@healthtechie1)

    The plugins both use woocommerce.

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @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:

    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!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @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.