-
Notifications
You must be signed in to change notification settings - Fork 0
Checkout ‐ Shipping
Manuel edited this page Dec 11, 2024
·
2 revisions
The forth step on the checkout process. Here the user can choose the carrier for the delivery of the order. Also the price of shipping is displayed in this section.
This section also displays a 'I agree with Terms and Conditions' checkbox and a link the user can follow the read the terms. If the user does not agree to the terms by checking the box he is not allowed to continue to the next section.
- should display all the necessary elements
As a customer, I want to choose a shipping option for my order, so that I can select one that best fits my need:
- should allow customer to choose a shipping option
As a customer, I want to see the cost of my selected shipping method, so that I can know there are no unexpected charges:
- should display cost of shipping
As a customer, I want to be able to agree to a 'Terms of Service' checkbox, so that I can know exactly the terms of my order:
- should allow customer to agree to 'Terms of Service'
As a webmaster, I want customers to have to agree to the 'Terms of Service' in order to proceed, so that I can be sure they understand them:
- should display 'You must agree to the 'Terms of Service' before continuing' message when trying to continue without agreeing to them.
- should allow customer to continue to next section