Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Non re-writable field in store invoices
- This topic has 7 replies, 3 voices, and was last updated 5 years, 6 months ago by WCFM Forum.
- AuthorPosts
- January 1, 2019 at 3:05 am #41854addyParticipant
good morning wc lovers,
happy new year
best wishes for wc lovers wanna see the best marketplace plugin everi would like to ask you………..
1# i added GST field in store invoices section
i want this field not to be change once enter by vendor
but vendor can request if needed to change from admin.
or
2# on the vendor registration form i can add the GST field and in the store invoices it will show, No need to enter again by vendor while setting-up sore invoices.Still vendor can request if needed to change from admin.
thank youhave a great 2019
- January 1, 2019 at 2:53 pm #41912WCFM ForumMember
Hi,
Thank you very much.
I understand your requirement. We will add option for this.
Have a great year ahead 🙂
- January 17, 2019 at 2:25 am #44039addyParticipant
hello
good morning wc lpvers team
any update for non rewritable field ?
thanks - January 17, 2019 at 3:57 pm #44116WCFM ForumMember
Hi,
I will give you a custom custom snippet for this.
Thank You
- January 25, 2019 at 11:32 pm #45232addyParticipant
hello
wc lovers
any update ? - January 26, 2019 at 7:32 am #45272WCFM ForumMember
Hi,
Please add this code to your child theme’s functions.php –
add_filter( 'wcfmu_settings_fields_vendor_store_invoice_custom', function( $invoice_fields, $field_key ) { if( isset( $invoice_fields['wvif_key_' .$field_key] ) && isset( $invoice_fields['wvif_key_' .$field_key]['value'] ) && !empty( $invoice_fields['wvif_key_' .$field_key]['value'] ) ) { $invoice_fields['wvif_key_' .$field_key]['attributes'] = array( 'readonly' => true ); } return $invoice_fields; }, 50, 2 );
Thank You
- May 12, 2019 at 9:03 am #61891Gouranga GhoshGuest
store invoice is does not including gst price in wcfm ,
can any one help me out how to solve this its does’t showing my gst or(tax) price its just giving me the base price , but admin invoice i.e, sales invoice is showing gst price incuded. - May 12, 2019 at 10:25 am #61915WCFM ForumMember
It was due to commission tax setting.
- AuthorPosts
- The topic ‘Non re-writable field in store invoices’ is closed to new replies.