{% spaceless %} {% set currency = attribute(settings, 'cart-currency') %} {% set locale = attribute(settings, 'cart-locale') %} {% for product in products %} {% if product.id == attributes.product %} {% if product.subscription == true %} {{ attributes.text }} {% else %}

Please use the buy now and/or add to cart button for non-subscriptions

{% endif %} {% endif %} {% endfor %} {% endspaceless %}