• Resolved anonymized-14293447

    (@anonymized-14293447)


    I have this plugin forced into a theme, together with Paid-Membership-Pro inside which I have all the settings to allow subscribers to become vendors and even a “show shop settings” checkbox. Also on the theme’s demo that shop settings page is available. So how come I don’t find it anywhere in my website? Where is it hidden?

Viewing 15 replies - 16 through 30 (of 45 total)
  • Thread Starter anonymized-14293447

    (@anonymized-14293447)

    1) I had already all my settings and my pages ready. The problem is that users don’t have a link like “apply for becoming vendor” in their dashboard, i.e. something that tells them to go the vendor_registration page. I don’t want to create a link, I want a link by default
    2) the snippet helped showing the logout dropdown, though I’d prefer not to have to use such patches. Ther’s also a link “wordpress backend” that of course I need to hide. How?
    3) I have WCMP installed by the theme and I’m sorry to say that I don’t like it. I’m stressed enough to register to yet another forum and go into another long question-answer process for a plugin that I hope I will remove soon. So, I’d appreciate if you could provide a solution to the Stripe problem without asking me to register. Thank you
    4) the orders link is broken

    Hi @arsenalemusica, our replies are inline :

    1) I had already all my settings and my pages ready. The problem is that users don’t have a link like “apply for becoming vendor” in their dashboard, i.e. something that tells them to go the vendor_registration page. I don’t want to create a link, I want a link by default
    >> You need to manually add the page as a menu in your site via WP-admin >> Appreance >> Menue
    This way, user can see that page and register in your site as a vendor.

    2) the snippet helped showing the logout dropdown, though I’d prefer not to have to use such patches. Ther’s also a link “wordpress backend” that of course I need to hide. How?

    >> In order to remove the backend link, you may use this code (add this in the function.php of the current theme):

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

    alternatively, you may use WCMp Advance Frontend Manager (https://wc-marketplace.com/product/wcmp-frontend-manager/) plugin to restrict vendor from accessing the backend.

    3) I have WCMP installed by the theme and I’m sorry to say that I don’t like it. I’m stressed enough to register to yet another forum and go into another long question-answer process for a plugin that I hope I will remove soon. So, I’d appreciate if you could provide a solution to the Stripe problem without asking me to register. Thank you

    >> Because we do need to check the settings, hence we need to access your site. Can you please send us an email here – https://wc-marketplace.com/contact-us/
    There is no need for you to register in our site.

    4) the orders link is broken
    >> ONce we can access your site, will debug this issue.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    You have had your time to login but you didn’t give any feedback.
    Still unresolved:
    1) users don’t have a link “apply for becoming vendor” in their dashboard
    2) “/vendor-registration” page leads to main dashboard
    3) link to view “orders” is broken.
    4) “my shop” icon/link is missing
    5) Stripe connect leads to “error”: “invalid_redirect_uri”

    @arsenalemusica, as you are facing these issues, which is more related to setings.
    Hence, we do need to check the settings of your site. Can you please send us an email here – https://wc-marketplace.com/contact-us/, so we can help you out and resolve these issues as soon as possible

    Looking for your co-operation regarding the same.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I have sent you email with login details….

    @arsenalemusica, did you receive any mail from us?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I received an email over a week ago, you mentioned you were going to look at the issue but I haven’t seen you logging in the site

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    not only support is lacking, but things are just getting worse, with backend layout mixing up with frontend layout… without me doing anything

    Hi @arsenalemusica, has the issue with email communication resolved?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    not at all !

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Plugin Author MultiVendorX

    (@wcmp)

    Can you share your email id, so I can check the mail box.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Sorry but I have no email ID. WCMP was included in my theme by default.

    I mean, can you please let us know the email id, from which you have shared the details to https://wc-marketplace.com/contact-us/ . I can then track the details via your email id and help you on priority.

    Awaiting your response.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    It’ not allowed to share emails on this forum, but it’s this one

Viewing 15 replies - 16 through 30 (of 45 total)
  • The topic ‘where is the Shop settings dashboard?’ is closed to new replies.