public changeQuantity ( string $productName, integer $quantity ) | ||
$productName | string | |
$quantity | integer |
public getItemTotal ( string $productName ) : string | ||
$productName | string | |
리턴 | string |
public getItemUnitPrice ( string $productName ) : string | ||
$productName | string | |
리턴 | string |
public getItemUnitRegularPrice ( string $productName ) : string | ||
$productName | string | |
리턴 | string |
public getPromotionCouponValidationMessage ( ) : string | ||
리턴 | string |
public hasItemWithVariantNamed ( string $variantName ) : boolean | ||
$variantName | string | |
리턴 | boolean |
public hasProductOutOfStockValidationMessage ( Sylius\Component\Core\Model\ProductInterface $product ) : boolean | ||
$product | Sylius\Component\Core\Model\ProductInterface | |
리턴 | boolean |
public isItemDiscounted ( string $productName ) : boolean | ||
$productName | string | |
리턴 | boolean |