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}