Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › I want to use WooCommerce product for food order system of offline store
Tagged: food order system
- This topic has 9 replies, 2 voices, and was last updated 6 years, 5 months ago by
WCFM Forum.
- AuthorPosts
- September 4, 2018 at 5:38 am #30723
MOHO
ParticipantI use your WCfM and wfmu plugin , let offline store user could edit their food menu base on the product, so the product such as store food menu.
1. I want to hide “Delete”, “PDF”, “Mark shipped” icon at order list
2. Hide the “Shipment Tracking” at single order page.
thanks
Attachments:
You must be logged in to view attached files. - September 5, 2018 at 7:16 am #30838
WCFM Forum
MemberHi,
“offline store user” – whom you are referring here?
1. I want to hide “Delete”, “PDF”, “Mark shipped” icon at order list
2. Hide the “Shipment Tracking” at single order page.
– All this are already there in Capability, you may OFF any of this.
Thank You
- September 8, 2018 at 6:31 am #31143
MOHO
Participant“offline store user” – whom you are referring here?
Who open a restaurants, provide foodI no use your multi vendor plugin in this kind of single menu site.
So i can’t hide them
1. I want to hide “Delete”, “PDF”, “Mark shipped” icon at order list
2. Hide the “Shipment Tracking” at single order page. - September 11, 2018 at 7:21 am #31289
WCFM Forum
MemberHi,
Please disable “Shipment Tracking” and “Vendor Invoice” modules for this site.
Thank You
- September 11, 2018 at 8:00 am #31295
- September 11, 2018 at 4:52 pm #31366
WCFM Forum
MemberHi,
Kindly add this line of code –
add_filter( 'wcfm_is_allow_pdf_invoice', '__return_false' ); add_filter( 'wcfm_is_allow_pdf_packing_slip', '__return_false' );
Thank You
- September 12, 2018 at 8:17 am #31440
MOHO
Participanti add but it not work.
My other code work at function.php
- September 12, 2018 at 8:57 am #31445
WCFM Forum
MemberUmmm … I think you don’t have PDF Invoice plugin in the site as well.
Just add this code as well –
add_filter( 'is_wcfmu_inactive_notice_show', '__return_false' );
Or, just enable this from setting – https://ibb.co/fUqzS9
Thank You
- September 12, 2018 at 9:07 am #31447
MOHO
ParticipantYes, i no use PDF Invoice plugin.
Thanks it work now.
Please close it.
- September 12, 2018 at 9:09 am #31450
WCFM Forum
MemberGreat 🙂
- AuthorPosts
- The topic ‘I want to use WooCommerce product for food order system of offline store’ is closed to new replies.