- This topic has 15 replies, 2 voices, and was last updated 1 year, 2 months ago by
Sangita Support Squad.
-
AuthorPosts
-
-
November 11, 2024 at 8:24 AM #236801
inkanov
ParticipantHow would one add Vendor Logo and Vendor Banner in the Setup wizard?
-
November 11, 2024 at 10:03 AM #236805
Sangita Support Squad
Keymaster@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.
-
November 11, 2024 at 8:46 PM #236843
inkanov
ParticipantYes , 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>,
<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.
-
November 11, 2024 at 9:57 PM #236846
Sangita Support Squad
KeymasterThank you for getting back. Let me share this with the team and once I hear back from them I will keep you posted accordingly.
-
November 12, 2024 at 5:06 PM #236865
Sangita Support Squad
KeymasterHello, 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.
-
November 12, 2024 at 7:33 PM #236868
inkanov
ParticipantHook/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.
-
November 12, 2024 at 8:44 PM #236869
Sangita Support Squad
KeymasterThank 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.
-
November 13, 2024 at 5:25 PM #236888
Sangita Support Squad
KeymasterHello, 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.
-
November 17, 2024 at 3:05 AM #237005
inkanov
ParticipantWhat 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
-
November 17, 2024 at 5:38 PM #237012
Sangita Support Squad
Keymaster@inkanov, I’ll share this with the development team and will get back to you as soon as I receive their feedback.
-
November 19, 2024 at 4:59 PM #237084
Sangita Support Squad
KeymasterHello 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!
-
November 19, 2024 at 9:09 PM #237097
inkanov
ParticipantNot 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.
-
November 20, 2024 at 11:17 AM #237104
Sangita Support Squad
KeymasterHi @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! -
December 4, 2024 at 9:16 PM #237550
inkanov
ParticipantNot 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.
-
December 5, 2024 at 5:27 PM #237573
Sangita Support Squad
KeymasterHi @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.
-
February 4, 2025 at 10:12 AM #238965
Sangita Support Squad
KeymasterIt’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.
-
-
AuthorPosts
- The topic ‘Vendor Logo and Banner in Setup Wizard’ is closed to new replies.






