I have just recently duplicated a store and everything is working fine - except that Easy Populate doesn't seem to import category images and descriptions.
Is there any way I can get it to import these, as doing it manually would take ages.
To do this using EP you would need to add the relevant fields into an easy populate custom build. Which would take a while to build and would be custom such that you will have added hassle during all upgrades etc. BUT even if you did this you'd still need to manually install all your images unless you knoew the exact file names and even still you'd have to manually enter the file names anyway in the relevant line-items
Easier would likely be an image ftp and also a db copy of the relevant tables which would be pretty easy to do especially since the thing is an exact dup.
For that matter if it truly is a dup db then you could probably drop the entire table and then import the "other" working one into the "new" build.
Thats the direction I'd go first anyway as it would take only a couple minutes to accomplish. Here is how I'd do it...
-
take your current "new" db and copy it to a new new db for testing.
-
find the table in question and drop the relevant data
-
import the populated data from your "old" db
-
ftp the images into identical folder en masse
test to see if it worked. Pretty sure this logic would work if you monkey around with the method a bit to your exact needs