Teenoo Posted September 22, 2020 Share Posted September 22, 2020 Bonjour, à la base j'avais écrit cette ligne de code pour afficher les sous-catégories de la catégorie 27 qui sont en lien avec une fiche produit. Sauf que sous 1.7 ça cause un bug monstrueux. {foreach from=Product::getProductCategoriesParent(Tools::getValue('id_product'), 27) item=cat} <a href="{$link->getCategoryLink({$cat.id_category})}" title="{$cat.name}">{$cat.name|escape:'htmlall'|nl2br nofilter}</a> {/foreach} Où c'est pas bon ? Merci pour votre retour Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now