Best Multi Vendor Marketplace Plugin for WordPress › Forums › Search › Search Results for 'update'
- AuthorSearch Results
- May 13, 2020 at 2:51 pm #130378
djks74
ParticipantDear WCFM,
please fix delivery location (checkout map) not showing in checkout after updating all latest version of WCFM.May 13, 2020 at 2:19 pm #130364In reply to: Vendor List Page – Ordering
Sarmistha Chakraborty
MemberYou are always welcome 🙂
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.
May 13, 2020 at 2:17 pm #130361In reply to: Store Gallery
Sarmistha Chakraborty
MemberHello,
Found it, it seems like this snippet only allows one product to be added in the gallery though.
>>//Add Store Gallery option vendor settings page add_filter('wcfm_marketplace_settings_fields_general', 'wcfm_marketplace_settings_fields_general_custom0905', 50, 2 ); function wcfm_marketplace_settings_fields_general_custom0905($general_fields,$vendor_id) { $vendor_data = get_user_meta( $vendor_id, 'wcfmmp_profile_settings', true ); $store_gallery = isset( $vendor_data['store_gallery'] ) ? $vendor_data['store_gallery'] : array(); if(isset($general_fields['store_name'])) { $general_fields['store_gallery']= array( 'label' => __('Store Gallery', 'wc-frontend-manager'), 'type' => 'multiinput', 'class' => 'wcfm-text wcfm_ele gallery_type_upload gallery_type_field gallery_type_slider wcfm_non_sortable', 'label_class' => 'wcfm_title gallery_type_field gallery_type_slider', 'value' => $store_gallery, 'options' => array( "image" => array( 'type' => 'upload', 'class' => 'wcfm_gallery_upload gallery_type_upload wcfm-banner-uploads', 'prwidth' => 75), "link" => array( 'type' => 'text', 'class' => 'wcfm-text gallery_type_slilder_link', 'placeholder' => __( 'Gallery Hyperlink', 'wc-frontend-manager' ) ), ) ); } return $general_fields; } add_action( 'wcfm_wcfmmp_settings_update','fn_wcfm_vendor_settings_storetype_update0905', 50, 2); add_action( 'wcfm_vendor_settings_update','fn_wcfm_vendor_settings_storetype_update0905', 50, 2); function fn_wcfm_vendor_settings_storetype_update0905($user_id, $wcfm_settings_form ){ $wcfm_settings_form_data_new = array(); parse_str($_POST['wcfm_settings_form'], $wcfm_settings_form_data_new); $wcfm_settings_form_data_storetype = array(); if(isset($wcfm_settings_form_data_new['store_gallery']) && !empty($wcfm_settings_form_data_new['store_gallery'])) { $wcfm_settings_form_data_storetype['store_gallery'] = $wcfm_settings_form_data_new['store_gallery']; } $wcfm_settings_form = array_merge( $wcfm_settings_form, $wcfm_settings_form_data_storetype ); update_user_meta( $user_id, 'wcfmmp_profile_settings', $wcfm_settings_form ); } //get and display gallery images in about page add_action('wcfmmp_store_after_about','add_shop_gallery_wcfmmp_store_after_about',10); function add_shop_gallery_wcfmmp_store_after_about($vendor_id){ $vendor_data = get_user_meta( $vendor_id, 'wcfmmp_profile_settings', true ); $store_gallery = isset( $vendor_data['store_gallery'] ) ? $vendor_data['store_gallery'] : array(); foreach ($store_gallery as $store_gallery_img) { if($store_gallery_img['image'] != '') { $img_url = wcfm_get_attachment_url($store_gallery_img['image']); } else { $img_url = $store_gallery_img['link']; } echo '<img src="'.$img_url.'" />'; //replace with your required HTML to display gallery } }Adding this code(previously mentioned) you will find “Store Gallery” field in vendor’s settings page and these images will show vendor’s about tab(as per your previous requirement). PFA
By the way I created custom fields on registration but in the vendor dashboard it seems to not be showing anywhere… I want the vendors to have access on it too that way they can update it when needed in the future.
>>You will fnd the custom fields vendor’s profile manager(pfa)Thanks.
Attachments:
You must be logged in to view attached files.May 13, 2020 at 11:57 am #130321In reply to: WCFM store manager looks broken
Sushobhan
KeymasterHello,
Thank you for getting in touch with us!
Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it could be a conflict with one of the plugins or the theme you are using.
To determine that, please follow this troubleshooting guide:
https://wclovers.com/knowledgebase/conflict-check/Only the site admin would know and your users won’t be affected by this troubleshooting.
Please let us know if you find the cause.
Looking forward to helping you.
Thank You!Sushobhan
KeymasterThis feature is not supported in wePOS. So only stock update will not be possible. The purpose of any POS is easy offline sale, so I don’t think it will be easy to find such settings in any POS plugin.
Thank You!May 13, 2020 at 7:24 am #130276In reply to: Wild Cards for postal codes shipping zones
Craig
ParticipantHi Sushobhan,
Thanks for the update. Please keep the pressure on as this shipping issue has really inhibited my vendors from selling to customers outside the first zone.
Are you able to get a new ETA?
Many many many thanks
May 12, 2020 at 10:36 pm #130162In reply to: Store Gallery
Eden Brownlee
ParticipantBy the way I created custom fields on registration but in the vendor dashboard it seems to not be showing anywhere… I want the vendors to have access on it too that way they can update it when needed in the future.
May 12, 2020 at 9:52 pm #130145In reply to: Analytics is showing wrong country. Please help fix.
eritechdeveloper
ParticipantOk where do I update the API key to make this work, because the Google API key in the Geo search is working fine?
May 12, 2020 at 8:09 pm #130096In reply to: Shop manager access to certain stores
Sushobhan
KeymasterYou are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin (if you haven’t already) at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.May 12, 2020 at 8:01 pm #130077Topic: What's new on Ultimate 6.4.10?
in forum WCFM – UltimateHenriette
ParticipantI get a notice of an update for Ultimate 6.4.10 but when I click on ‘View details’ I get the message ‘Plugin not found’.
Of course I want to update Ultimate but I also like to know what’s new and/or fixed.
Is there another way to view it?Edit: Also for Groups & Staff
May 12, 2020 at 7:31 pm #130062In reply to: Vendor dashboard slow
Sushobhan
KeymasterThis feature is not supported in wePOS. So only stock update will not be possible. The purpose of any POS is easy offline sale, so I don’t think you will get such settings in any POS plugin.
Thank You!May 12, 2020 at 7:05 pm #130050In reply to: Become a vendor Button add to menu
Sushobhan
KeymasterThis reply has been marked as private.May 12, 2020 at 5:32 pm #130026Topic: Vendor lat&lng BUG
in forum WCFM – Feature Requestva30363
ParticipantHi,
there is a bug at plugin “WCFM – WooCommerce Multivendor Marketplace”, when a vendor get registered for the first time the lat and lng are not gona be saved in wp_usermeta table.
To fix go to file \wc-multivendor-marketplace\helpers\class-wcfmmp-store-setup.php and betwen lines 963-1009 add this:
if (isset($wcfm_setup_data['store_lat']) && !empty($wcfm_setup_data['store_lng'])) { update_user_meta($user_id, '_wcfm_store_lat', $wcfm_setup_data['store_lat']); update_user_meta($user_id, '_wcfm_store_lng', $wcfm_setup_data['store_lng']); }Add this fix to next update!
thanksMay 12, 2020 at 4:29 pm #130012Marina-Martens
ParticipantEin Update gemacht
Alles ist verändert
Ich habe mehrere Subdomains angelegt
kann es sein das der shop jetzt ganz anders funktioniert
dann brauche ich ja gar nicht weiter zu probieren
ich bin schon die ganze nachtweil jemand was geändert hat
nichts funktioniert wie gewohnt
sie sind nicht schuld
aber ich so viel ausprobiert nichst ist richtigMay 12, 2020 at 2:48 pm #129992SebastianFloKa
ParticipantThis reply has been marked as private.May 12, 2020 at 2:43 pm #129991In reply to: Vendor dashboard slow
ciccupio97
ParticipantThank’s for your reply. I’ll test it. Is possible to disable function of that wepos of create an order? What I want to do is to not give possibility to vendors to not create an order into the system but i want give possibility to them to use it only for update his/her stock inventory quickly using a frontend.
Means if Vendor A receive sell on his offline shop items x, y and z, quickly he can update his inventory searching them using barcode scanner. Or you have a different solution about it?
May 12, 2020 at 2:37 pm #129989In reply to: Disable logo option for vendor
Sushobhan
KeymasterYou are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin (if you haven’t already) at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.May 12, 2020 at 2:07 pm #129977In reply to: Hide PayPal on checkout if not set by vendor
domains
ParticipantHi Team!
Even if I’ve got no reply on this, I Noticed that after your last update of your plugin, this features was added!
I removed my custom code related to this part and everything works perfectly fine (I mean, it works exactly the same, but without customization!)
Can I ask, if it is possible, to replicate same behavior for other payment types?
If I enable “Bank Transfer”, this will be displayed as payment option even if Vendor not setted up it.My custom code still doing it, so for now there’s no issue with that.
Thank you for your work and support
May 12, 2020 at 12:06 pm #129908In reply to: How to override views?
Sushobhan
KeymasterYou are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin (if you haven’t already) at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace? Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.May 12, 2020 at 10:28 am #129854In reply to: Issue and question about Customer Support
Henriette
ParticipantThanks Sushobhan, you’re the best.
Two more questions though…
1] Since I’m still not that familiar with WP and the functions.php do I remove this snippet again on next update?
2]
But maybe I rather have this fields removed at all if they have no real important purpose.
How to achieve this? I do want to keep customer support for vendor so no disabling in capabilities.
May 12, 2020 at 3:48 am #129778SebastianFloKa
ParticipantCould it be that by fixing above topic a new one was created? I’m using latest version of everything and ….
#1. If now a vendor (or admin) marks an order as shipped (for example from the order overview), the status doesn’t change to “shipped” anymore. No more blue truck visible even emails are sent to the customer and notifications to vendor and admin.Since some time I’m also facing the issue that
#2. Emails with tracking information are sent per item and not per order. So for 3 items 3 emails are sent, even I added the code snippet to functions.php to send one note per order not per item. Is there a code snippet to send one shipment tracking email per order not per item?
#3. “inside an order” there’s this field to enter shipment tracking information either for complete order or for certain products. In my case only first product is visible and possible to select. So for example if I want to mark the third product as shipped is not possible.All this and also a modification of a wcfm ultimate core file that “solves” the problem #2 (from a payed fiverr developer but is not safe from wcfm updates) can be seen in video next post.
just to mention: I now changed to single vendor checkout by running the paypal direct pay plugin, In the new settings tab for orders I have order sync checked and have Disable Multivendor Checkout not checked because running paypal direct pay plugin (correct?).
May 12, 2020 at 2:32 am #129774Topic: vendors setting widget disappeared
in forum WCFM – Membershipsdnhost
Participantafter update the WCFMs plugins Setup Widget for vendor’s store setting is not showing after registration. it shows only go to the dashboard and store setting buttons on a LTR welcome page while wordpress is in RTL mode.
what happened?
Attachments:
You must be logged in to view attached files.May 12, 2020 at 1:10 am #129759ing.acrd
ParticipantHello,
I updated and now on the desk, where me and vendors, click on products, orders, or anything, the desk doesnt show anything. Please help
May 11, 2020 at 11:54 pm #129747In reply to: Delivery time
ciccupio97
ParticipantMmmm ok many thank’s. If make an update about it please may you update me here?
May 11, 2020 at 11:54 pm #129746In reply to: Vendor dashboard slow
ciccupio97
ParticipantThank’s to you for now. What about POS? Is possible to configure a POS that it not create an order but only update quantity stock using a rapid barcode scanner?
- AuthorSearch Results