Further clarification....
1) My website has an existing OsCommerce online store to which products have already been added using the OsCommerce web interface.
2) I have been using Apple Bento 3 to create a database of additional products that I want to add to my existing OsCommerce online
database.
3) The Bento database has similar (but not identical) records to the OsCommerce database.
4) I want to be able to create a 'Collection' in Bento which can be uploaded to the corresponding Product Category in OsCommerce. A 'Collection' is essentially a subset of the database.
5) If
I create a collection called 'Ceiling Lights', for example, I want to be able to upload it to the 'Ceiling Lights' category of my OsCommerce database.
6) I would like to have the option to either ADD the records in the Bento Collection to the OsCommerce database, or to REPLACE the corresponding
Product Category in the OsCommerce database with the records in the Bento collection.
7) There is not an exact one to one correspondence of fields between the Bento and OsCommerce database. There needs to be a way to combine some of the Bento fields (e.g. 'Voltage', 'Height', 'Width' etc.) into
one OsCommerce field (e.g. 'Description'). In this example the 'Description' field in the OsCommerce database will consist of several Bento fields formatted using HTML.
8) Bento allows you to export Collections as comma separated variables (CSV) files but this does NOT include the media/photo
field. You need to be able to extract the photos from the Bento database so that they can be added to the OsCommerce database. If you CTRL CLICK on the Bento database file and choose SHOW PACKAGE CONTENTS from the menu that appears you will be able to access both the SQLite(?) compatible database
and the individual photos. So I guess an AppleScript could be written to do this?
9) At the end of this I need a SIMPLE way to add parts of a Bento database to the OsCommerce database. This needs to be easy to use and very clearly explained using as much automation as possible.
over 2 years ago