Tasks:
Fixes
1. Fix order that product is displayed on webpage. Currently product is in A-Z order in the database but displays in Z-A on webpage.
2. When a weight of an item in the csv file is less than a kg and once uploaded into database it displays as 0Kg. Configure database to show weight down to .01 of a Kg.
3. When a product is active in the csv file it’s status is still inactive in database after importing.
4. Importing tool is adding duplicate products into database.
5. When …