osCommerce Community Support Forums: transfer the catalog of products from one store to another - osCommerce Community Support Forums

Jump to content

Corporate Sponsor


Tips and Tricks Guidelines

Tips and tricks are only allowed to be posted in this forum channel. For support, please post in another related channel in this forum. If you come across a post not related to a tip or trick, please report it so it can be deleted.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

transfer the catalog of products from one store to another Rate Topic: ***** 2 Votes

#1 User is offline   andes1 Icon

  • Find Posts
  • Group: Community Member
  • Posts: 114
  • Joined: 08-July 04
  • Real Name:andrea pataquiva diaz

Posted 03 December 2005 - 06:41 PM

Sometimes we want to transfer the catalog of products from one store to another new or modified store, without make modifications on excel and so on.
We only seek a clean transfer of information, well…
Here we have an easy way to achieve this purpose
Posted ImageOn PhpMyAdmin choose the tab export; after that you should see something like the picture below First select: categories categories_description products products_attributes products_attributes_download products_description products_notifications products_options products_options_products products_options_values products_options_values_to_products_options products_to_categories Next, chose the fallowing options: sql Structure: Add DROP TABLE Add IF NOT EXISTS Add AUTO_INCREMENT value Enclose table and field names with backquotes export type : insert “from the menu”. Select save as a file; give a name to the table, i.e. fer__DB__products select Compression none. This should looks like: [img]http://www.latinrebels.net/cosas-varias/images_ayuda_sql_guia/2.gifSave on your hard drive. Now the next part is to place the saved data on your new or heavy modified store. 1. Select the new store’s database 2. Then, select the tab SQL. 3. Now, upload the database file that you save in your hard drive, (select auto detect) and click on Go. [img]http://www.latinrebels.net/cosas-varias/images_ayuda_sql_guia/3.gif
4. Check your store and admin.

That is all…. Easy.
You can do the same with whatever table as you want i.e. Customers.
0

#2 User is offline   andes1 Icon

  • Find Posts
  • Group: Community Member
  • Posts: 114
  • Joined: 08-July 04
  • Real Name:andrea pataquiva diaz

Posted 03 December 2005 - 07:03 PM

sorry the first and second picture should be swichet respectively
0

#3 User is offline   axioma Icon

  • Find Posts
  • Group: Community Member
  • Posts: 95
  • Joined: 30-December 04
  • Real Name:yesid borislov

Posted 03 December 2005 - 07:05 PM

nice and easy... thanks
0

#4 User is offline   solucionesmipc Icon

  • Find Posts
  • Group: Community Member
  • Posts: 7
  • Joined: 01-July 06
  • Real Name:diego

Posted 14 August 2006 - 10:42 PM

i would suggest to make an entire backup in admin tools

Diego Ruales
Cali- Colombia
0

#5 User is offline   andes1 Icon

  • Find Posts
  • Group: Community Member
  • Posts: 114
  • Joined: 08-July 04
  • Real Name:andrea pataquiva diaz

Posted 16 August 2006 - 01:27 AM

View Postsolucionesmipc, on Aug 14 2006, 10:42 PM, said:

i would suggest to make an entire backup in admin tools

Diego Ruales
Cali- Colombia


but, doing so, you will overwrite al the new DB setup and information of your new site.... not only changing the produts and attributes information
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic