Exemplo n.º 1
0
 /**
  * Define if specified item has already applied custom price
  *
  * @param Item $item
  * @return bool
  */
 public function usedCustomPriceForItem($item)
 {
     return $item->hasCustomPrice();
 }