Bumping this... to see if anyone has any ideas on how to pull the addresses for only customers who ordered in the past year.
Bumping this... to see if anyone has any ideas on how to pull the addresses for only customers who ordered in the past year.
This is a great query, but I don't think my client is saavy enough to work in PHPadmin. He's just looking for a way to export current order customer shipping info to an excel file. Will keep looking! Thanks to a wonderful team![]()
The most common way would be to run it in phpMyAdmin and then export the results.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Can this be worked in reverse to ADD customers to database?
I've seen the add customers thru admin mod, but that is a one-by-one process and I'd like to be able to add a list of 200 or more in one fell swoop. (Go ahead ~ call me lazy)
Tina
Somewhat, yes. But that's an entirely different topic, since it involves inserting records into multiple tables, which need to be kept in sync and need to link each others' record numbers to each other. And, if you don't supply *all* the required data, your customers will have serious problems doing checkout.
See the wiki for database tables which store customer data.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks for the info - I'm over to wiki now!~
Tina