Can you please clarify, do you mean that you'd like all accounts that register on the site to automatically become agents? What registration form are you using, can you share a link please?
In the above code, we need to change 1234 with the ID of the salesking group. To find that ID, please go to the backend SalesKing groups page, edit the group, and check the number in the URL (e.g. ?post=1234), that number is the ID.
How?
Hello Darius,
Can you please clarify, do you mean that you'd like all accounts that register on the site to automatically become agents? What registration form are you using, can you share a link please?
Kind regards,
Stefan
yes. i wanted all accounts register and customers accounts all auto become agents. just normal woocommerce registration form
Thanks for clarifying,
We can achieve this by adding the following PHP snippet to the site:
In the above code, we need to change 1234 with the ID of the salesking group. To find that ID, please go to the backend SalesKing groups page, edit the group, and check the number in the URL (e.g. ?post=1234), that number is the ID.
The snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/
thanks. working perfectly.