Jump to content

Comment ajouter un produit au panier


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...