Archives

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Best Multi Vendor Marketplace Plugin for WordPress Forums Search Search Results for 'update'

Viewing 25 results - 201 through 225 (of 4,410 total)
  • Author
    Search Results
  • djks74
    Participant

    Dear WCFM,
    please fix delivery location (checkout map) not showing in checkout after updating all latest version of WCFM.

    #130364

    You 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.

    #130361

    In reply to: Store Gallery

    Hello,

    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.
    #130321
    Sushobhan
    Keymaster

    Hello,

    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!

    #130310

    In reply to: WePOS

    Sushobhan
    Keymaster

    This 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!

    #130276
    Craig
    Participant

    Hi 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

    #130162

    In reply to: Store Gallery

    Eden Brownlee
    Participant

    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.

    eritechdeveloper
    Participant

    Ok where do I update the API key to make this work, because the Google API key in the Geo search is working fine?

    #130096
    Sushobhan
    Keymaster

    You 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.

    #130077
    Henriette
    Participant

    I 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

    #130062
    Sushobhan
    Keymaster

    This 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!

    #130050
    Sushobhan
    Keymaster
    This reply has been marked as private.
    #130026
    va30363
    Participant

    Hi,

    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!
    thanks

    Marina-Martens
    Participant

    Ein 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 nacht

    weil jemand was geändert hat

    nichts funktioniert wie gewohnt

    sie sind nicht schuld
    aber ich so viel ausprobiert nichst ist richtig

    SebastianFloKa
    Participant
    This reply has been marked as private.
    #129991
    ciccupio97
    Participant

    Thank’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?

    #129989
    Sushobhan
    Keymaster

    You 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.

    #129977
    domains
    Participant

    Hi 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

    #129908
    Sushobhan
    Keymaster

    You 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.

    #129854
    Henriette
    Participant

    Thanks 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.

    SebastianFloKa
    Participant

    Could 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?).

    #129774
    sdnhost
    Participant

    after 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.
    ing.acrd
    Participant

    Hello,

    I updated and now on the desk, where me and vendors, click on products, orders, or anything, the desk doesnt show anything. Please help

    #129747

    In reply to: Delivery time

    ciccupio97
    Participant

    Mmmm ok many thank’s. If make an update about it please may you update me here?

    #129746
    ciccupio97
    Participant

    Thank’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?

Viewing 25 results - 201 through 225 (of 4,410 total)