Testing the new promotion type in the storefront

In this lesson, you test your new promotion type as a shopper in your Aurora starter store by making a purchase that qualifies you for the free gifts.

About this task

To ensure the promotion is implemented correctly for customers, complete the steps below to purchase some the required kitchenware products. Experience the promotion on the storefront as a customer would.

Procedure

  1. In a web browser open your development environment store.
    For example, use the https://localhost:8443/shop/en/myesite URL.
  2. In the store, browse the Kitchenware category and display the knife set, "KitchenCraft Chef Line Knife Set".
  3. Leave the Quantity at 1, and complete the three required fields as shown in the following screen capture.
    Notice that the promotion is already advertised to the right of the product image as "Customers purchasing $200 or more of kitchenware will receive four "Vienna" glasses for free " This text comes from the description you entered in the Promotions tool.
    Knife set product display details
  4. Click Add to Cart.
  5. To open your shopping cart, click the Go to Cart link.
    In the resulting shopping cart summary page, you can see there is no gift. This is because the total value of your cart for the required catalog entries is below the total price threshold of the promotion ($200); therefore, the promotion was not applied.
    Shopping Cart summary page without promotion applied
  6. In the QTY column, change the quantity to 10. Your Shopping Cart automatically updates the subtotal and applies the promotion.
    You can now see the gifts have been added automatically. This is because the total price of all catalog entries that match the purchase condition has exceeded $200.
    Shopping Cart summary page with promotion applied

Results

You have now successfully customized a promotion and tested the results in the Management Center user interface and on the storefront.