Guest User

Untitled

a guest
Nov 14th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $newProduct->setStockData(
  2. array(
  3. 'is_in_stock' => 3,
  4. 'qty' => 100,
  5. )
  6. );
Add Comment
Please, Sign In to add comment