Method | Description | |
---|---|---|
disableTracking ( ) | ||
enableTracking ( ) | ||
getPriceForChannel ( string $channelName ) : string | ||
getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) : string | ||
isCodeDisabled ( ) : boolean | ||
isTracked ( ) : boolean | ||
specifyPrice ( integer $price ) |
public getPriceForChannel ( string $channelName ) : string | ||
$channelName | string | |
return | string |
public getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) : string | ||
$channel | Sylius\Component\Core\Model\ChannelInterface | |
$currency | Sylius\Component\Currency\Model\CurrencyInterface | |
return | string |