2017-04-12 3 views

Répondre

0

Vous pouvez essayer le code suivant:

$cart->addProduct($product, array(
      'selected_configurable_option' => NULL, 
      'related_product' => NULL, 
      'qty' => $qty 
));