Manu-41 Posted November 4, 2018 Share Posted November 4, 2018 Bonjour, j'ai besoin d'appeler la variable {$category->name} dans le module à facette (juste après le titre). J'ai essayé plusieurs façon, et rien ne fonctionne. Pourtant la variable existe bien. Auriez vous une idée? Ps 1.6 merci pour votre aide Link to comment Share on other sites More sharing options...
Eolia Posted November 5, 2018 Share Posted November 5, 2018 La catégorie n'est définie dans ce block qu’après le 1er appel ajax sur les filtres, donc il faut vérifier l'existence de la variable: {if isset($category)} <p>Catégorie en cours: <a href="{$link->getCategoryLink($id_category_layered)}">{$category->name} </a></p> {/if} https://shop.devcustom.net/fr/4-tops# Link to comment Share on other sites More sharing options...
Eolia Posted November 5, 2018 Share Posted November 5, 2018 Si vous voulez forcer le chargement initial (et donc avoir accès à la catégorie) ajoutez reloadContent(); dans le $(document).ready(function() de blocklayred.js de votre thème, juste après openCloseFilter(); 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