Skip to main content

FastStore - August 2022

ยท 2 min read

Gift, OrderSummary, SkuSelector, and CartItem components are now available in the FastStore UI. Also, updates to the FastStore API improve the shopping cart UX and allow adding user's session information to the orderForm.

FastStore UIโ€‹

Giftโ€‹

  • ๐ŸŽ‰ New component - #1443

    Use the Gift component to display promotional gift items.

    Gift component

OrderSummaryโ€‹

  • ๐ŸŽ‰ New component - #1456

    Use the OrderSummary component to provide a summary of the items in the cart, including the total price, related shipping tax, and discounts.

    OrderSummary component

SkuSelectorโ€‹

  • ๐ŸŽ‰ New component - #1462

    Use the SkuSelector component on Product Details Pages (PDPs) to display all SKUs available for a given product.

    SkuSelector component

CartItemโ€‹

  • ๐ŸŽ‰ New component - #1461

    Use the CartItem component to display summarized data about an item placed in the shopping cart.

    CartItem component

FastStore APIโ€‹

  • ๐Ÿ› Fixed "Buy 2 get 3" promotions - #1434

    Cart UX issues related to promotions, such as "Buy 2 get 3," have been fixed. Now, items and gifts are correctly combined when necessary.

    Cart discount

  • โœจ Product releaseDate now available - #1438

    The StoreProduct entity can now return the releaseDate of an item.

  • โœจ Session info now available as an argument of validateCart - #1444

    The validateCart mutation now accepts the session argument. This allows adding the user's session information to the orderForm, making the shopping flow consistent between storefront and checkout, and allowing for regionalized prices.

Documentationโ€‹

  • ๐ŸŽ‰ New documentation feedback feature - #1448

    Documentation Feedback

New and improved docsโ€‹