dedyjuliana Posted March 23, 2013 Share Posted March 23, 2013 Hello, I am newbie in Prestashop. I want my website can create a text file that contains order detail for example (in specified directory) when customer order some products (after they click I confirm my order). Can someone help me? or give me suggestions. Thanks Link to comment Share on other sites More sharing options...
vekia Posted March 23, 2013 Share Posted March 23, 2013 in this case you should use newOrder hook. By that I mean that the best way to do this without core change is to... create a module which will use this hook. If you don't know how to create module, you should edit order class, but it isn't as simple as it seems :-) 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