Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Import customer accounts functionality


pkirbyau

Recommended Posts

Posted

I have an existing business with several thousand registered customers on my distribution list. Is there an equivalent to easy populate for customer details.

 

If not, does anyone have pointers as how to play with the SQL code otherwise?

 

I have the information in Access or Excel at the moment but would understand it may need to be ported into another format

 

Im running RC2.2 if it makes any difference...

 

Many thanks.

Posted

I went through a similar issue with vendors here is what I came up with. I created a csv in excel that provided me with this

 

INSERT INTO vendors VALUES ('1364', 'B And K Cycles', 'CA', 'B AndK Cycles', '1200 Grandview', '90278', 'Redondo Beach', 'CA', '0', '0', '5632632324', '', '', '', '1');

 

Each field is enclosed in apostrophes and coma separated. Blank fields are ",

 

Then just run SQL import

Jeff

 

Contributions I use: DynaMenus - Light Box - Best Sellers Content Box - Related Products 3.2 - UPS XML - Secure Admin Login - Vendor Locator - Graphical Borders.

Posted
I went through a similar issue with vendors here is what I came up with. I created a csv in excel that provided me with this

 

INSERT INTO vendors VALUES ('1364', 'B And K Cycles', 'CA', 'B AndK Cycles', '1200 Grandview', '90278', 'Redondo Beach', 'CA', '0', '0', '5632632324', '', '', '', '1');

 

Each field is enclosed in apostrophes and coma separated. Blank fields are ",

 

Then just run SQL import

 

Thank you Cybercon. Ill see how I go.

 

I think I need a little more investigation into the various customer tables so will put on the snorkel and dive in this weekend.

Posted

Try going to the customer tables and exporting it, that should give you the table layout.

Jeff

 

Contributions I use: DynaMenus - Light Box - Best Sellers Content Box - Related Products 3.2 - UPS XML - Secure Admin Login - Vendor Locator - Graphical Borders.

Archived

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

×
×
  • Create New...