🐛 fix(produit.twig): Affiche les infos produit si pas barnums et corrige la condition.
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if product.category == "barnums" %}
|
||||
{% if product.category != "barnums" %}
|
||||
<div class="border-t border-slate-100 pt-10 mb-12">
|
||||
<div class="grid grid-cols-1 gap-8">
|
||||
<div class="bg-slate-50 p-6 rounded-[2rem] border border-slate-100 flex items-center justify-between shadow-sm">
|
||||
|
||||
Reference in New Issue
Block a user