The 1.4 Release adds pagination for all front-end pages and the management app, adds shipment/order comments information to the Order Detail Page, reduces buyer side loading time, improves the catalog management import/export feature, and adds an import log for the advanced qty management feature.
Summary of Notable New Features in V1.4
- Added Pagination for all front-end pages and management app
- Added shipment info section and order comments section (including Purchase Order number) to company level order detail page
- Improved buyer side user experience by changing our store-front catalog loading method to on-demand loading
- Improved our catalog import/export logic to handle larger product/category data and increase efficiency of data updating
- Improved our catalog import/export feature by adding an action report showing the seller the result of their import/export error log
- Improved our quantity management feature by adding an import error log report
API Pagination
We implemented API Pagination for all B3 related pages in order to serve large data users.
Seller Side (APP):
- Add pagination for Catalog Listing Page, Company Listing Page, and Sales Rep Listing Page
- The seller can change the page view by choosing the number showing per page
Buyer Side (Store-Front):
- Add pagination for Sales Rep Dashboard and Search Result Page
Add Shipment Info Section and Order Comments Section for Company-Level Order Detail Page
- Buyer will be able to see order comments for all company-level orders
- Buyer will be able to see Purchase Order number from the order comments section as well
- Buyer will be able to see Shipment Information (Including multiple shipments) such as “Date Shipped”, “Shipping Provider”, “Shipping Method” and “Tracking Number” inside the company order detail page
Reduced Buyer Side Loading Time
- We changed our store-front catalog loading method to on-demand loading
- This reduced the initial login loading time significantly
Catalog CSV Import/Export Improvements
- Improved our catalog import/export logic to handle larger product/category data and increase efficiency of data updating
- Improved our catalog import/export feature by adding an action report showing the seller the result of their import/export error log
- The import will be able to handle special characters in the SKU
- Disable the “set price” and “drop-down menu” for catalogs that are being updated (Re-indexing ES in progress). This is meant to give the seller feedback during the data processing progress and avoid actions that might break the data reindexing progress.
Advanced Qty Management Import Log Report
- Seller will be able to see the error log report after they have imported the advanced qty CSV file.