Jump to content

Afficher un menu images catégories


Recommended Posts

Bonjour a tous je debute en prestashop et là j ai besoin d'aide :(

 en fait je souhaite lfaire mon menu catégories mais en affichant uniquement leur image dans ma page monformat.tpl pour ce faire j ai declarer un tableau dans monformatcontroller.php

 

$mon_array = array();

je fais un foreach

foreach($category_ids as $id_category){

$mon_array[[$i]= new categories($id_category, (int)Context::getContext()->language->id)

}

et je l ai assigne via le smarty

quand je fait un {$mon_array | print_r} dans monformat.tpl il m a lister tout ce qu'il y a à savoir sur les catégories cela fait beaucoup d'information pour moi qui veux juste afficher les images des catégories donc je fais dans monformat.tpl un autre

 

{foreach from =$mon_array key=i item=categorie}

<a href="#">

<img src="{$link->getCatImageLink($categories->Link_rewrite,$categories->id_image, 'category_default')|escape:'htmlall':'UFT-8}">{/foreach}</a> en esperant avoir de l aide j ai besoin que la boucle marche merci d'avance

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...