Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Copy products to another shop


Melhor

Recommended Posts

Posted

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

Posted

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 ...

Posted

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

Posted

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.

Posted

thanks for help, but what I want is the possibility to create and copy a product to another shop, individual, not the whole bunch

Posted

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 ...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...