Forum Replies Created
-
AuthorPosts
-
MVX Support Ninja
KeymasterYou may hire our service team (https://multivendorx.com/custom-development/) so they can add this feature in your site.
MVX Support Ninja
KeymasterHi, thanks for getting in touch with us.
Thank you for your suggestion.We are adding this in our enhancement request and depending upon the user’s request we will add this in our future update.
https://github.com/wcmarketplace/dc-woocommerce-multi-vendor/issues/1069#issue-1187650084MVX Support Ninja
KeymasterOur refund team has checked the technical issue and will be processing the refund. No need to worry as you are eligible for refund and we will keep you updated.
Now we are closing this thread. Our refund team will get in touch with you through email.March 31, 2022 at 1:04 PM in reply to: WC Product Stock Alert Only works with simple products #135949MVX Support Ninja
KeymasterHi, thanks for reaching out to us.
We tried to recreate this on our end but didn’t face any such issues.
Here is the video- https://watch.screencastify.com/v/yQ13IhFSRCk85sjDesSL
It seems like there is some plugin/theme conflict. Just to be sure, disable all the plugins except WooCommerce and WCMp and WC Product Stock Alert plugin and check again.Please do keep us posted so we can help you out.
MVX Support Ninja
KeymasterHi,
>> To remove “Nautical miles” from the units drop-down menu.
override templates/shortcode/vendor-list/map-filters.php by copying it to yourtheme/dc-product-vendor/shortcode/vendor-list/map-filters.php
then remove line no 46>> Is there a way to add different filter options, such as filter by review rating and last online time?
You you can add filters via custom code. Let me know if you need hook and filter.
>> Is there a way to add custom fields to vendor’s profiles?
using below hook you can add custom filed
do_action('wcmp_after_vendor_dashboard_profile');and save data using below hook
do_action('before_wcmp_vendor_dashboard');>> If there is a way to add custom fields, can those fields be used to filter in the vendor grid?
can you please share a picture where do you want to add the field.Regards,
MVX Support Ninja
KeymasterThis reply has been marked as private.March 29, 2022 at 1:43 PM in reply to: RTL Product Display not working – Conflicting with WPML Plugin #135867MVX Support Ninja
KeymasterThank you for sharing the access.
Our team will get back to you.MVX Support Ninja
KeymasterHi, thanks for getting in touch with us.
Our team is looking into it.
Kindly provide us some time since our team is on weekend.March 26, 2022 at 8:39 PM in reply to: RTL Product Display not working – Conflicting with WPML Plugin #135804MVX Support Ninja
KeymasterHi,
Kindly provide us some time since our team is on weekend.
Our team will look into this and will get back to you.MVX Support Ninja
KeymasterHi,
I have added a custom text field and save the data into the data base using below code// kindly add below code to the function.php of your active theme folder add_action( 'user_register', 'set_user_custom_data', 10, 1 ); function set_user_custom_data( $user_id ) { // if (isset($_POST['new_text'])) {// your input type name // Update the registration meta data update_user_meta ( $user_id, 'test', $_POST['new_text'] );// your input type name } } add_action('wcmp_vendor_register_form', 'wcmp_custom_select_field'); function wcmp_custom_select_field() { ?> <div class="wcmp-regi-12"> <label for="test"><?php _e('test', 'dc-woocommerce-multi-vendor'); ?> <span class="required">*</span></label> <input type="text" required="required" name="new_text" id="new_text" /> </div> <?php }Kindly checkout the video – https://gdskavr9sw.vmaker.com/record/1Mk5Xpavj1fd4BYy
Regards,
MVX Support Ninja
KeymasterCan you please explain what are you referring to as “is it possible also it to edit in vendor dashboard and vendor admin panel?”, so we can assist you.
MVX Support Ninja
KeymasterHi,
To save registration user meta, use below code-add_action( 'user_register', 'set_user_custom_data', 10, 1 ); function set_user_custom_data( $user_id ) { if (isset($_POST['new_text'])) {// your input type name // Update the registration meta data update_user_meta ( $user_id, 'test', $_POST['new_text'] );// your input type name } }NOTE – Kindly change the name as per the added code.
Regards,
MVX Support Ninja
KeymasterHi,
As per your requirement you have to override dc-woocommerce-multi-vendor/templates/widget/vendor-list.php template by copying it to yourtheme/dc-product-vendor/widget/vendor-list.phpThen add your custom code to change the view.
Regards,
MVX Support Ninja
KeymasterYou are welcome Oded 🙂
MVX Support Ninja
KeymasterHi,
To remove the sold by from email kindly check below thread-Regards,
-
AuthorPosts
