Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

MVX Support Ninja

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 4,372 total)
  • Author
    Posts
  • in reply to: Compatibility with google analytics 4 #193718
    This reply has been marked as private.
    in reply to: Split Coupon amount for admin and vendor #193681

    Hello @Rishi Thakker, thanks for the query.
    We have a setting for the coupon payment management https://prnt.sc/WV-0iZNyhkL-under which, we let the admin decide who will bear the coupon cost(either admin or vendor).
    But I think the flow which you are asking for, is that admin and vendor will equally bear the coupon cost. I am afraid this is not supported by default..
    However you can add this modification on your end using the existing hook filter and add custom code. Please ask your developer to contact us and we will provide the corresponding hook filter.

    @webaukcio-eu Not to worry.
    WordPress backend access allows vendors to add a variable, grouped, and external products https://prnt.sc/TdTKjacJxQc4.
    If you still want to hide the wordpress backend menu you can choose any of the below options–
    i) I would request you to get a pro subscription of our plugin https://multivendor.com/pricing/ and disallow backend access from admin dashboard>>settings>>general https://prnt.sc/5O4MHTnAgqkP
    ii)You can also add the below code to the functions.php file of your active theme to restrict vendor from accessing the backend for free –

    add_filter( 'mvx_vendor_dashboard_header_right_panel_nav', 'filter_mvx_vendor_dashboard_header_right_panel_nav', 10, 1 ); 
    function filter_mvx_vendor_dashboard_header_right_panel_nav( $panel_nav ){
    unset($panel_nav ['wp-admin']); //remove Backend Link 
    return $panel_nav ; }
    Copy

    However with this option vendors would be able to add simple products only.
    So, we suggest you go with the first option as the vendors would be able to add different types of products along with other features.

    in reply to: Compatibility with google analytics 4 #193584

    HI,
    Please describe in detail, which module you are talking about. where you want to show the data. share some photos,

    Regards,

    in reply to: Bug Stripe Connect #193560

    Hi, we have checked the flow here.
    As you have selected direct payment mode and Giropay and Bancontact at the checkout, hence without stripe option, stripe can’t pay vendor directly from checkout.

    Therefore, it will send the money to admin’s account and from there vendor will be paid.

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

    in reply to: Stripe error in the 1.0.4 update #193381

    We are closing this thread as the issue is solved. But if you need any help, please open a new thread.

    in reply to: Vendor Dashboard #193373

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

    in reply to: Submit form add product #193372

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

    in reply to: Advanced Report not loading with a lot of data #193371

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

    in reply to: Import orders from WCFM #193370

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

    in reply to: Allow vendor to edit status in bulk +1 #193367

    Okay we are closing this thread, but if you need any further help, please open a new thread.

    in reply to: Several Stripe Marketplace Related Issues #193365

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

    in reply to: Dynamic gateway charge #193364

    Hi,
    We haven’t heard back from you for a while. So, we presume this issue is resolved. So, we are closing this thread, if you need any further help, please open a new thread.

Viewing 15 posts - 31 through 45 (of 4,372 total)