As a shopping cart administrator, you will want the convenience of being able to export a select set of your product records in a CSV format, edit them using your favorite spreadsheet program, and import them back into your cart database to update the fields you changed. A typical scenario where you might do this is when you want to change the prices or meta tags of a select group of records.
When you update a set of product records, you must tell your shopping cart database how to uniquely identify each of those records. Typically, you do this by providing the product’s model number along with each record. The operating assumption, then, is that every product record in your system has its own unique model number. And you, as cart administrator, are responsible for ensuring this uniqueness.
Note also that the Zen Cart and osCommerce databases maintain, within each product record, an internal Product ID field that uniquely identifies the record. You can export this data value and use it as the unique identifier, if you like. The problem is that the Product ID is a system-generated number, and has little significance to a human, because we humans are not very good at remembering the correspondences between numbers and products.
ShopAdmin now includes a feature that lets you use either model number or product id, depending on your preference. When you wish to update your product records via import, you can now choose the lookup field based on which ShopAdmin should do the update (see the screen shot below).

This way, you can use either field for specifying your product records. The only additional requirement, of course, is that the lookup field you choose must be available in your CSV data.
Coupled with ShopAdmin’s new multi-lingual capability, you can now maintain your product catalog much easier than before.
We hope you find this feature useful. Please feel free to contact us with your feedback, feature requests, bug reports, and, of course, what you liked about ShopAdmin.