`
kirenenko04
  • 浏览: 152326 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

set Tier Prices programmly

 
阅读更多
			
			//tire price
			$tierPrices[] = array(
					'website_id'  => 0,
					'cust_group'  => 32000,
					'price_qty'   => $row['qty_1'],
					'price'       => $row['price_1']
			);
			//Second defined tier price
			$tierPrices[] = array(
					'website_id'  => 0,
					'cust_group'  => 32000,
					'price_qty'   => $row['qty_2'],
					'price'       => $row['price_2']
			);
			
			//Now we set the tier price and save the product
			$product->setTierPrice($tierPrices);
             $product->save();

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics