All Release Notes
Enhanced Store Launchpad for B2B Manufacturing
22 February 2024
Frontend
Frontend Development
Enhancement
Store launchpadsB2B
The Store Launchpad for B2B Manufacturing now contains new and enhanced functionality designed to improve the experience of buyers and sellers. Additionally, we fixed two bugs on login and registration.
Orders
- The filters on the Orders page now support a finer search for orders.
- From the Orders page, you can now access the Order details page by selecting an order. On this page, you can:
- View the order data (for example, number, date, and status).
- Return or place the order again.
- View the items included in the order.
Quotes
- Buyers and sellers can now add comments to engage each other in a discussion on a quote. For example, to ask for a discount when requesting a quote.
- The filters on the Quotes page now allow a finer search for quotes.
- From the Quotes page, you can now access the Quotes details page by selecting a quote. On this page, you can:
- View the quote data (for example, ID, status, and owner).
- View the activities and comments related to the quote.
- Initiate the checkout process for accepted quotes.
Other improvements
- If no shopping list has been created yet, buyers can now create one directly from a product details page.
- After resetting the user password successfully, a message confirming the reset is now displayed.
Bug fixes
Two bugs on login and registration are now resolved:
- A blank page appeared after users logged in. Now the transition to the homepage is smooth.
- When users tried to register using an already registered email address, the related error message did not appear. Now a message informs users when this happens.
Action controllers
The following actions were added or updated in the actionControllers
folder:
CartController.ts
file:- Added the
clearCart
action. - Renamed the
replicateCart
action toreplicateOrder
.
- Added the
BusinessUnitController.ts
file: added thesetBusinessUnitAndStoreKeys
action.WishlistController.ts
file: added theaddToWishlists