collection.xml-sale-pricing.liquid
Het tonen van 0 van 0 producten
Het tonen van 0 van 0 producten
Geen producten gevonden
Gebruik minder filters of wis alles
{% layout none %} {% paginate collection.products by 1000 %}{%- case shop.currency -%}{%- when 'USD' -%}{%- assign CountryCode = 'US' -%}{%- when 'CAD' -%}{%- assign CountryCode = 'CA' -%}{%- when 'GBP' -%}{%- assign CountryCode = 'GB' -%}{%- when 'AUD' -%}{%- assign CountryCode = 'AU' -%}{%- else -%}{%- assign CountryCode = 'NL' -%}{%- endcase -%}{{ shop.name }} {{ collection.title | strip_html | strip_newlines | replace: '&', '&' | replace }} {{ shop.url }}{{ collection.description | strip_html | strip_newlines | replace: '&', '&' }} {% for product in collection.products %} {% for variant in product.variants %} {%- if variant.compare_at_price > variant.price -%} {%- assign OnSale = true -%} {%- assign Price = variant.compare_at_price -%} {%- assign SalePrice = variant.price -%} -
shopify_{{ CountryCode }}_{{ product.id }} shopify_{{ CountryCode }}_{{ product.id }}_{{ variant.id }} {{ Price | money_without_currency }} {{ shop.currency }} {{ SalePrice | money_without_currency }} {{ shop.currency }} {%- endif -%}{% endfor %}{% endfor %} {% endpaginate %}