Hi,
I want to be able to approve or deny customers that register to my wholesale website. So when the customer registers, they are not able to see the website until they are approved.
I am not interested in 3rd party apps that cost a monthly fee, I am looking for a budget friendly solution.
Any help would be great.
I found This Code:
I just don’t know where to input the code.
{% if customer and customer.tags contains 'approved' %}
... output content
{% else %}
... output 'Access Denied' message
{% endif %}
People can sign up for a customer account as normal, but not be able to see your controlled content until you tag their account with ‘approved’.