sale
                Sale
                
- 
                  {% get products from products.all %}
                  {% for product in categories.sale.products %}
                  
- 
                    
                      {{ product.name }} {{ product.default_price | money_with_sign }} {% case product.status %} {% when 'sold-out' %} / Sold Out {% when 'coming-soon' %} / Coming Soon {% when 'active' %} {% if product.on_sale %} / On Sale{% endif %} {% endcase %} {% endfor %}
{{ page.name }}
 
  {% endget %}