Claim your freedom to choose the perfect partner for your multi-vendor journey.

FREEDOM25

Celebrate the festive season by giving your marketplace a powerful lift!

FESTIVE20

5.0.0
Multi-store. Franchise. Facilitator. AI tools.
Everything your marketplace needs - now in one platform.
Power your marketplace dreams with unbeatable Black Friday deals!

MVXBLACK30

Supercharge your marketplace vision with unstoppable Cyber Monday deals!

MVXCYBER30

Holiday cheer, bigger savings
Take 25% off-because your marketplace deserves a gift too.

happyholiday

Vendor Logo and Banner in Setup Wizard

Resolved
Viewing 15 reply threads
  • Author
    Posts
    • #236801
      inkanov
      Participant

      How would one add Vendor Logo and Vendor Banner in the Setup wizard?

    • #236805

      @inkanov, thank you for reaching out to us!

      At present, our default setup does not include an option to add a logo and store banner in the vendor setup wizard. To implement this functionality, you would need to add custom code on your end.

      If you need any assistance with hooks or filters to support your custom implementation, please let us know—we’d be happy to provide guidance.

    • #236843
      inkanov
      Participant

      Yes , please. What specific scripts need to be called to pop-up the media selection would be helpful. Specifically at these buttons,

      <button type=”button” class=”mvx_upload_btn” data-target=”vendor-profile”><i class=”mvx-font ico-edit-pencil-icon”></i> <?php _e(‘Store Logo’, ‘multivendorx’); ?></button>,

      data-choose=”<?php esc_attr_e( ‘Add images to Slider gallery’, ‘multivendorx’ ); ?>” data-update=”<?php esc_attr_e( ‘Add to gallery’, ‘multivendorx’ ); ?>” data-delete=”<?php esc_attr_e( ‘Delete image’, ‘multivendorx’ ); ?>” data-text=”<?php esc_attr_e( ‘Delete’, ‘multivendorx’ ); ?>” class=”save_gallery_image”><?php _e( ‘Add slider gallery images’, ‘multivendorx’ ); ?>

      <button type=”button” class=”mvx_upload_btn” data-target=”vendor-cover”><i class=”mvx-font ico-edit-pencil-icon”></i> <?php _e(‘Upload Cover Picture’, ‘multivendorx’); ?></button> .

      Also, how to enqueue these scripts because all scripts are dequeued.

    • #236846

      Thank you for getting back. Let me share this with the team and once I hear back from them I will keep you posted accordingly.

    • #236865

      Hello, Thank you for your cooperation. I’ve just heard back from the dev team, and it turns out there is currently no support for a hook/filter to add custom fields in the vendor setup wizard. However, not to worry—we’ve requested that this feature be added in a future update. You can keep track of progress on this here: https://github.com/multivendorx/MultiVendorX/issues/869. Hopefully in our future update we will be able to add the support of hook/filter accordingly.

      We’ll also keep you updated once it’s implemented.

      Thanks for your understanding.

    • #236868
      inkanov
      Participant

      Hook/filter to add custom fields isn’t the issue, atleast this side. What would be helpful is what the libraries, scripts required to trigger the media selection popup & saving. There are quite a lot of them on a typical page load, which ones are relevant? e.g. underscore-js, wp-util-js, mCustomScrollbar etc.

    • #236869

      Thank you for getting back. Let me share this with the dev team and once I hear back from them I will keep you posted accordingly.

      Thanks for your understanding.

    • #236888

      Hello, You’ll need to make changes at the following file :https://github.com/multivendorx/MultiVendorX/blob/main/classes/class-mvx-vendor-dashboard.php from line 2518 and add your modifications.

      Please note that, as this customization will be added in the plugin file, it will be overwritten once you update the plugin on your end.

    • #237005
      inkanov
      Participant

      What I’m asking is: What are all the scripts that needed to be added after line 2564 to trigger media selection popup? e.g. frontend-media-upload.js

    • #237012

      @inkanov, I’ll share this with the development team and will get back to you as soon as I receive their feedback.

    • #237084

      Hello there, You can use the following hook to add a new field in the setup wizard section:


      mvx_vendor_store_setup_additional_fields

      To save the added field, you can use the following hook:


      mvx_vendor_store_setup_additional_fields_save

      By utilizing these hooks, you can implement your own custom code to achieve the desired flow. Let us know if you need any further assistance!

    • #237097
      inkanov
      Participant

      Not asking for hook in the setup wizard, what I’m asking is: What are all the scripts that needed to be added after line 2564 to “trigger media selection popup”? e.g. frontend-media-upload.js.

    • #237104

      Hi @inkanov, I understand that you’re looking for the exact code for your customization. However, providing precise code for custom requirement falls beyond the scope of our free support services. That’s why we shared the relevant hooks to help you proceed with your customization.
      If you require assistance with implementing this, our custom development team would be happy to help. You can reach out to them for tailored support.
      Alternatively, I can share your request with our support team. Please note that they may assist you once they are free from their ongoing development tasks, but I won’t be able to provide an exact timeline for when this might happen.
      Thank you for your understanding. Let me know if there’s anything else I can assist you with!

    • #237550
      inkanov
      Participant

      Not looking for exact code. It’s possible to do it with just wp media, but only reason I ask back is to try to use MVX js/css so that it is compatible. Just looking for a list of libraries, js, css files to “trigger media selection popup” e.g. frontend-media-upload.js.

    • #237573

      Hi @inkanov, Thank you for getting back to us.

      With the previously shared hook, you can add a new field to the vendor setup wizard. However, there is currently no support for libraries, JavaScript, or CSS files to “trigger a media selection popup.”

      Implementing this functionality would require significant changes to our core plugin. That said, I’ll share your request with our development team, and if feasible, they may consider it for a future update.

    • #238965

      It’s been a while since we last heard from you, so we are closing this thread for now. If you need any assistance in the future or encounter any issues, please feel free to create a new support ticket.

Viewing 15 reply threads
  • The topic ‘Vendor Logo and Banner in Setup Wizard’ is closed to new replies.
Shopping Cart
Scroll to Top