Okay
  Public Ticket #3112665
Can we have a github to report, suggest and exchange knowlegde ?
Closed

Comments

  • tomasburok started the conversation

    A github page would be great for reporting bugs, suggesting features and helping each other.

  •  1,906
    WebWizards replied

    Hi there,

    Thank you for your suggestion and feedback, it's much appreciated. 


    That seems like a great idea. Perhaps it should be 2 Github repositories, a public one for the Core (free) plugin and an invite-only/private one for the Pro plugin?

    We will add this soon, it's on our to do list


    Kind regards,

    Stefan


  • tomasburok replied

    Sounds good. 

    P.S For not creating another ticket. 

    Is there a template for vendor registration, because i tried to look thru the files and couldn't find it. Talking about the page "Become vendor" for some reason there is a user type: Customer and Vendor. The Customer type is not needed there just because there is already a normal user registration.

    So is there a template in which I can delete the customer user type and leave only the vendor ?

    And same goes with my-account, become a vendor button below registration form button. I know it can be done with css, but it's is better to remove the code in template or remove it by hook, if it exist.

  •  1,906
    WebWizards replied

    To remove the 'Customer' type, you can go to the site backend, to MarketKing -> Registration -> Manage Registration Options and click on Customer and disable it through this checkbox:

    6264038599.png


    And did you mean that you want to remove the 'become a vendor' button below the my acct registration form?

    That can be removed by adding this code snippet to your site:

    global $marketking_public;
    remove_action('woocommerce_register_form_end', array($marketking_public, 'marketking_become_vendor_link_myaccount'));
    

    Right now there's no template for the 'become a vendor' page. All the fields on that registration page can be controlled via MarketKing -> Registration -> Manage Registration fields - fields there can be removed, edited, or created.

  •  1,906
    WebWizards replied

    Quick update: I've created a GitHub for the Core plugin here: https://github.com/kingplugins/marketking-core