ezakimak Posted May 19, 2011 Share Posted May 19, 2011 Hi, I have posted a modified version of a module a found here (exportorders module) to work with ps1.4.0.17, but the final CSV is not clean, the content (CSV) is generated as expected but it also includes some html code at the beginning and at the end of the file, may someone here could help me (perhaps giving some tips) to clean up the codethis is the original post#60 with the file attachedhttp://www.prestashop.com/forums/viewthread/8424/P45/third_party_modules/module_to_export_ordersregardsHugo Link to comment Share on other sites More sharing options...
pozzo Posted July 15, 2011 Share Posted July 15, 2011 I've modify the module, in order to save a .csv of order in the folder of the module.I've tested it in prestashop 1.4.2.5 and it's working properly pe_exportorders.zip Link to comment Share on other sites More sharing options...
berka.pavel Posted September 6, 2011 Share Posted September 6, 2011 great work pozzo, your modify works in PS 1.4.3 as well. but can you help me with tab in BO? the tab doesn´t work for me :-/ Link to comment Share on other sites More sharing options...
berka.pavel Posted September 6, 2011 Share Posted September 6, 2011 great work pozzo, your modify works in PS 1.4.3 as well. but can you help me with tab in BO? the tab doesn´t work for me :-/ OK, i found it, how to show tabs in BO. PEAdminExportorders.php edit line 6 private $module = 'pe_exportorders'; to private $_module = 'pe_exportorders'; Link to comment Share on other sites More sharing options...
berka.pavel Posted September 21, 2011 Share Posted September 21, 2011 hello, can you help me.. i´m using 1.4.3 and this module doesn´t export me invoice address :-/ can anyone tell me, where is the problem? Link to comment Share on other sites More sharing options...
pozzo Posted September 21, 2011 Share Posted September 21, 2011 hello, can you help me.. i´m using 1.4.3 and this module doesn´t export me invoice address :-/ can anyone tell me, where is the problem? Have you try to download the modyfy to this module I've posted 15 July 2011 - 10:12 AM Link to comment Share on other sites More sharing options...
berka.pavel Posted October 16, 2011 Share Posted October 16, 2011 yes I download this one and using it on prestashop 1.4.3 ... i´ve tried change it, but nothing. but now i have different issue. i´d like to export only specific invoice. the best issue is to have input in administration of this module and there just write id of specific invoice. can you help me? Link to comment Share on other sites More sharing options...
Lucas-911 Posted November 26, 2011 Share Posted November 26, 2011 Hey, I have installed module on 1.4.6.2 but having no luck with exporting orders... Within the tab navigation, I just get the following message "Tab file cannot be found." I have replaced line 6 as suggested above but still no difference?! Link to comment Share on other sites More sharing options...
Lucas-911 Posted November 26, 2011 Share Posted November 26, 2011 Hey, I have installed module on 1.4.6.2 but having no luck with exporting orders... Within the tab navigation, I just get the following message "Tab file cannot be found." I have replaced line 6 as suggested above but still no difference?! Used a different version of the module and all is working now... Does anyone know how to add discount names/voucher codes to export list? Link to comment Share on other sites More sharing options...
JessicaRei Posted April 16, 2012 Share Posted April 16, 2012 Someone knows how can I include Reference Number to have it in csv document? Thank you, for advance! ----------------------------------------------------- edit-> I've solved it by myself! That's what I did, for someone needs: In pe_exportorder.php where is: 'r'=>array( 'n'=>'order_detail', 'f'=>array( array( 'n'=>'product_name', 'l'=>'Product name' ), array( 'n'=>'product_quantity', 'l'=>'Product Qty' ), array( 'n'=>'product_price', 'l'=>'Product Price' ), If you are interesting, you can add the property of product you need, my example: array( 'n'=>'product_reference', 'l'=>'Product Reference' ), Link to comment Share on other sites More sharing options...
antogb Posted October 5, 2015 Share Posted October 5, 2015 Hi, it should work with versions 16.x? I have installed it but when I press generate report, nothing happens. please help. 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