{{ product.id }} {{ product.name ?? 'N/A' }} {% if product.description is not empty %} {% if product.description|length > 20 %} {{ product.description|slice(0, 20) }}... {% else %} {{ product.description }} {% endif %} {% else %} N/A {% endif %} {{ product.sku ?? 'N/A' }} {{ product.regularprice ? product.regularprice|number_format(2,',','.') : 'N/A' }} {{ product.category.name ?? 'N/A' }} {{ product.producturl ?? 'N/A' }} {% if product.status == 1 %} {{ "publish"|upper }} {% elseif product.status == 0 %} {{ "unpublish"|upper }} {% endif %} {# {% if product.wordpressproductid is empty %} No {% elseif product.status == 0 %} Yes {% endif %} #}
{% if product.wordpressproductid is empty %}
{% endif %}