Jump to content

Export Orders to CSV customization question


_stardust_

Recommended Posts

  • 3 months later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...