Justicialistas https://justicialistas.com.ar/ Product Feed for Google Shopping {% for product in products %} {% if product.variants is not empty %} {% for variant in product.variants %} {{ variant.sku }} {{ variant.name }} {% if product.description is not empty %} {{ product.description }} {% endif %} data-url="{{ app.request.getBaseUrl() }}/{{ product.categories|first.slug }}/{{ product.slug }}"> {# FALTAFOTO #} https://images.example.com/TV_123456.png nuevo {% if product.stock.available > 0 %} En stock {% else %} Agotado {% endif %} {{ product.price }} ARS {% if product.offerprice is not empty %} {{ product.offerprice }} ARS {% endif %} {# EE.UU. Estándar USD 7.99 #} 123456789123 Justicialistas {{ product.categories[0].name }} {% endfor %} {% else %} {{ product.sku }} {{ product.name }} {% if product.description is not empty %} {{ product.description }} {% endif %} https://justicialistas.com.ar/{{ product.slug|lower|replace({" ": "-"}) }} https://cdn.mycdn.foo/files/{{ product.sku }}.jpg https://cdn.mycdn.foo/files/{{ product.sku }}_image2.jpg https://cdn.mycdn.foo/files/{{ product.sku }}_image3.jpg Nuevo {% if product.stock.available > 0 %} En stock {% else %} Agotado {% endif %} {{ product.price }} ARS {% if product.offerprice is not empty %} {{ product.offerprice }} ARS {% endif %} 12345678912345 Justicialistas {{ product.categories[0].name }} {% endif %} {% endfor %}