_stardust_ Posted March 13, 2012 Share Posted March 13, 2012 Hi, I have an export orders module and I'm trying to customize it to where it won't display multiple rows of the same order#. Can someone point me in the right direction? I've attached the module in question. Thanks. exportordersQBcsv1.1.zip Link to comment Share on other sites More sharing options...
Online Matrix Posted July 2, 2012 Share Posted July 2, 2012 Hi, you can try adding "GROUP BY id_order" at line 231. Before INNER JOIN "._DB_PREFIX_."country_lang ON "._DB_PREFIX_."country_lang.id_country = "._DB_PREFIX_."state.id_country WHERE ${where}"; After INNER JOIN "._DB_PREFIX_."country_lang ON "._DB_PREFIX_."country_lang.id_country = "._DB_PREFIX_."state.id_country WHERE ${where} GROUP BY id_order"; Thanks for the module ! 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