Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save andreibabor/9e731cef7fafd92e04f95725126cf098 to your computer and use it in GitHub Desktop.

Select an option

Save andreibabor/9e731cef7fafd92e04f95725126cf098 to your computer and use it in GitHub Desktop.
BigCommerce - OR conditional logic Stencil
{{#or (if customer.customer_group_name '===' 'Dealer') (if customer.customer_group_name '===' 'Wholesale')}}
<<YOUR CODE - This code only show if any of above condition return TRUE >>
<div>You get an awesome discount!</div>
{{/or}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment