コード例 #1
0
ファイル: UomToCart.php プロジェクト: pixlr/SpeckCatalog
 public function uomsForProduct(ProductModel $product)
 {
     if ($product->getProductTypeId() == 1) {
         return $this->buildersToUomsArray($product->getBuilders());
     }
     return $this->mergeEnabledUoms($product->getUoms());
 }