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.
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.
SkuSelector
โ
๐ New component - #1462
Use the
SkuSelector
component on Product Details Pages (PDPs) to display all SKUs available for a given product.
CartItem
โ
๐ New component - #1461
Use the
CartItem
component to display summarized data about an item placed in the shopping cart.
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.
โจ Product
releaseDate
now available - #1438The
StoreProduct
entity can now return thereleaseDate
of an item.โจ Session info now available as an argument of
validateCart
- #1444The
validateCart
mutation now accepts thesession
argument. This allows adding the user's session information to theorderForm
, making the shopping flow consistent between storefront and checkout, and allowing for regionalized prices.
Documentationโ
๐ New documentation feedback feature - #1448
New and improved docsโ
FastStore API