massi4 Posted May 31, 2015 Share Posted May 31, 2015 Bonjour, je veux ajouter un produit au panier par programmation. j'ai testé ce code mais ça ne marche pas. $cart = new Cart((int)$this->context->cookie->id_cart); $cart->add(); $id_product = 1; $id_product_attribute = 1; $qty=1; $cart->updateQty((int)($qty),(int) $id_product,(int)$id_product_attribute, null, 'up'); $cart->update(); merci 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