REN9 Posted October 30, 2019 Share Posted October 30, 2019 Hi, I'm tying to extract from my Prestashop 1.6 the following info for every first customer order: ID customer sex age order date total amount spent product category Newsletter subscription yes or not using VAT yes or not Using coupon yes or not payment method device or OS (it is the device the customer was connected from) Is here anyone who can help me? Thank you very much! Link to comment Share on other sites More sharing options...
musicmaster Posted October 30, 2019 Share Posted October 30, 2019 There is no field for this. If you look at the Prestashop code you see something like: IF((SELECT so.id_order FROM `'._DB_PREFIX_.'orders` so WHERE so.id_customer = c.id_customer AND so.id_order < o.id_order LIMIT 1) > 0, 0, 1) as newcust in the fields list that is retrieved. Of course that may be different for different for different PS versions. 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