not only do i need to do this right now with 28 products to 3 other categories but i will be needing to do many more in the future. it would take me about 3 hours (satellite is unbelievably slow) to do this cloning and it would be impossible to maintain this sort of product as i change it.
there is no way to copy many products at once but there is easy populate with which i have been experimenting. i backed up my entire SQL (and checked to make sure that restore really works) and then started hacking away at things with easy populate. it does everything i want and more. i had been writing scripts to correct the garbage that excel makes of various exports using PHPmyAdmin and every cases seemed to need different treatment because my product descriptions contain lots of "s \s and ,s.
http://www.zen-cart.com/forum/images/smilies/clap.gif
:clap:
easy populate works perfectly and i don't have to worry about text qualifiers field delimiters etc that match what excel wants. i could never get some of my SQL data to even show up in some exported CSV files.
i had even screwed up a whole set of 4659 products and had them restored in a matter of minutes.
easy populate is exactly what i need. it was wondering how i would merge another 1000 products that needed to be in a particular sort order without having to write another 5 or so perl scripts to deal with what excel messes up. tonight's experiment has shown that easy populate is all i need.
thank you so much to whoever wrote this . it will save me countless hours of work. i was thinking that the only option was to install mySQL and a web server locally on my computer to be able to edit the SQL locally. with a satellite connection you can not do multiple queries to a remote database in any reasonable time. it takes 2 seconds to say hello to the satellite and get a reply. this times 18,000 amounts to a lot of time. the satellite is fine for large files but the latencykills you with multiple requests.:clap: