WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

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!

Forum Replies Created

Viewing 11 posts - 26 through 36 (of 36 total)
  • Author
    Posts
  • in reply to: Coupons limitations for Vendors #47900
    FuBendu
    Participant

    I still cannot understand. The field allows you to select exclusively the products that belong to the specific vendor. So how could that happen? What am I missing?

    Without that CSS it is working perfectly for my clients (still have a loading prob which I am still to look into). Pity I will have to modify each time you update.

    Thanks
    B

    in reply to: Coupons limitations for Vendors #47782
    FuBendu
    Participant

    I Remarked part of line 70 of /wc-frontend-manager-ultimate/views/coupons/wcfmu-view-coupons-manage.php
    $product_ids_class = ‘/*wcfm_ele_hide*/ wcfm_ele_for_vendor’ because this is useless and limits utility

    Why do you want to limit vendors from offering discounts on specific products? Cannot see the rationale – especially since my clients will value this.

    Please consider revising in future 🙂

    Thanks
    B

    in reply to: Followings module #46872
    FuBendu
    Participant

    Done thanks – Happy to share the working code.

    Now,

    1 – I need to disable all emails that come out of the followings module. Any handy filter?

    2 – I need to disable (remove) below action but cannot get it to work. Any help pls.
    line 121 from plugins/wc-frontend-manager-ultimate/core/class-wcfmu-vendor-followers.php
    add_action( ‘wcv_after_main_header’, array( &$this, ‘after_wcv_store_header’ ), 16 );

    Thanks
    B

    in reply to: List of products by vendors being followed #46194
    FuBendu
    Participant

    Can you please point me to something similar. Would be good to avail of formatting and pagination of WC shortcode but cannot find a way how to modify shortcode sql. Thanks

    in reply to: wcfm_popup_wrapper styles #46193
    FuBendu
    Participant

    The inquiries, tickets, and followings are quite restricted. May I suggest that in future you make their interface inherit style from the user template. I am patching CSS to get this. Thanks again.

    in reply to: wcfm_popup_wrapper styles #45993
    FuBendu
    Participant

    WCFM allows you to change the look and feel from the Admin settings menu. However, these do not seem to apply for the inquiries, tickets and followings. Correct? Do I need to do this through CSS?
    Thanks

    in reply to: Adding new fields on #45149
    FuBendu
    Participant

    Thank you – worked brilliantly

    in reply to: Adding new fields on #44944
    FuBendu
    Participant

    Just to clarify, I already have values stored in user meta fields but I wish these to be seamlessly displayed and made editable on the vendor user settings interface, preferably without touching the WCFM code.

    As to how they get used and displayed – that is sorted from my end.

    Thanks again

    in reply to: Adding new fields on #44933
    FuBendu
    Participant

    Thank you for this but I am using WC Vendors and it seems that I cannot access the options you highlight in above menu. Am I missing something? thanks

    in reply to: Various issues #42627
    FuBendu
    Participant

    I am using below code from this forum to set variable products as virtual by default. However, only the second variation is being set to ‘virtual’ by default. I want to have all set in that way. Thank you.

    add_filter( ‘wcfm_product_manage_fields_variations’, function( $variation_fileds, $variations, $variation_shipping_option_array, $variation_tax_classes_options ) {
    global $WCFM;
    $variation_fileds[‘is_virtual’][‘dfvalue’] = ‘enable’;
    return $variation_fileds;
    }, 50, 4 );

    in reply to: Various issues #42353
    FuBendu
    Participant

    Thank you.

    Re 2: Vendors do not see new orders not before the administrator changes their status. Is this a setting?
    I want Vendors to see all of their orders even when these are unpaid.
    I am using WCFM on WC Vendors.

    Thank you.

Viewing 11 posts - 26 through 36 (of 36 total)