Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trying to export customers to my other site


superman123

Recommended Posts

Posted

I am making anew site and would like to tranfer over my customers from my other website to my new ones. However i did do that manually using myphp but.. when i goto the customers. then "info" i get this message.

 

Warning: reset(): Passed variable is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 17

 

Warning: Variable passed to each() is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 18

 

 

And the customer info does not exists.. its just blank.. Where is the customer details stored at? which sql file?

Posted
I am making anew site and would like to tranfer over my customers from my other website to my new ones. However i did do that manually using myphp but.. when i goto the customers. then "info" i get this message.

 

Warning: reset(): Passed variable is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 17

 

Warning: Variable passed to each() is not an array or object in /home/nutdeal/public_html/admin/includes/classes/object_info.php on line 18

And the customer info does not exists.. its just blank.. Where is the customer details stored at? which sql file?

The easiest way to do this maybe to backup your db using the admin in your store. Download the file to your desktop and seach it for 'customer' or sumething like.

 

Not being 100% on SQL, I cannot give a definitive answer, but I personally would have a good root around and see what I can find.

Posted
The easiest way to do this maybe to backup your db using the admin in your store.  Download the file to your desktop and seach it for 'customer' or sumething like.

 

Not being 100% on SQL, I cannot give a definitive answer, but I personally would have a good root around and see what I can find.

 

 

mm.. i woudl do that buti can't. i already deleted my store.. i only saved the backend with the sql only.

Posted
mm.. i woudl do that buti can't. i already deleted my store.. i only saved the backend with the sql only.

If you have a file ending .sql, you need to open this in your favourite text editor and look for a table called 'customers' or such like. That should have all your customer info.

 

Just copy everything from drop if exists...to the next table and save it as customer.sql.

 

HTH

Posted

you will need to go thru the db and pull out the address book, customers etc . .

Archived

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

×
×
  • Create New...