{# Carte produit pour la vue grille - responsive mobile #} {% set stockStatus = product.getStockStatus() %} {% set stockColors = { 'ok': 'green', 'low': 'orange', 'critical': 'red', 'out': 'gray', 'service': 'purple' } %}
{# Image #}
{% if product.primaryImage and product.primaryImage.media and product.primaryImage.media.filePath %} {{ product.name }} {% else %} {% endif %} {# Badge stock en overlay #} {% if product.isService %}Service{% else %}{{ product.currentStock }}{% endif %} {% if product.isFeatured %} {% endif %}
{{ product.name }}

{{ product.sku }}

{% if product.category %} {{ product.category.name }} {% endif %}
{{ product.price|number_format(0, ',', ' ') }} FCFA