samjouzel Posted November 19, 2019 Share Posted November 19, 2019 Bonjour à tous ! J'ai besoin d'afficher le nom de la catégorie sur chaque produit d'une liste produit entre le nom "product-name" et le prix "price_container" J'ai ajouté entre les deux à mon product_list.tpl : <div class="product_category"> {$product_category->name} </div> Mais ce la ne marche pas, pourtant j'ai : 'product_category' => new Category((int)$this->product->id_category_default, $this->context->language->id), Dans le productController.PHP quelqu'un peut me guider ? Merci et bonne journée 🙂 Link to comment Share on other sites More sharing options...
samjouzel Posted November 19, 2019 Author Share Posted November 19, 2019 c'est good j'ai juste mis ça et c'est bon ! <div class="product_category"> {$return_category_name} </div> 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