millers Posted February 22, 2011 Share Posted February 22, 2011 New to Prestashop from Opencart and (I know I don't need to say this) ... loving it.I am trying to set-up a "customised clothing" shop for specific groups eg. clubs/schools etc and one of the attractions of Prestashop was the customer text input option where customers can add their nickname etc.I need to be able to produce a simplified invoice/worksheet to send to the embroiderers for production of sold garments.The invoice/worksheet needs to contain the following:1 The products ordered by a group with colour and size details - preferably filtered by product name rather than customer group as not all customers join the correct group.2 The user input data (eg. the customers desired 'nickname' to be printed on the garment). - and that's it!I have explored two avenues - exporting CSV filtered by either customer group or (preferably) filtered by unique product name but I can't find anything which filters by these fields and secondly the CSV export modules I have found don't include the user input field. Secondly, by way of SQL Buddy and php sql queries - but - there doesn't appear to be just one data table with all the info I need and neither do the customised data and order detail tables appear to have an obvious relationship.Obvious question .... can anyone help??? Link to comment Share on other sites More sharing options...
Burhan BVK Posted February 22, 2011 Share Posted February 22, 2011 The customized data table is linked with the order details table trough the orders table. The cart id is in the orders table that connects them. Link to comment Share on other sites More sharing options...
millers Posted February 22, 2011 Author Share Posted February 22, 2011 wow, that was quick. Thanks for that! I'll see if I can't get my head round linking to/extracting from those tables. Again, thanks. 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