Melhor Posted September 13, 2010 Posted September 13, 2010 Hi, is there any way to be able to copy products from one shop to another shop into the admin page? Like : create a new product and copy these one to another categorie, but in this case copy to another shop. Thx for help & support Kozak
♥Monika in Germany Posted September 13, 2010 Posted September 13, 2010 sure ... you can access different database via scripting. you can find example code in the contribs section. search for newsletter or forum implementations that share data. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Melhor Posted September 14, 2010 Author Posted September 14, 2010 Hi Monika, i search & read the all day for a solution to copy products to another shop but without results. Do you have any link(s) to the right contribution(s)? Thx4support Grtz Kozak
tharring Posted September 16, 2010 Posted September 16, 2010 If you can access the database of the first shop using phpMyAdmin, open the shopping cart database; go to the products table and download the information. (At the top click "Export", click CSV as the Export type, Options--set Fields terminated by (insert a comma) and Fields enclosed by (remove the quote mark). Lower down on the page click "Save File" box and give it a name, like Products-09-14-10 and hit "Go". Once you have that that information, go to the new database setup and upload the information into the products table. That should save you a lot of time.
Melhor Posted September 16, 2010 Author Posted September 16, 2010 thanks for help, but what I want is the possibility to create and copy a product to another shop, individual, not the whole bunch
♥Monika in Germany Posted September 16, 2010 Posted September 16, 2010 Hi kozak, I had to do some searching also, but I now found it. Go here http://addons.oscommerce.com/info/3976 then click history. Back then I used the very first version of PHPlist_mod_osCommerce.txt. It shows sample code how to work in a secondary database which is what you want to do. HTH :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.