jared-shepherd of Nullera
12/5/2018 - 7:13 PM

BC - Conditional for Customer Groups

Hide something based on customer group.

{{#if customer.customer_group_name '===' "Group Name"}}
  <div>Only show me if customer belongs to a particular group.</div>
{{/if}}