jd440 Posted May 14, 2014 Posted May 14, 2014 (edited) Bonjour à tous. Je créer un overridre sur la classe category, et j'aurai besoin de récupérer l'id_shop mais toute mais tentative sont infructeuse voici ce que j'ai essayé: echo "<hr>=".$shop_id; echo "<br>=".$id_shop; echo "<br>=".$id_shop_default; echo "<br>=".$category->id_shop; echo "<br>=".$cart->id_shop; echo "<br>=".$products->id_shop; Soluce: $id_shop = Shop::getContextShopID(); Edited May 14, 2014 by jd440 (see edit history) Share this post Link to post 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