Method | Description | |
---|---|---|
changeAddress ( ) | ||
changeAddressByStepLabel ( ) | ||
getItemSubtotal ( string $itemName ) : string | ||
getShippingMethods ( ) : string[] | ||
getValidationMessageForShipment ( ) : string | ||
hasNoAvailableShippingMethodsWarning ( ) : boolean | ||
hasNoShippingMethodsMessage ( ) : boolean | ||
hasShippingMethod ( string $shippingMethodName ) : boolean | ||
hasShippingMethodFee ( string $shippingMethodName, string $fee ) : boolean | ||
isNextStepButtonUnavailable ( ) : boolean | ||
nextStep ( ) | ||
selectShippingMethod ( string $shippingMethod ) |
public getItemSubtotal ( string $itemName ) : string | ||
$itemName | string | |
return | string |
public getValidationMessageForShipment ( ) : string | ||
return | string |
public hasNoAvailableShippingMethodsWarning ( ) : boolean | ||
return | boolean |
public hasNoShippingMethodsMessage ( ) : boolean | ||
return | boolean |
public hasShippingMethod ( string $shippingMethodName ) : boolean | ||
$shippingMethodName | string | |
return | boolean |
public selectShippingMethod ( string $shippingMethod ) | ||
$shippingMethod | string |