iloris Posted February 22, 2014 Share Posted February 22, 2014 Hi all! I migrated from woocommerce to prestashop and I imported all orders, customers and products. Everything is fine but all the imported orders does not contains invoices. From each order in the prestashop dashboard, if I click on generate invoice, it works but I have more than 5000 to create :/ so I wondered if I could generate those invoices from a quick mysql request. What are the table used to create an invoice from an order? Thanks for your help, Loris Link to comment Share on other sites More sharing options...
vekia Posted February 23, 2014 Share Posted February 23, 2014 you can't do it with mysql request because whole invoice system is based on php script, not mysql (mysql stores only data) - whole generation process is a part of php script. 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