New OutOfStock and ProductCard components added to the FastStore UI. Also, improvements in the FastStore API now allow fetching additional properties of a product.
FastStore UIโ
OutOfStock
โ
๐New
Use theOutOfStock
component - #1314OutOfStock
component to display a subscription form for shoppers who want to be alerted when the product is back in stock.
ProductCard
โ
๐New
Use theProductCard
component - #1272ProductCard
component to provide a general view of a product, including images, name, price, discount, and buy button.
FastStore SDKโ
useStorage
โ
โจUpdated
The shopping cart is now persistent across the browser's tabs. Before, if two items were added to the cart through distinct tabs, the last item would always overwrite the prior one.hook
component - #1316
FastStore APIโ
VTEX Platformโ
๐ Top searches - #1321
All requests to the FastStore Search API now receive locale info so the search can return product suggestions according to the user locale.๐ Fixed breadcrumb broken links - #1306
Breadcrumb links that were broken have been fixed, allowing shoppers to navigate the website without getting 404 errors.โจ Support for querying additional properties of a product - #1304
The FastStore API has been enhanced to support querying any additional property of a product.โจ Sync Cart with Checkout - #1299
The behavior of thevalidateCart
resolver has been modified. After placing an order, the cart is now cleared, and any changes made during checkout are reflected in the cart.๐The Search API now receives
Filtering search results according to the user's region has been fixed.selectedFacets
component - #1297๐Fixed promotion issues - #1289
Promotions such as Buy 2 Get 3 now work correctly.๐Fixed SKU offer issues - #1282
Product offers related to a specific SKU have been fixed, and now the offers are available only for available SKUs.๐Fixed in the Serch API - #1273
Suggestions are now working as expected.
Internalโ
๐Turborepo on FastStore - #1296
The FastStore project now uses Turborepo.๐New guide: Installing Releases on VTEX Headless CMS - #1310
๐FastStore API documentation available on GraphiQL - #1305
FastStore API reference documentation is now available. For more information, refer to this announcement.๐Improved the descriptions of FastStore API - #1303
๐Fixed styles and data attributes - #1287
Styles used on the FastStore UI documentation have been updated after the adjustments to the data attributes.
Startersโ
๐New Community Starters
Check out the new Community Starters, created and maintained by FastStore community members: