{{ settings.sidebar_widget_products_title }}

{% for product in collections[settings.sidebar_widget_products_collection].products limit:3 %}
{{ product.featured_image.alt | escape }}
{{ product.title }}
{% if product.price_varies %}From{% endif %} {{ product.price | money }} {% if product.compare_at_price and product.compare_at_price > product.price %} {{ product.compare_at_price | money }} {% endif %}
{% endfor %}