Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Vendor Registration Plans
- This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by Sarmistha Chakraborty.
Viewing 3 reply threads
- AuthorPosts
- June 7, 2020 at 6:18 am #139206
- June 8, 2020 at 12:11 pm #139477Sarmistha ChakrabortyMember
Hello,
That means you have only one membership plan n your site?
Can you confirm for us this membership plan is a “free plan” or “paid plan”?Thanks.
- June 8, 2020 at 1:13 pm #139498sydneyParticipant
No I have 2 plans. When a user clicks a button, they will be directed straight to the registration page and they register for the specific plan they chose therefore there is no need for then to see the plans tab.
- June 8, 2020 at 10:57 pm #139712Sarmistha ChakrabortyMember
Hello,
By-default we don’t have this kind of flexibility.
You can try this code in your theme’s functions.php –add_action('wp_footer',function(){ if(isset($_GET['vmstep']) && $_GET['vmstep'] == 'registration') ?> <style type="text/css"> ol.wc-progress-steps li:first-child { display: none !important; } </style> <?php });
Thanks.
- AuthorPosts
Viewing 3 reply threads
- You must be logged in to reply to this topic.