PHP 클래스 Smalot\Magento\GiftMessage\GiftMessage

상속: extends Smalot\Magento\MagentoModuleAbstract
파일 보기 프로젝트 열기: smalot/magento-client

공개 메소드들

메소드 설명
setForQuote ( string $quoteId, array $giftMessage, string $store ) : Smalot\Magento\ActionInterface Allows you to set a global gift message for the shopping cart (quote).
setForQuoteItem ( string $quoteItemId, array $giftMessage, string $store ) : Smalot\Magento\ActionInterface Allows you to set a gift message for an item in the shopping cart (quote).
setForQuoteProduct ( string $quoteId, array $productsAndMessages, string $store ) : Smalot\Magento\ActionInterface Allows you to set a gift message for a product in the shopping cart (quote).

메소드 상세

setForQuote() 공개 메소드

Allows you to set a global gift message for the shopping cart (quote).
public setForQuote ( string $quoteId, array $giftMessage, string $store ) : Smalot\Magento\ActionInterface
$quoteId string
$giftMessage array
$store string
리턴 Smalot\Magento\ActionInterface

setForQuoteItem() 공개 메소드

Allows you to set a gift message for an item in the shopping cart (quote).
public setForQuoteItem ( string $quoteItemId, array $giftMessage, string $store ) : Smalot\Magento\ActionInterface
$quoteItemId string
$giftMessage array
$store string
리턴 Smalot\Magento\ActionInterface

setForQuoteProduct() 공개 메소드

Allows you to set a gift message for a product in the shopping cart (quote).
public setForQuoteProduct ( string $quoteId, array $productsAndMessages, string $store ) : Smalot\Magento\ActionInterface
$quoteId string
$productsAndMessages array
$store string
리턴 Smalot\Magento\ActionInterface