Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $tierPrices = array(
  2. [ 'customer_group_id' => '2', // GROUP ID
  3. 'price_qty' => 1,
  4. 'price' => 100,
  5. 'website' => 'all'
  6. ]
  7. );
  8. $_product->setTierPrice($tierPrices);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement