Exemple #1
0
 protected function _applySpecialPrice($product, $finalPrice)
 {
     if ($product->getAwSarpEnabled() && $product->getTypeInstance()->getDefaultSubscriptionPeriodId() != AW_Sarp_Model_Period::PERIOD_TYPE_NONE) {
         return $finalPrice;
     }
     return parent::_applySpecialPrice($product, $finalPrice);
 }