PHP Class Sylius\Behat\Context\Ui\CheckoutContext

Author: Arkadiusz Krakowiak ([email protected])
Inheritance: extends Sylius\Behat\Context\FeatureContext
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
__construct ( Sylius\Behat\Service\SharedStorageInterface $sharedStorage, Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Behat\Page\Shop\Checkout\AddressPageInterface $addressPage, Sylius\Behat\Page\Shop\Checkout\SelectPaymentPageInterface $selectPaymentPage, Sylius\Behat\Page\Shop\Order\ThankYouPageInterface $thankYouPage, Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface $selectShippingPage, Sylius\Behat\Page\Shop\Checkout\CompletePageInterface $completePage, Sylius\Behat\Page\Shop\Order\ShowPageInterface $orderDetails, Sylius\Component\Order\Repository\OrderRepositoryInterface $orderRepository, Sylius\Component\Resource\Factory\FactoryInterface $addressFactory, Sylius\Behat\Service\Resolver\CurrentPageResolverInterface $currentPageResolver, Sylius\Component\Addressing\Comparator\AddressComparatorInterface $addressComparator )
addressShouldBeFilledAsBillingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
addressShouldBeFilledAsShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
iAmAtTheCheckoutAddressingStep ( )
iAmAtTheCheckoutPaymentStep ( )
iChangePaymentMethodTo ( $paymentMethodName )
iChangeShippingMethod ( $shippingMethodName )
iChooseForBillingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
iChooseForShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
iChoosePaymentMethod ( $paymentMethodName )
iChooseTheDifferentBillingAddress ( )
iCompleteAddressingStepWithEmail ( $email, Sylius\Component\Core\Model\AddressInterface $address )
iCompleteTheAddressingStep ( )
iCompleteThePaymentStep ( )
iCompleteTheShippingStep ( )
iConfirmMyOrder ( )
iDecideToChangeMyAddress ( )
iDecideToChangeMyShippingMethod ( )
iDoNotModifyAnything ( )
iDoNotSelectAnyPaymentMethod ( )
iDoNotSelectAnyShippingMethod ( )
iGoBackToShippingStepOfTheCheckout ( )
iGoBackToStore ( )
iGoToTheAddressingStep ( )
iGoToThePaymentStep ( )
iGoToTheShippingStep ( )
iHaveProceededSelectingShippingMethod ( $shippingMethodName )
iProceedLoggingAsGuestWithAsShippingCountry ( $email, Sylius\Component\Addressing\Model\CountryInterface $shippingCountry = null )
iProceedOrderWithShippingMethodAndPayment ( $shippingMethod, $paymentMethod )
iProceedSelectingPaymentMethod ( $paymentMethodName = 'Offline' )
iProceedSelectingShippingCountry ( Sylius\Component\Addressing\Model\CountryInterface $shippingCountry = null )
iProceedSelectingShippingCountryAndPaymentMethod ( $shippingCountry, $paymentMethodName )
iProceedSelectingShippingCountryAndShippingMethod ( Sylius\Component\Addressing\Model\CountryInterface $shippingCountry = null, $shippingMethodName )
iProceedSelectingShippingMethod ( $shippingMethodName )
iProceedWithoutSelectingShippingAddress ( )
iProvideAdditionalNotesLike ( $notes )
iReturnToTheCheckoutSummaryStep ( )
iSelectPaymentMethod ( $name )
iSelectShippingMethod ( $shippingMethod )
iShouldBeAbleToGoToThePaymentStepAgain ( )
iShouldBeAbleToGoToTheShippingStepAgain ( )
iShouldBeAbleToGoToTheSummaryPageAgain ( )
iShouldBeAbleToLogIn ( )
iShouldBeAbleToPayAgain ( )
iShouldBeAbleToSelectPaymentMethod ( $paymentMethodName )
iShouldBeInformedThatMyOrderCannotBeShippedToThisAddress ( )
iShouldBeInformedWithPaymentMethodInstructions ( Sylius\Component\Payment\Model\PaymentMethodInterface $paymentMethod )
iShouldBeNotifiedAboutBadCredentials ( )
iShouldBeNotifiedThatTheAndTheInShippingDetailsAreRequired ( $firstElement, $secondElement, $type )
iShouldBeNotifiedThatTheShippingMethodIsRequired ( )
iShouldBeNotifiedThatThisProductDoesNotHaveSufficientStock ( Sylius\Component\Core\Model\ProductInterface $product )
iShouldBeOnTheCheckoutAddressingStep ( )
iShouldBeOnTheCheckoutPaymentStep ( )
iShouldBeOnTheCheckoutShippingStep ( )
iShouldBeOnTheCheckoutSummaryStep ( )
iShouldBeRedirectedBackToTheThankYouPage ( )
iShouldBeRedirectedToTheAddressingStep ( )
iShouldBeRedirectedToTheHomepage ( )
iShouldBeRedirectedToThePaymentStep ( )
iShouldBeRedirectedToTheShippingStep ( )
iShouldHaveNoCountrySelected ( )
iShouldHavePaymentMethodAvailableAsFirstChoice ( $paymentMethodName )
iShouldHavePaymentMethodAvailableAsLastChoice ( $paymentMethodName )
iShouldHaveProductsInTheCart ( $quantity, $productName )
iShouldHaveSelectedAsCountry ( $countryName )
iShouldHaveShippingMethodAvailableAsFirstChoice ( $shippingMethodName )
iShouldHaveShippingMethodAvailableAsLastChoice ( $shippingMethodName )
iShouldNotBeAbleToCompleteThePaymentStep ( )
iShouldNotBeAbleToCompleteTheShippingStep ( )
iShouldNotBeAbleToPayAgain ( )
iShouldNotBeAbleToSelectPaymentMethod ( $paymentMethodName )
iShouldNotBeAbleToSelectShippingMethod ( $shippingMethodName )
iShouldNotBeAbleToSpecifyProvinceNameManuallyForBillingAddress ( )
iShouldNotBeAbleToSpecifyProvinceNameManuallyForShippingAddress ( )
iShouldNotBeNotifiedThatThisProductDoesNotHaveSufficientStock ( Sylius\Component\Core\Model\ProductInterface $product )
iShouldNotSeeShippingMethod ( $shippingMethodName )
iShouldNotSeeTheThankYouPage ( )
iShouldSeeInTheBillingAddress ( $provinceName )
iShouldSeeInTheShippingAddress ( $provinceName )
iShouldSeeShippingFee ( $shippingMethodName, $fee )
iShouldSeeShippingMethod ( $shippingMethodName )
iShouldSeeTheThankYouPage ( )
iShouldSeeThisBillingAddressAsBillingAddress ( $fullName )
iShouldSeeThisShippingAddressAsShippingAddress ( $fullName )
iShouldSeeThisShippingAddressAsShippingAndBillingAddress ( $fullName )
iShouldStillBeOnTheShippingStep ( )
iSignIn ( )
iSpecifiedTheShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
iSpecifyBillingCountryProvinceAs ( $province )
iSpecifyShippingCountryProvinceAs ( $province )
iSpecifyTheBillingAddressAs ( Sylius\Component\Core\Model\AddressInterface $address )
iSpecifyTheEmail ( $email = null )
iSpecifyThePasswordAs ( $password )
iSpecifyTheProvinceNameManuallyAsForBillingAddress ( $provinceName )
iSpecifyTheProvinceNameManuallyAsForShippingAddress ( $provinceName )
iSpecifyTheShippingAddressAs ( Sylius\Component\Core\Model\AddressInterface $address )
iTryToOpenCheckoutAddressingPage ( )
iTryToOpenCheckoutCompletePage ( )
iTryToOpenCheckoutPaymentPage ( )
iTryToOpenCheckoutShippingPage ( )
iWantToBrowseOrderDetailsForThisOrder ( Sylius\Component\Core\Model\OrderInterface $order )
iWantToBrowseThankYouPageForThisOrder ( )
iWantToCompleteCheckout ( )
iWasAtTheCheckoutSummaryStep ( )
myOrderPromotionTotalShouldBe ( $promotionTotal )
myOrderSCurrencyShouldBe ( $currencyCode )
myOrderSLocaleShouldBe ( $localeName )
myOrderSPaymentMethodShouldBe ( Sylius\Component\Payment\Model\PaymentMethodInterface $paymentMethod )
myOrderSShippingMethodShouldBe ( Sylius\Component\Core\Model\ShippingMethodInterface $shippingMethod )
myOrderShippingShouldBe ( $price )
myOrderTotalInBaseCurrencyShouldBe ( $total )
myOrderTotalShouldBe ( $total )
myTaxTotalShouldBe ( $taxTotal )
shouldBeAppliedToMyOrder ( $promotionName )
theLoginFormShouldNoLongerBeAccessible ( )
theProductShouldHaveUnitPrice ( Sylius\Component\Core\Model\ProductInterface $product, $price )
theShouldHaveUnitPriceDiscountedFor ( Sylius\Component\Core\Model\ProductInterface $product, $amount )
theSubtotalOfItemShouldBe ( $item, $price )
thereShouldBeInformationAboutNoPaymentMethodsAvailableForMyOrder ( )
thereShouldBeInformationAboutNoShippingMethodsAvailableForMyShippingAddress ( )

Private Methods

Méthode Description
assertElementValidationMessage ( string $type, string $element, string $expectedMessage )
createDefaultAddress ( ) : Sylius\Component\Core\Model\AddressInterface
resolveCurrentStepPage ( ) : Sylius\Behat\Page\SymfonyPageInterface

Method Details

__construct() public méthode

public __construct ( Sylius\Behat\Service\SharedStorageInterface $sharedStorage, Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Behat\Page\Shop\Checkout\AddressPageInterface $addressPage, Sylius\Behat\Page\Shop\Checkout\SelectPaymentPageInterface $selectPaymentPage, Sylius\Behat\Page\Shop\Order\ThankYouPageInterface $thankYouPage, Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface $selectShippingPage, Sylius\Behat\Page\Shop\Checkout\CompletePageInterface $completePage, Sylius\Behat\Page\Shop\Order\ShowPageInterface $orderDetails, Sylius\Component\Order\Repository\OrderRepositoryInterface $orderRepository, Sylius\Component\Resource\Factory\FactoryInterface $addressFactory, Sylius\Behat\Service\Resolver\CurrentPageResolverInterface $currentPageResolver, Sylius\Component\Addressing\Comparator\AddressComparatorInterface $addressComparator )
$sharedStorage Sylius\Behat\Service\SharedStorageInterface
$homePage Sylius\Behat\Page\Shop\HomePageInterface
$addressPage Sylius\Behat\Page\Shop\Checkout\AddressPageInterface
$selectPaymentPage Sylius\Behat\Page\Shop\Checkout\SelectPaymentPageInterface
$thankYouPage Sylius\Behat\Page\Shop\Order\ThankYouPageInterface
$selectShippingPage Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface
$completePage Sylius\Behat\Page\Shop\Checkout\CompletePageInterface
$orderDetails Sylius\Behat\Page\Shop\Order\ShowPageInterface
$orderRepository Sylius\Component\Order\Repository\OrderRepositoryInterface
$addressFactory Sylius\Component\Resource\Factory\FactoryInterface
$currentPageResolver Sylius\Behat\Service\Resolver\CurrentPageResolverInterface
$addressComparator Sylius\Component\Addressing\Comparator\AddressComparatorInterface

addressShouldBeFilledAsBillingAddress() public méthode

public addressShouldBeFilledAsBillingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

addressShouldBeFilledAsShippingAddress() public méthode

public addressShouldBeFilledAsShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

iAmAtTheCheckoutAddressingStep() public méthode

iAmAtTheCheckoutPaymentStep() public méthode

iChangePaymentMethodTo() public méthode

public iChangePaymentMethodTo ( $paymentMethodName )

iChangeShippingMethod() public méthode

public iChangeShippingMethod ( $shippingMethodName )

iChooseForBillingAddress() public méthode

public iChooseForBillingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

iChooseForShippingAddress() public méthode

public iChooseForShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

iChoosePaymentMethod() public méthode

public iChoosePaymentMethod ( $paymentMethodName )

iChooseTheDifferentBillingAddress() public méthode

iCompleteAddressingStepWithEmail() public méthode

public iCompleteAddressingStepWithEmail ( $email, Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

iCompleteTheAddressingStep() public méthode

iCompleteThePaymentStep() public méthode

iCompleteTheShippingStep() public méthode

iConfirmMyOrder() public méthode

public iConfirmMyOrder ( )

iDecideToChangeMyAddress() public méthode

iDecideToChangeMyShippingMethod() public méthode

iDoNotModifyAnything() public méthode

iDoNotSelectAnyPaymentMethod() public méthode

iDoNotSelectAnyShippingMethod() public méthode

iGoBackToShippingStepOfTheCheckout() public méthode

iGoBackToStore() public méthode

public iGoBackToStore ( )

iGoToTheAddressingStep() public méthode

iGoToThePaymentStep() public méthode

public iGoToThePaymentStep ( )

iGoToTheShippingStep() public méthode

iHaveProceededSelectingShippingMethod() public méthode

public iHaveProceededSelectingShippingMethod ( $shippingMethodName )

iProceedLoggingAsGuestWithAsShippingCountry() public méthode

public iProceedLoggingAsGuestWithAsShippingCountry ( $email, Sylius\Component\Addressing\Model\CountryInterface $shippingCountry = null )
$shippingCountry Sylius\Component\Addressing\Model\CountryInterface

iProceedOrderWithShippingMethodAndPayment() public méthode

public iProceedOrderWithShippingMethodAndPayment ( $shippingMethod, $paymentMethod )

iProceedSelectingPaymentMethod() public méthode

public iProceedSelectingPaymentMethod ( $paymentMethodName = 'Offline' )

iProceedSelectingShippingCountry() public méthode

public iProceedSelectingShippingCountry ( Sylius\Component\Addressing\Model\CountryInterface $shippingCountry = null )
$shippingCountry Sylius\Component\Addressing\Model\CountryInterface

iProceedSelectingShippingCountryAndPaymentMethod() public méthode

public iProceedSelectingShippingCountryAndPaymentMethod ( $shippingCountry, $paymentMethodName )

iProceedSelectingShippingCountryAndShippingMethod() public méthode

public iProceedSelectingShippingCountryAndShippingMethod ( Sylius\Component\Addressing\Model\CountryInterface $shippingCountry = null, $shippingMethodName )
$shippingCountry Sylius\Component\Addressing\Model\CountryInterface

iProceedSelectingShippingMethod() public méthode

public iProceedSelectingShippingMethod ( $shippingMethodName )

iProceedWithoutSelectingShippingAddress() public méthode

iProvideAdditionalNotesLike() public méthode

public iProvideAdditionalNotesLike ( $notes )

iReturnToTheCheckoutSummaryStep() public méthode

iSelectPaymentMethod() public méthode

public iSelectPaymentMethod ( $name )

iSelectShippingMethod() public méthode

public iSelectShippingMethod ( $shippingMethod )

iShouldBeAbleToGoToThePaymentStepAgain() public méthode

iShouldBeAbleToGoToTheShippingStepAgain() public méthode

iShouldBeAbleToGoToTheSummaryPageAgain() public méthode

iShouldBeAbleToLogIn() public méthode

iShouldBeAbleToPayAgain() public méthode

iShouldBeAbleToSelectPaymentMethod() public méthode

public iShouldBeAbleToSelectPaymentMethod ( $paymentMethodName )

iShouldBeInformedThatMyOrderCannotBeShippedToThisAddress() public méthode

iShouldBeInformedWithPaymentMethodInstructions() public méthode

public iShouldBeInformedWithPaymentMethodInstructions ( Sylius\Component\Payment\Model\PaymentMethodInterface $paymentMethod )
$paymentMethod Sylius\Component\Payment\Model\PaymentMethodInterface

iShouldBeNotifiedAboutBadCredentials() public méthode

iShouldBeNotifiedThatTheAndTheInShippingDetailsAreRequired() public méthode

public iShouldBeNotifiedThatTheAndTheInShippingDetailsAreRequired ( $firstElement, $secondElement, $type )

iShouldBeNotifiedThatTheShippingMethodIsRequired() public méthode

iShouldBeNotifiedThatThisProductDoesNotHaveSufficientStock() public méthode

public iShouldBeNotifiedThatThisProductDoesNotHaveSufficientStock ( Sylius\Component\Core\Model\ProductInterface $product )
$product Sylius\Component\Core\Model\ProductInterface

iShouldBeOnTheCheckoutAddressingStep() public méthode

iShouldBeOnTheCheckoutPaymentStep() public méthode

iShouldBeOnTheCheckoutShippingStep() public méthode

iShouldBeOnTheCheckoutSummaryStep() public méthode

iShouldBeRedirectedBackToTheThankYouPage() public méthode

iShouldBeRedirectedToTheAddressingStep() public méthode

iShouldBeRedirectedToTheHomepage() public méthode

iShouldBeRedirectedToThePaymentStep() public méthode

iShouldBeRedirectedToTheShippingStep() public méthode

iShouldHaveNoCountrySelected() public méthode

iShouldHavePaymentMethodAvailableAsFirstChoice() public méthode

public iShouldHavePaymentMethodAvailableAsFirstChoice ( $paymentMethodName )

iShouldHavePaymentMethodAvailableAsLastChoice() public méthode

public iShouldHavePaymentMethodAvailableAsLastChoice ( $paymentMethodName )

iShouldHaveProductsInTheCart() public méthode

public iShouldHaveProductsInTheCart ( $quantity, $productName )

iShouldHaveSelectedAsCountry() public méthode

public iShouldHaveSelectedAsCountry ( $countryName )

iShouldHaveShippingMethodAvailableAsFirstChoice() public méthode

public iShouldHaveShippingMethodAvailableAsFirstChoice ( $shippingMethodName )

iShouldHaveShippingMethodAvailableAsLastChoice() public méthode

public iShouldHaveShippingMethodAvailableAsLastChoice ( $shippingMethodName )

iShouldNotBeAbleToCompleteThePaymentStep() public méthode

iShouldNotBeAbleToCompleteTheShippingStep() public méthode

iShouldNotBeAbleToPayAgain() public méthode

iShouldNotBeAbleToSelectPaymentMethod() public méthode

public iShouldNotBeAbleToSelectPaymentMethod ( $paymentMethodName )

iShouldNotBeAbleToSelectShippingMethod() public méthode

public iShouldNotBeAbleToSelectShippingMethod ( $shippingMethodName )

iShouldNotBeAbleToSpecifyProvinceNameManuallyForBillingAddress() public méthode

iShouldNotBeAbleToSpecifyProvinceNameManuallyForShippingAddress() public méthode

iShouldNotBeNotifiedThatThisProductDoesNotHaveSufficientStock() public méthode

public iShouldNotBeNotifiedThatThisProductDoesNotHaveSufficientStock ( Sylius\Component\Core\Model\ProductInterface $product )
$product Sylius\Component\Core\Model\ProductInterface

iShouldNotSeeShippingMethod() public méthode

public iShouldNotSeeShippingMethod ( $shippingMethodName )

iShouldNotSeeTheThankYouPage() public méthode

iShouldSeeInTheBillingAddress() public méthode

public iShouldSeeInTheBillingAddress ( $provinceName )

iShouldSeeInTheShippingAddress() public méthode

public iShouldSeeInTheShippingAddress ( $provinceName )

iShouldSeeShippingFee() public méthode

public iShouldSeeShippingFee ( $shippingMethodName, $fee )

iShouldSeeShippingMethod() public méthode

public iShouldSeeShippingMethod ( $shippingMethodName )

iShouldSeeTheThankYouPage() public méthode

iShouldSeeThisBillingAddressAsBillingAddress() public méthode

iShouldSeeThisShippingAddressAsShippingAddress() public méthode

iShouldSeeThisShippingAddressAsShippingAndBillingAddress() public méthode

iShouldStillBeOnTheShippingStep() public méthode

iSignIn() public méthode

public iSignIn ( )

iSpecifiedTheShippingAddress() public méthode

public iSpecifiedTheShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

iSpecifyBillingCountryProvinceAs() public méthode

public iSpecifyBillingCountryProvinceAs ( $province )

iSpecifyShippingCountryProvinceAs() public méthode

public iSpecifyShippingCountryProvinceAs ( $province )

iSpecifyTheBillingAddressAs() public méthode

public iSpecifyTheBillingAddressAs ( Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

iSpecifyTheEmail() public méthode

public iSpecifyTheEmail ( $email = null )

iSpecifyThePasswordAs() public méthode

public iSpecifyThePasswordAs ( $password )

iSpecifyTheProvinceNameManuallyAsForBillingAddress() public méthode

iSpecifyTheProvinceNameManuallyAsForShippingAddress() public méthode

iSpecifyTheShippingAddressAs() public méthode

public iSpecifyTheShippingAddressAs ( Sylius\Component\Core\Model\AddressInterface $address )
$address Sylius\Component\Core\Model\AddressInterface

iTryToOpenCheckoutAddressingPage() public méthode

iTryToOpenCheckoutCompletePage() public méthode

iTryToOpenCheckoutPaymentPage() public méthode

iTryToOpenCheckoutShippingPage() public méthode

iWantToBrowseOrderDetailsForThisOrder() public méthode

public iWantToBrowseOrderDetailsForThisOrder ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

iWantToBrowseThankYouPageForThisOrder() public méthode

iWantToCompleteCheckout() public méthode

iWasAtTheCheckoutSummaryStep() public méthode

myOrderPromotionTotalShouldBe() public méthode

public myOrderPromotionTotalShouldBe ( $promotionTotal )

myOrderSCurrencyShouldBe() public méthode

public myOrderSCurrencyShouldBe ( $currencyCode )

myOrderSLocaleShouldBe() public méthode

public myOrderSLocaleShouldBe ( $localeName )

myOrderSPaymentMethodShouldBe() public méthode

public myOrderSPaymentMethodShouldBe ( Sylius\Component\Payment\Model\PaymentMethodInterface $paymentMethod )
$paymentMethod Sylius\Component\Payment\Model\PaymentMethodInterface

myOrderSShippingMethodShouldBe() public méthode

public myOrderSShippingMethodShouldBe ( Sylius\Component\Core\Model\ShippingMethodInterface $shippingMethod )
$shippingMethod Sylius\Component\Core\Model\ShippingMethodInterface

myOrderShippingShouldBe() public méthode

public myOrderShippingShouldBe ( $price )

myOrderTotalInBaseCurrencyShouldBe() public méthode

myOrderTotalShouldBe() public méthode

public myOrderTotalShouldBe ( $total )

myTaxTotalShouldBe() public méthode

public myTaxTotalShouldBe ( $taxTotal )

shouldBeAppliedToMyOrder() public méthode

public shouldBeAppliedToMyOrder ( $promotionName )

theLoginFormShouldNoLongerBeAccessible() public méthode

theProductShouldHaveUnitPrice() public méthode

public theProductShouldHaveUnitPrice ( Sylius\Component\Core\Model\ProductInterface $product, $price )
$product Sylius\Component\Core\Model\ProductInterface

theShouldHaveUnitPriceDiscountedFor() public méthode

public theShouldHaveUnitPriceDiscountedFor ( Sylius\Component\Core\Model\ProductInterface $product, $amount )
$product Sylius\Component\Core\Model\ProductInterface

theSubtotalOfItemShouldBe() public méthode

public theSubtotalOfItemShouldBe ( $item, $price )

thereShouldBeInformationAboutNoPaymentMethodsAvailableForMyOrder() public méthode

thereShouldBeInformationAboutNoShippingMethodsAvailableForMyShippingAddress() public méthode