PrestashopUser03 Posted July 16, 2018 Share Posted July 16, 2018 Bonjour à tous, Pouvez-vous me dire comment faire pour appeler la category cover image sur le fichier tpl ? J'ai cherché dans les classes du fichier "category.php" et je ne l'ai pas trouvé. Merci d'avance. Link to comment Share on other sites More sharing options...
Olecorre Posted July 16, 2018 Share Posted July 16, 2018 Bonjour, Pas compris votre demande, vous voulez appeler la catégorie par défaut ? ou l'image par défaut du produit ? Link to comment Share on other sites More sharing options...
PrestashopUser03 Posted July 16, 2018 Author Share Posted July 16, 2018 (edited) En fait, dans pretashop 1.6.1.6, il y a un champ qui s'appelle "category cover image", je souhiaterais savoir comment l'afficher dans toutes mes pages category en modifiant le fichier tpl. Edited July 16, 2018 by PrestashopUser03 (see edit history) Link to comment Share on other sites More sharing options...
PrestashopUser03 Posted July 17, 2018 Author Share Posted July 17, 2018 J'ai trouvé une solution en système D : j'ai vu à quoi ressemble l'urld e l'image et c'est tout le temps ça : https://www.monsite.com/img/tmp/category_iddelacategorie.jpg. Du coup, j'ai fait https://www.hollandbikes.com/img/tmp/category_{$category->id}.jpg Et je l'ai appelé en background image de cette façon : <div style="background:url('https://www.monsite.com/img/tmp/category_{$category->id}.jpg'); margin-left:-10px;margin-right:-10px; min-height:250px; background-repeat:no-repeat; background-size:cover; width:100vw"> Link to comment Share on other sites More sharing options...
Mediacom87 Posted July 17, 2018 Share Posted July 17, 2018 Bonjour, Si je regarde le template apr défaut, je trouve le code d'appel pour l'url de l'image qui est : {$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'} 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