Skip to content

Checkout ‐ Payment

Manuel edited this page Dec 11, 2024 · 6 revisions

Checkout - Payment

  • should display all the necessary elements

As a customer, I want to see a clear summary of items in my cart with details (product name, SKU, size, color, availability, price, discounts, quantity, and total product price(after any discounts are applied)), so that I can confirm my order:

  • should display any items added to cart in cart summary
  • should display product name of any item added to cart
  • should display SKU of any item added to cart
  • should display size of any item added to cart
  • should display color of any item added to cart
  • should display availability of any item added to cart
  • should display price of any item added to cart
  • should display discounts of any item added to cart
  • should display quantity of any item added to cart
  • should display total product price of any item added to cart

As a customer, I want to see the total price of shipping in the payment section summary, so that I can ensure there are no unexpected charges:

  • should display the total price of shipping in the payment section

As a customer, I want to see the total price of the order(total products + total shipping price) in the payment section summary, so that I can ensure there are no unexpected charges:

  • should display the total price of the order in the payment section

As a customer, I want to be able to pay by bank wire, so that I can pay in case no other methods are available:

  • should allow the customer to pay by bank wire

As a customer, I want to be able to pay by check wire, so that I can pay in case no other methods are available:

  • should allow the customer to pay by check wire

(See test cases) (See test code)

Clone this wiki locally