
Originally Posted by
kuroi
Easy Populate's strength is that it takes a single source of data and makes all the connections necessary to split that data between a number of database tables. However, it only knows about the tables in Zen Cart's core code, i.e. knows nothing about the table added for Stock by Attributes.
You could amend Easy Populate to add the code needed to recognize and populate it, but this seems unnecessary to me, since this mod only adds one table. You could therefore separate your attribute stock data off into a separate table, save it as a CSV file and use MySQL's built-in csv import capabilities to upload it directly.
Bookmarks