Shoparize Product Feed

{%- layout none -%} {{shop.name | escape }} Products {{shop.url}} {% paginate collections.all.products by 5000 %} {% for product in collections.all.products %} {{product.id}} {{product.vendor | escape }} {{product.type | escape }} New {{product.featured_image | product_img_url: 'large'}} {{shop.url}}{{product.url}} {{product.compare_at_price | money_without_currency}} {{shop.currency}}{{product.price | money_without_currency}} {{shop.currency}} {% if product.available %}in_stock{%- else -%}out_of_stock{%- endif %} {%- assign current_variant = product.selected_or_first_available_variant -%}{% if current_variant.barcode %}{{current_variant.barcode}}{%- else -%}{%- endif %} {% endfor %} {% endpaginate %}