Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Create custom endpoint for 'Payment' tab only
- This topic has 1 reply, 2 voices, and was last updated 4 years, 6 months ago by Sushobhan.
- AuthorPosts
- May 1, 2020 at 5:15 pm #125404Sid NannuriParticipant
Hi
I have one question regarding customization of vendor store dashboard.
We have a endpoint ‘/store-manager/settings/’ and it showing store settings tabs like: store, location, payment, shipping etc.
But I want to create new endpoint ‘banking'(Already created and working URL is /store-manager/banking/). Now in this endpoint I want to show the ‘Payment’ option only (I don’t want to show any other tabs like store, location, shipping, seo etc..) from ‘/store-manager/settings/’ endpoint. Please assist me for how can I do this?Thank You!
- May 4, 2020 at 8:05 pm #126563SushobhanKeymaster
Hi,
Thanks for getting in touch with us!
There are various steps involved in this. Endpoint creation, content populate, and finally Saving. Why take so much trouble? You can Simply rename the Settings to say Banking. And from Capability tab disable all other vendor setting tabs like this- https://imgur.com/EIjWP2o. This will make your vendor settings page like this- https://imgur.com/R3CnXNi.
As you can see we are left with only 2 tabs Store and Payment. Well, Store doesn’t have a filter to remove it but it’s coming from a template (wc-frontend-manager\views\settings\wcfm-view-wcfmmarketplace-settings.php) so we can easily override this template by coping this to [child theme]/wcfm/settings/wcfm-view-wcfmmarketplace-settings.php and then removing the Store tab and content div.
You can even skip the tab disabling from capability as we have to do template overriding anyway.
Looking forward to helping you.
Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.