Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Badges Section -->
- <div class="product-badges">
- {% if card_product.tags contains 'best-seller' %}
- <div class="badge-product best-seller">BEST SELLER</div>
- {% endif %}
- {% if card_product.tags contains 'back-in-stock' %}
- <div class="badge-product back-in-stock">BACK IN STOCK</div>
- {% endif %}
- {% if card_product.tags contains 'new-in' %}
- <div class="badge-product new-in">NEW IN</div>
- {% endif %}
- </div>
- <!-- End of Badges Section -->
Advertisement
Add Comment
Please, Sign In to add comment