Guest User

Untitled

a guest
Oct 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $cart->addProduct($product, $params);
  2.  
  3. $params['super_attribute']['my_val'] = 1;
  4. $cart->addProduct($product, $params);
  5.  
  6. $params['super_attribute']['my_val'] = 2;
  7. $cart->addProduct($product, $params);
Add Comment
Please, Sign In to add comment