window.location = "http://beadsofhope.bigcartel.com/about "

{% get products from products.all limit:theme.featured_products order:theme.featured_order %}

{% if products != blank %}

{% for product in products %} {% endfor %}

{% else %}

No products found.

{% endif %}

{% endget %}