llmills Posted November 22, 2012 Share Posted November 22, 2012 Hi All Does anyone know or how can I find out what tables are updated when I do the following please - 1 - create a new customer 2 - place an order as an existing customer i have a lot of orders that i can export to a csv and i am looking to very quickly dump them into a database - i appreciate that i would have to tweek the csv or ceate multiple files to dump them into the db tables, but it would be quicker than spending 1/2 hours manually adding them!!! I am using prestashop 1.4 Link to comment Share on other sites More sharing options...
math_php Posted November 23, 2012 Share Posted November 23, 2012 Hi you, Order, order_details,order_tax that you will have to link to product, product_lang, customer, address, order_state, payment... This would be a lot of work to track all. Think of a module which could be called for each new order (automaticaly or manually) and could generate a zip file with all csv or a xml file to directly add it to your billing system. I can make it for few cookies. Regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now