PrestashopUser03 Posted July 7, 2020 Share Posted July 7, 2020 (edited) Bonjour à tous Savez-vous comment récupérer les urls des catégories et des cms à partir de leurs id? J'ai essayé Category::getUrlRewriteInformation(112); mais je reçois l'erreur suivante : Table 'mabase.ps_category_link' doesn't exist SELECT l.`id_lang`, cl.`link_rewrite` FROM `ps_category_link` cl LEFT JOIN `ps_lang` `l` ON cl.`id_lang` = l.`id_lang` WHERE (cl.`id_category` = 112) AND (l.`active` = 1) Merci d'avance. Edited July 7, 2020 by PrestashopUser03 (see edit history) Link to comment Share on other sites More sharing options...
PrestaServicePro Posted July 7, 2020 Share Posted July 7, 2020 Bonjour, Que voulez-vous faire exactement? Peux-tu expliquer? Link to comment Share on other sites More sharing options...
PrestashopUser03 Posted July 8, 2020 Author Share Posted July 8, 2020 Je récupère l'id des catégories dans un formulaire et je souhaite récupérer l'url pour les mettre dans un champs de ma base de donnée. Comment faire pour récupérer l'url a partir de l'id des catégories ou des cms ? Link to comment Share on other sites More sharing options...
Christophe Rouillé Posted July 8, 2020 Share Posted July 8, 2020 Bonjour, tu devrais regarder du coté des méthodes getCategoryLink et getCmsLink de la classe Link 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