• Resolved paulelisiegel

    (@paulelisiegel)


    The plug in seem quite rudimentary, and not easy to tweak.

    We are simply trying to change the default “Register as a Wholesaler” button to “Retailer or Distributors Registration” Where is this done??

    I’m also confused as to who built this. We are the wholesaler / manufacturer, and the buyers are retailers. So, why would this say “Register as a Wholesaler” when we are registering retailers to distribute our products?

    Any help is greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @paulelisiegel

    Thank you very much for reaching out to us 🙂

    We appreciate you for sharing your valuable feedback. As of the moment, the option to change the button text is not available in our plugin. But, you can rest assured that we’ll integrate this option into our plugin soon.

    For now, you can achieve this by using a filter hook available in the plugin. Below is a code snippet that you can use:

    add_filter( ‘whols_registration_submit_label’, function( $label ) {
    $label = ‘Custom Submit Button Text’;
    return $label;
    } );

    You can either create a child theme and place the above code snippet in its functions.php file or simply use the following plugin to add the code:

    https://wordpress.org/plugins/code-snippets/

    On the other hand, we sincerely apologize for the confusion you had. Actually, most of our plugin users use it to sell their products to other wholesalers, that’s why we kept the text “Register as a Wholesaler” for the button.

    Since you’ll be using the plugin for selling to retailers only, so you can modify the button text using the snippet shared above.

    Hope this helps.

    Best regards,
    Tarek Aziz

    Plugin Author HT Plugins

    (@htplugins)

    Hi @paulelisiegel

    Since we haven’t heard back from you. We are closing the ticket for now. In case you need any further assistance,  please feel free to reopen this ticket at any time OR create a new ticket. 

    We’ll definitely help you with that.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[whols_registration_form]’ is closed to new replies.