vendor panel, dropdown, modifications

MultivendorX Pro

Resolved
Viewing 12 reply threads
  • Author
    Posts
    • #191932
      Jarosław Adamczyk
      Participant

      I will need help with a few modifications, I will not close this topic:

      1. The dropdown in the vendor’s panel does not work, I can only see my avatar and nothing else. (screen1)

      2. how to add another option in dropdown that will allow me to redirect to “my account” page or any link of my choice, something like this: (Scrren2)

      3. how to redirect after logging in so that it directs to the page I choose, from which I will later redirect cta to the dashboard vendor.
      At this moment, after logging in, it immediately directs me to the vendor panel.

      4. Is there an option to put the whole vendor panel inside my website together with header and footer as the_content and make it work properly?

    • #191937
      Jarosław Adamczyk
      Participant

      AD3. And after registration too. I don’t want it to redirect me to the vendor panel, only to the link I specified

    • #191954

      Hi @Jarosław Adamczyk Our replies are inline with your queries-
      1. The dropdown in the vendor’s panel does not work, I can only see my avatar and nothing else. (screen1)
      >>The issue is really strange . It seems like there might be some theme/plugin conflict . Just to be sure, kindly deactivate plugins other than WooCommerce and MultiVendorX on your site and switch to some default theme like Twenty twenty three and check .

      2. how to add another option in dropdown that will allow me to redirect to “my account” page or any link of my choice, something like this: (Scrren2)
      >> For this you have to do some custom code using our hook/filter. Do you have a developer so we can guide them accordingly?

      3. how to redirect after logging in so that it directs to the page I choose, from which I will later redirect cta to the dashboard vendor.At this moment, after logging in, it immediately directs me to the vendor panel.
      >>As per the flow if a user is registered from the my account page he/she becomes the user of the site and if they now want to access the vendor dashboard then we will redirect them to the registration form as they have not registered as a vendor on the site .
      Now if you want to add redirection, for this you need to do custom code. Let us know where you want to add this, so we can share the hook/filter as per that.

      4. Is there an option to put the whole vendor panel inside my website together with header and footer as the_content and make it work properly?
      >> You can do that but for this you have to enqueue the theme’s content and then apply huge custom css to manage the display.

    • #191961
      Jarosław Adamczyk
      Participant

      1. ok, here was the problem with ssl on localhost. With ssl it works fine.

      2. Yes, we will implement it, you can share the code here in an answer or some other way

      3. I set in wp-admin that the default role of the new user is “vendor”.
      When entering via the “vendor registration” panel or “dasboard login” after logging in or registering, it is immediately transferred to “dashboard vendor”.
      But the user who has the “vendor” role is created in woocoomerce as a user who can also log in to the “my account” account and bid on auctions. He has a normal user account that he can access via “my account”. The seller can be the buyer.

      I want to make a page that will appear after logging in, for example “select an account” and there will be two tiles “buyer” and “seller”.

      After selecting the “buyer” account, the user will be redirected to the “my account” page and after selecting “vendor” he will be redirected to “dashboard vendor”.

      It’s probably a good mistake, since that’s how it works, that the seller has his own user account.

      What I want to achieve with your help:

      — After entering the login and password on the “my account” page, disable redirection to “dashboard vendor” and give me the option to set any address for redirection in the code. We will manage to implement it in files, we have programmers.
      — Similarly, during registration, if someone fills in the “vendor registration” form, it should not be directed to “dasborad vendor” but to the URL provided by me.

      4. ok, we’ll drop that idea for now, thanks

    • #191984
      promita
      Keymaster

      Hi, our replies are inline :

      2. how to add another option in dropdown that will allow me to redirect to “my account” page or any link of my choice, something like this: (Scrren2)

      >> Use this hook to add the new menu:

      apply_filters('mvx_vendor_dashboard_header_right_panel_nav', $panel_nav);
      Copy

      3. how to redirect after logging in so that it directs to the page I choose, from which I will later redirect cta to the dashboard vendor.At this moment, after logging in, it immediately directs me to the vendor panel.

      >> Use this hook to add redirect rule :

      apply_filters( 'mvx_vendor_login_redirect_url', $redirect_to);
      Copy

      This will also stop our default redirect flow.

    • #191986
      Jarosław Adamczyk
      Participant

      5. Another request.
      In the settings there is an option “multiVendorX/settings/Product Capability/. “Edit Published Products”.
      The problem is that after enabling this option, the seller can edit the auction product during the auction.

      – I would like that after enabling this option, the “edit” button in the auction in the seller’s panel would appear only if and only if the auction was unsuccessful. That is, the auction failed (the thread did not bid / the minimum price was not reached) – the ‘edit’ button is shown.

      – I would also like that at the same time (i.e. when the auction fails, the “relist” button appears somewhere next to the “edit” button), which immediately puts this auction up for sale without the need to edit.

      I also found a bug. Even though I have the “edit published products” option turned off in the panel, by checking the “checkbox” auctions and if I choose “edit” from select, I can change the price, etc. I guess it shouldn’t be like that since it’s turned off. Can we hide edit button in selet?

      Thank you in advance for your help.

    • #191987
      Jarosław Adamczyk
      Participant

      you can describe in more detail on any example how to do it than just “adding a hook”. E.g. Adding this link in dropdown. I saw on the forums that you show full solutions.

    • #192003
      Jarosław Adamczyk
      Participant

      ok, we dealt with hooks. Thank you for them.

      I am waiting for an answer on point 5 – this is very important to me.

      And I leave point 6.
      6. I left only auctions with the woocomerce hook.
      However, in dasboard vendor I still see other types of products such as simple, varibals, etc. I want to have only auctions here. Screen below.

      I’ll probably have a few more points to come out in the process. Thank you.

    • #192009

      @Jarosław Adamczyk, for this you can deactivate simple, variable products types via MultiVendorX >> Modules. Keep only auction module activated.

    • #192017
      Jarosław Adamczyk
      Participant

      Regarding point 5.
      We will not introduce it at the moment. Thanks.
      However, I believe that if editing is disabled in the settings, select “bulk action” / “edit” should also be disabled/hidden.How to improve it?

    • #192033

      Hi @Jarosław Adamczyk, I have notified the team regarding the error.

      We will fix this in our next update.

    • #196650

      We have fixed this issue. If edit published product option is disabled then vendor will not have the edit option in bulk options. Kindly check.

    • #214333

      Its been long and we have not heard back from you. We are closing this thread. If you need help or face issue in future please open a new support topic.

Viewing 12 reply threads

The topic ‘vendor panel, dropdown, modifications’ is closed to new replies.