PHP Класс Smalot\Magento\Cart\CartShipping

Наследование: extends Smalot\Magento\MagentoModuleAbstract
Показать файл Открыть проект

Открытые методы

Метод Описание
getList ( integer $quoteId, string $store = null ) : Smalot\Magento\ActionInterface Allows you to retrieve the list of available shipping methods for a shopping cart (quote).
getMethod ( integer $quoteId, string $shippingMethod, string $store = null ) : Smalot\Magento\ActionInterface Allows you to set a shipping method for a shopping cart (quote).

Описание методов

getList() публичный Метод

Allows you to retrieve the list of available shipping methods for a shopping cart (quote).
public getList ( integer $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$store string
Результат Smalot\Magento\ActionInterface

getMethod() публичный Метод

Allows you to set a shipping method for a shopping cart (quote).
public getMethod ( integer $quoteId, string $shippingMethod, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$shippingMethod string
$store string
Результат Smalot\Magento\ActionInterface