From 49689125b52b14216877792a05b5563af957ce2f Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Fri, 30 Apr 2021 13:27:41 +0200 Subject: [PATCH] =?UTF-8?q?Premi=C3=A8re=20=C3=A9tape=20de=20l'affichage?= =?UTF-8?q?=20d'un=20picto=20"Produit=20bio"=20ou=20"Prpoduit=20local"=20s?= =?UTF-8?q?ur=20les=20produits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/frontOffice/custom/includes/single-product.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/frontOffice/custom/includes/single-product.html b/templates/frontOffice/custom/includes/single-product.html index ad0a22e0..7eb28c52 100644 --- a/templates/frontOffice/custom/includes/single-product.html +++ b/templates/frontOffice/custom/includes/single-product.html @@ -13,6 +13,7 @@ {assign var="IS_LOCAL" value=false} {loop name="features-list" type="feature" product=$product_id} {if $TITLE|strstr:"Locaux"}{assign var="IS_LOCAL" value=true}{/if} + {if $TITLE|strstr:"Audomarois"}{assign var="IS_LOCAL" value=true}{/if} {loop name="feature-values-list" type="feature_value" product=$product_id feature={$ID}} {if $TITLE|strstr:"Bio"}{assign var="IS_BIO" value=true}{/if} {/loop}