コード例 #1
0
ファイル: Quantity.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Define the CSS classes
  *
  * @return string
  */
 protected function getCSSClass()
 {
     return parent::getCSSClass() . ($this->hasWholesalePrice() ? ' wholesale-price-defined' : '');
 }