Jump to content

Bulk product movement from category to category


Guest gorbry

Recommended Posts

Guest estelle

Bryce,

Using phpMyAdmin, make a backup of your database and run the following two SQL commands. Change 1234 to the OLD category ID, and change 5678 to the NEW category ID. Also you may need to change the table names (e.g. to test1_CubeCart_inventory etc) if you have a table prefix.

UPDATE CubeCart_inventory SET cat_id=5678 WHERE cat_id=1234



UPDATE CubeCart_cats_idx SET cat_id=5678 WHERE cat_id=1234

Estelle :whistle:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...