wydydygibus Posted January 14, 2016 Share Posted January 14, 2016 Hi! How can I take products id from cart? I did something like that: $cart = new Cart($this->context->cookie->id_cart); but I don't know how to take id_product from this object... thanks Link to comment Share on other sites More sharing options...
im_presto Posted January 14, 2016 Share Posted January 14, 2016 $cart = new Cart($this->context->cookie->id_cart); $products = $cart->getProducts(); //print all products p($products); Link to comment Share on other sites More sharing options...
wydydygibus Posted January 14, 2016 Author Share Posted January 14, 2016 Thanks! For the future, How to find information like that in the documentation? Link to comment Share on other sites More sharing options...
im_presto Posted January 14, 2016 Share Posted January 14, 2016 For core programming, which function to use... you need to see source code. 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