Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Bookings › How to change the text and remove/hide order field on booking section?
Tagged: Inquiry Title
- This topic has 6 replies, 3 voices, and was last updated 4 years, 5 months ago by Sarmistha Chakraborty.
- AuthorPosts
- May 18, 2020 at 9:19 am #132404simon99299Participant
Hi. I would like to ask about
How to change the text and remove/hide the order field on the booking section?
I’ve attached the screenshot to deliver my inquiry exactly.
Looking forward to your reply
Attachments:
You must be logged in to view attached files. - May 18, 2020 at 6:58 pm #132651Sarmistha ChakrabortyMember
Hello,
To hide “order field ” from booking list add below css in your theme’s style.css –
.wcfm-dashboard-page table#wcfm-bookings th:nth-child(4), table#wcfm-bookings tbody tr td:nth-child(4) { display: none; }
Make unable to access vendor’s shop –
>>Add this code n your theme’s functions.php –add_filter('wcfm_store_name', function($store_name){ return __( 'My Store h', 'wc-frontend-manager' ); });
To change Product text to “Teacher”-
You can use Loco Translate plugin – https://docs.wclovers.com/locotranslate-translation-using-loco-translate-plugin/
Select Loco translate -> Plugins -> WCFM – WooCommerce Frontend Manager -> Select Site language -> Search string (like Product) and change -> SaveThanks.
- June 5, 2020 at 5:53 pm #138796testpaid2322Participant
How to change inquiry title to Enquiry on frontend.
Attachments:
You must be logged in to view attached files.- June 5, 2020 at 7:41 pm #138830Sarmistha ChakrabortyMember
Hello,
Please use “Loco translate” plugin for this.
Wordpress dashboard -> Loco translate -> plugins -> select plugin WCFM – WooCommerce Frontend Manager -> select site language -> search string “inquiry” -> change and save.
Ref : https://docs.wclovers.com/category/loco-translate/Thanks.
- June 6, 2020 at 10:54 am #139014testpaid2322Participant
Thank you for the help..
- June 6, 2020 at 10:50 am #139010simon99299Participant
Hello
How to hide “End Date field” from booking list?
Thank you
Attachments:
You must be logged in to view attached files.- June 6, 2020 at 9:15 pm #139110Sarmistha ChakrabortyMember
Add the css –
.wcfm-dashboard-page table#wcfm-bookings th:nth-child(6), table#wcfm-bookings tbody tr td:nth-child(6) { display: none; }
Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.