Last active
May 11, 2020 08:10
-
-
Save andreibabor/9e731cef7fafd92e04f95725126cf098 to your computer and use it in GitHub Desktop.
BigCommerce - OR conditional logic Stencil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {{#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