Forum Replies Created
- AuthorPosts
FuBendu
ParticipantI 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
BFuBendu
ParticipantI 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 utilityWhy 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
BFuBendu
ParticipantDone 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
BFuBendu
ParticipantCan 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
FuBendu
ParticipantThe 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.
FuBendu
ParticipantWCFM 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?
ThanksFuBendu
ParticipantThank you – worked brilliantly
FuBendu
ParticipantJust 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
FuBendu
ParticipantThank 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
FuBendu
ParticipantI 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 );FuBendu
ParticipantThank 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.
- AuthorPosts