new_sra 1 Posted July 23, 2013 still problem in my language don,t support utf-8 1 Share this post Link to post Share on other sites
oasisiow 0 Posted July 24, 2013 For some reason, I had this module working on 1.5.4.1 but when I tried this am, I was left with the exporting screen but no csv file? Anyone else had this problem or am i just It could have something to do with the Categories as other export csv modules have the problem with this? Share this post Link to post Share on other sites
raymancz 0 Posted July 28, 2013 still problem in my language don,t support utf-8 Hi... I also had a problem with a Czech diacritics when I opened the csv in MS Excel! If I did the same csv file opened in OpenOffice, all diacritics are fine You need to edit the CSV file in OpenOffice, save the changes so that you save the document in CSV filter setting (UTF8 character set, field delimiter, and text delimiter ") After importing back into PrestaShop is ok accents ray Share this post Link to post Share on other sites
wippa 30 Posted August 1, 2013 For those people saying that doesnt work into 1.5... read a little please... (-v10-updated-for-14-) Thanks imwood, im using it into 1.4.6.2 and its a must-have for product export Share this post Link to post Share on other sites
quito 0 Posted September 19, 2013 (edited) when I select field "Categories" and click export >> " Page not found " error. whats wrong? Edited September 19, 2013 by quito (see edit history) Share this post Link to post Share on other sites
nms007 0 Posted October 8, 2013 It is possible to export ONLY ACTIVE products? Share this post Link to post Share on other sites
ledcom 4 Posted October 8, 2013 is this dead - or is it to be continued ? where & how can i edit the module myself ? 1 Share this post Link to post Share on other sites
Jen Hogan 0 Posted October 24, 2013 Hello, I am having trouble exporting the complete product list. The CSV file that is generated comes up with anywhere from 0 to 1500 products, when in reality we have closer to 3000... Any ideas? Thanks! Share this post Link to post Share on other sites
ivans13 0 Posted November 5, 2013 Great Job! only one error. When exporting, in the csv file I get this error in the first line. <b>Fatal error</b>: Call to undefined method Product::getIndexedCategories() in <b>/usr/home/xxxxxxxx.com/web/modules/exportproducts/exportproducts-ajax.php</b> on line <b>96</b><br /> If I EXCLUDE “categories” field, works fine. Any idea how to export categories with no error? I’using PrestaShop 1.5.4.1 Thanks! Share this post Link to post Share on other sites
J.Sahu 23 Posted November 11, 2013 Thanks it workied for me Share this post Link to post Share on other sites
J.Sahu 23 Posted November 15, 2013 It works great but there is problem in only one field i.e. Categories. When you include the category field to import then it shows webpage not found. Share this post Link to post Share on other sites
J.Sahu 23 Posted November 19, 2013 I found another problem is some character problem while export there are some unknown characters in my products long description found. Share this post Link to post Share on other sites
iuliann 4 Posted December 13, 2013 Great module! Works in PS 1.5.4.1 Thanks a lot! Share this post Link to post Share on other sites
nspinheiro 8 Posted December 16, 2013 Hi. Does this Export in .XML? Share this post Link to post Share on other sites
iuliann 4 Posted December 17, 2013 Nope... Only CSV Share this post Link to post Share on other sites
kiamaru 2 Posted February 3, 2014 (edited) hi have a problem with the path of pictures. i have the beigining twice. (with and without WWW) like this: http://www.mywebsite.frhttp//mywbesite.fr/114/ecouteurs-a-isolation-sonore-shure-se210.jpg how fix that i'am in presta 1.4.8.2 thanks Edited February 3, 2014 by kiamaru (see edit history) Share this post Link to post Share on other sites
new_sra 1 Posted February 7, 2014 still problem in languagedidn,t support utf-8 Share this post Link to post Share on other sites
shadyns 2 Posted February 16, 2014 Hello, I am having trouble exporting the complete product list. The CSV file that is generated comes up with anywhere from 0 to 1500 products, when in reality we have closer to 3000... Any ideas? Thanks! I got same problem... first i was getting page not found now im getting file but not all products... I got about 700 and module always export somethng about 500 anyhelp ? Share this post Link to post Share on other sites
camillo 1 Posted March 3, 2014 Hy Guys, I've a problem with PS 1.4.6.2 When I try to export this is the result: Warning: Invalid argument supplied for foreach() in /web/htdocs/www.restless.it/home/e-shop1/modules/exportproducts/exportproducts-ajax.php on line 36Warning: implode() [function.implode]: Invalid arguments passed in /web/htdocs/www.restless.it/home/e-shop1/modules/exportproducts/exportproducts-ajax.php on line 67You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM ps_product as p LEFT JOIN `ps_product_lang` pl ON (pl.`id_product` = p.`' at line 2 SELECT p.`id_product`, FROM ps_product as p LEFT JOIN `ps_product_lang` pl ON (pl.`id_product` = p.`id_product` and pl.`id_lang` = 4) WHERE pl.`id_lang`=1 GROUP BY p.`id_product` Any ideas?? Thank you Share this post Link to post Share on other sites
hitstore 2 Posted March 3, 2014 Well, I've a problem I choose some fields and results is always an empty csv. Whatever field I choose... In the csv file there is only the field name. My ps version is 1.5.6.0 Some ideas ? Share this post Link to post Share on other sites
shadyns 2 Posted March 3, 2014 Hay i move my site from one to another server. Copy all files and mysql and now i got problem on new one cant do anything... When i export anything i got in csv file this: <b>Notice</b>: Undefined index: wcurrency in <b>/var/www/vhosts/*****/httpdocs/modules/exportproducts/exportproducts-ajax.php</b> on line <b>158</b><br /> <b>Notice</b>: Undefined variable: inc_images in <b>/var/www/vhosts/*********/httpdocs/modules/exportproducts/exportproducts-ajax.php</b> on line <b>104</b><br /> Can you please help me cant work without your module ... Share this post Link to post Share on other sites
div369 0 Posted March 19, 2014 Hello! Copy line $categories = $product->getCategories($export['id_product']); in /modules/exportproducts/exportproducts-ajax.php on line 96, instead of $categories = $product->getIndexedCategories($export['id_product']); It work for me on prestashop 1.5.5.0. Share this post Link to post Share on other sites
brandlee 2 Posted April 3, 2014 (edited) hello, the quantity are in ps_stock_available. I have change the link for the quantity column, Remplace your exportproducts.php in module/exportproducts Re install (for writing in export_fields table the new category for quantity) exportproducts.php Edited April 3, 2014 by brandlee (see edit history) Share this post Link to post Share on other sites
Fabrihno 5 Posted April 5, 2014 (edited) Hello, I have a problem with this module . Do not leave the fields in the screen on the left. You can see the attachment. Can you help me? Thanks ! Edited April 5, 2014 by Fabrihno (see edit history) Share this post Link to post Share on other sites
brandlee 2 Posted April 6, 2014 Re install (for writing in export_fields table the new category for quantity) or reinitialize the module Share this post Link to post Share on other sites
Fabrihno 5 Posted April 7, 2014 Re install (for writing in export_fields table the new category for quantity) or reinitialize the module unfortunately I have already uninstalled but still does not work ... other solutions? can someone send me the module working? Tank you Share this post Link to post Share on other sites
brandlee 2 Posted April 7, 2014 Try to download this last complete module : http://www.prestashop.com/forums/topic/38114-module-export-des-produits-en-csv-modification-du-mod-de-lmwood/?p=1624104 Share this post Link to post Share on other sites
gopetsquad 5 Posted May 23, 2014 Hello, Is there a product limit or a time out issue when using this module with v 1.6.0.6? I have 10,000 products and when I run the module from "config" it tries to go to this file: http://70.40.220.102/~gopetsqu/Prestashop/modules/exportproducts/exportproducts-ajax.php and then I get a webpage not found error. Any ideas? Thanks Aaron Server information: Linux #1 SMP Mon Apr 14 15:59:08 EDT 2014 x86_64 Server software version: Apache PHP version: 5.4.28 Memory limit: 128M Max execution time: 30 DATABASE INFORMATIONMySQL version: 5.5.37-log MySQL engine: InnoDB Tables prefix: vrp_ Share this post Link to post Share on other sites
Alex@attlu.com 0 Posted May 28, 2014 I tried and every time it shows error, The web page at http://aatlu.com/modules/exportproducts/exportproducts-ajax.php might be temporarily down or it may have moved permanently to a new web address. Error code: ERR_INVALID_RESPONSE Share this post Link to post Share on other sites
cagrie 15 Posted June 11, 2014 its a shame prestashop still doesnt have a working import export module. I had this on oscommerce like 10 years ago. its a shame. Share this post Link to post Share on other sites
daril 0 Posted July 11, 2014 Not working, click on "export"..nothing interesting happens! Share this post Link to post Share on other sites
generalexperts 19 Posted July 18, 2014 Anyone know if this export this module puts out work for what Google Shopping requires for their format? Share this post Link to post Share on other sites
gopetsquad 5 Posted August 20, 2014 (edited) Hello I just tried an export and in the csv file there was an error and nothing else. Any help would be great. Warning: Invalid argument supplied for foreach() in /home/*************/modules/exportproducts/exportproducts-ajax.php on line 87 line 87: foreach($exportlist AS $export) { I am running 1.6.0.6 Thanks Edited August 20, 2014 by gopetsquad (see edit history) Share this post Link to post Share on other sites
cyberpunk 3 Posted August 28, 2014 I've downloaded the new exportproducts.php since the first one displayed 0 quantity. The quantity column displayed no value after the reinstall. I took a look inside of exportproducts.php to see what the problem was. There is no value named ps_stock_available? I tried to alter the values of quantity field in $export_fields_data_sql variable. But the values are little bit strange. There is no "ps_stock_available". I guess you add the "ps_" since no other table names have "ps_" infront of them. Share this post Link to post Share on other sites
fosg2000 3 Posted September 15, 2014 something weird, when try to export few columns works, but when select more than 5 got an empty csv file with just the first row filled. besides that some times got this error on the web bowser The webpage at http://www.MYDOMAIN.COM/modules/exportproducts/exportproducts-ajax.php might be temporarily down or it may have moved permanently to a new web address. Error code: ERR_INVALID_RESPONSE Share this post Link to post Share on other sites
gravcode 0 Posted September 16, 2014 Hello all, I've created an easy to use product export module which is free to download and use. Export Products v1.0 Features * Choose what to export by dragging and dropping from available fields. * Choose how you want the export ordered by easily sorting the selected fields. * Save an export so you can load your chosen fields again later. * Clean easy to use interface. * Language Select. * Delimiter option. UPDATE v1.0 Updated to work with prestashop 1.4. UPDATE v0.5: Added EAN13 Changed the export to stream the file instead of saving to disk. Should fix file permission problems. UPDATE v0.4: Changed the export folder to the upload folder in the root of prestashop to avoid permission issues. UPDATE v0.3: Added support for prestashop 1.1. Hopefully fixed permissions problems by creating a seperate directory for csv file on install. Fixed reinstall issues by adding a DROP if exists before the tables are created on install. Download: Export Products v1.0 Please remember it should work for most versions of prestashop if not all. Also backup your database before doing any export/imports. Hello, great module! export works well.. how do i import it to 1.5? thank you Share this post Link to post Share on other sites
fosg2000 3 Posted September 17, 2014 will be great if some one format this for the new Google Shopping requirements... any one ? Share this post Link to post Share on other sites
leemarkwood 105 Posted September 24, 2014 Hey All, It's been a long time since I wrote the original version of this module and I've now rewritten the module for 1.6. However, the module is now only an export of the products in the exact format you need to re import back into Prestashop using the default import functionality. The new version does not have the ability to choose sets of data for export or choose what data is exported. You can however choose the following: - Language - Category - Active products or not - Delimiter You can download the module directly from my website. (no need to login or create an account). https://oavea.com Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted September 24, 2014 Bonjour à tous Sur version 1.0.6.9 Merci pour ce partage, sur la nouvelle version 1.6 quand je clic sur le lien configuration du module j'ai une page blanche...? Merci --------------------------- Hello Version 1.0.6.9 Thank you for sharing this, the new version 1.6 when I click on the link module configuration I have a blank page ...? thank you Share this post Link to post Share on other sites
leemarkwood 105 Posted September 24, 2014 The module does not use the configuration page. It adds a new menu item under "Advanced Parameters > Export Products". Sorry I should of made this clear. Share this post Link to post Share on other sites
Daviant 21 Posted September 24, 2014 Greetings;I am interested to try this module. I installed the version 1.6.0.6 and I get a 500 error in Internet explorer and Firefox is just a blank screen. Thank you(Google Translate) Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted September 24, 2014 ------------------------------------------- Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted September 24, 2014 Je m'excuse pour mon Anglais Merci du retour quand je vais sur Paramètres avancés et ExportProducts je me retrouve avec une page blanche ? index.php?controller=AdminExportProducts&token=0ff2174de2661293bf8774e22348086b --------------------------------------- I apologize for my English Thanks back when I go to Advanced Settings and ExportProducts I end up with a blank page? index.php?controller=AdminExportProducts&token=0ff2174de2661293bf8774e22348086b Share this post Link to post Share on other sites
gopetsquad 5 Posted September 24, 2014 Hello, I just tried the new version and got a csv file with the following errors: Warning: Invalid argument supplied for foreach() in /home/*********/public_html/Prestashop/classes/Product.php on line 1110 Warning: Invalid argument supplied for foreach() in /home/*******************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 238 Share this post Link to post Share on other sites
leemarkwood 105 Posted September 24, 2014 I've uploaded a new version with a fix for gopetsquad's problem. Could you give me more info on the blank screen problems such as prestashop version and php version. Thanks. Share this post Link to post Share on other sites
gopetsquad 5 Posted September 24, 2014 (edited) I've uploaded a new version with a fix for gopetsquad's problem. Could you give me more info on the blank screen problems such as prestashop version and php version. Thanks. Well it got past that last error but now I get the following errors after every row and it eventually stopped exporting and gave the final fatal error. (This is all in the csv file) Warning: Missing argument 2 for SpecificPriceCore::getSpecificPrice() called in /home/***************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 275 and defined in /home/***************/public_html/Prestashop/classes/SpecificPrice.php on line 202 Warning: Missing argument 3 for SpecificPriceCore::getSpecificPrice() called in /home/***************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 275 and defined in /home/***************/public_html/Prestashop/classes/SpecificPrice.php on line 202 Warning: Missing argument 4 for SpecificPriceCore::getSpecificPrice() called in /home/***************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 275 and defined in /home/***************/public_html/Prestashop/classes/SpecificPrice.php on line 202 Warning: Missing argument 5 for SpecificPriceCore::getSpecificPrice() called in /home/***************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 275 and defined in /home/***************/public_html/Prestashop/classes/SpecificPrice.php on line 202 Warning: Missing argument 6 for SpecificPriceCore::getSpecificPrice() called in /home/***************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 275 and defined in /home/***************/public_html/Prestashop/classes/SpecificPrice.php on line 202 Fatal error: Call to undefined function array_column() in /home/***************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 327 Edited September 24, 2014 by gopetsquad (see edit history) Share this post Link to post Share on other sites
leemarkwood 105 Posted September 24, 2014 @Gopetsquad, I've now uploaded another fixed file for the current issues you are having. Share this post Link to post Share on other sites
gopetsquad 5 Posted September 24, 2014 (edited) @Gopetsquad, I've now uploaded another fixed file for the current issues you are having. Sorry - Parse error: syntax error, unexpected '}' in /home/************/public_html/Prestashop/modules/exportproducts/controllers/admin/AdminExportProducts.php on line 327 Edited September 24, 2014 by gopetsquad (see edit history) Share this post Link to post Share on other sites
leemarkwood 105 Posted September 25, 2014 Updated: to fix your syntax error. Please download a new version. 1 Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted September 25, 2014 Bonjour Merci, Je viens de télécharger la nouvelle version j'ai toujours le même problème page blanche : ........../index.php?controller=AdminModules&conf=12&token=899e0b7de42aff162c87eaf14a76c398&tab_module=administration&module_name=exportproducts&anchor=Exportproducts&installed_modules=242 --------------------------------------------------------------- hello Thank you, I just downloaded the new version I still have the same problem blank page: ........../index.php?controller=AdminModules&conf=12&token=899e0b7de42aff162c87eaf14a76c398&tab_module=administration&module_name=exportproducts&anchor=Exportproducts&installed_modules=242 Share this post Link to post Share on other sites
leemarkwood 105 Posted September 25, 2014 Bonjour Merci, Je viens de télécharger la nouvelle version j'ai toujours le même problème page blanche : ........../index.php?controller=AdminModules&conf=12&token=899e0b7de42aff162c87eaf14a76c398&tab_module=administration&module_name=exportproducts&anchor=Exportproducts&installed_modules=242 --------------------------------------------------------------- hello Thank you, I just downloaded the new version I still have the same problem blank page: ........../index.php?controller=AdminModules&conf=12&token=899e0b7de42aff162c87eaf14a76c398&tab_module=administration&module_name=exportproducts&anchor=Exportproducts&installed_modules=242 Please make sure to go to the menu item for the module. Advanced Parameters > Export Products. A couple of questions for you. What version of Prestashop are you using? What PHP version do you have? You should be able to get the answer to those questions on the Advanced Parameters > Configuration Information page. Thanks! Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted September 25, 2014 (edited) Bonjour Version 1.0.6.9 / Version de PHP 5.3.25 Oui je vais sur Paramétres Avancés et quand je clic sur ExportProducts je me retrouve avec une page blanche ? .***********/index.php?controller=AdminExportProducts&token=18441040a2772f3d7be0499276e6815f ------------------------------ hello Version 1.0.6.9 / Version de PHP 5.3.25 Yes I go to Advanced Settings and when I click on ExportProducts I end up with a blank page ? .*************/index.php?controller=AdminExportProducts&token=18441040a2772f3d7be0499276e6815f Edited September 25, 2014 by G.Solidarité (see edit history) Share this post Link to post Share on other sites
leemarkwood 105 Posted September 25, 2014 Bonjour Version 1.0.6.9 / Version de PHP 5.3.25 Oui je vais sur Paramétres Avancés et quand je clic sur ExportProducts je me retrouve avec une page blanche ? .***********/index.php?controller=AdminExportProducts&token=18441040a2772f3d7be0499276e6815f ------------------------------ hello Version 1.0.6.9 / Version de PHP 5.3.25 Yes I go to Advanced Settings and when I click on ExportProducts I end up with a blank page ? .*************/index.php?controller=AdminExportProducts&token=18441040a2772f3d7be0499276e6815f The issue was related to your php version. It should now be fixed. Please download a new copy. Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted September 25, 2014 Merci leemarkwood , Téléchargement du fichier impossible sur votre site ? ------------------- Thank you leemarkwood, Download File can not be on your site ? Share this post Link to post Share on other sites
leemarkwood 105 Posted September 25, 2014 Sorry, the file should now be available. Share this post Link to post Share on other sites
Soyons Solidaire 249 Posted September 25, 2014 (edited) Ok Module runs on the 1.6.0.9 version A big thank you for your leemarkwood reactivity and for this beautiful work, it works correctly now -------------------------------------- Ok Module runs on the 1.6.0.9 version A big thank you for your leemarkwood reactivity and for this beautiful work, it works correctly now Edited September 26, 2014 by G.Solidarité (see edit history) Share this post Link to post Share on other sites
leemarkwood 105 Posted September 25, 2014 (edited) You're welcome. Edited September 25, 2014 by leemarkwood (see edit history) Share this post Link to post Share on other sites
lokiiy 54 Posted September 26, 2014 Thank you for your module ... I encountered the error file SYLK Are you aware of this problem ??: http://support2.microsoft.com/kb/323626/fr Otherwise I wonder if in normal time the file also takes the full description of the product or not? Because in the excel file it not seem to have the description sheets Thank you for your support Share this post Link to post Share on other sites
fosg2000 3 Posted September 26, 2014 same error file SYLK any fix ? Share this post Link to post Share on other sites
lokiiy 54 Posted September 26, 2014 We must open the file in txt mode and add an apostrophe (') in the first line and save as csv format ... Then the problem on the file will no longer exist after each opening Problem explained here: http://support2.microsoft.com/kb/323626/fr Share this post Link to post Share on other sites
leemarkwood 105 Posted September 26, 2014 I'll update the module so it does not start with a ID but rather Product ID. That should fix the problem. I'll let you know when the file is ready to download. Share this post Link to post Share on other sites
leemarkwood 105 Posted September 26, 2014 Module is updated. Shoudl be fixed for SYLK. Share this post Link to post Share on other sites
paciocco 3 Posted September 29, 2014 (edited) Just wanted to say thanks for an incredibly useful module. I used the old version on my 1.4 installation, and it was one one of the most useful modules I had. I just tried the new version on my 1.6 installation and you've made it even far better than the already excellent original version. Edited September 29, 2014 by paciocco (see edit history) 1 Share this post Link to post Share on other sites
leemarkwood 105 Posted October 1, 2014 You're welcome. Share this post Link to post Share on other sites
danvers 0 Posted October 1, 2014 Hello, I must be really dumb, but after installing the module I don't know where to access it... Can someone tell me, where I can find it into the Back Office of Prestashop? Thank you Share this post Link to post Share on other sites
leemarkwood 105 Posted October 1, 2014 Sure, It's not obvious. It does go against the norm of the "Configure Button". It's in the Prestashop admin menu. "Advanced Parameters > Export Products". Happy Exporting! 1 Share this post Link to post Share on other sites
danvers 0 Posted October 1, 2014 Thank you for answering so fast Share this post Link to post Share on other sites
Antakarana 63 Posted October 1, 2014 Hi! Can it be installed on a PS 1.5 shop? thanks Share this post Link to post Share on other sites
leemarkwood 105 Posted October 2, 2014 I've not tested it on 1.5 but at a guess I'd say it would work. There's no harm in giving it a try. Share this post Link to post Share on other sites
NOAHMarket_com 13 Posted October 9, 2014 Sure, It's not obvious. It does go against the norm of the "Configure Button". It's in the Prestashop admin menu. "Advanced Parameters > Export Products". Happy Exporting! Could you put this in the original first topic or o n the download page where we download it from ? Thank you for a great FREE module !! Share this post Link to post Share on other sites
IgorOsnitsky 7 Posted October 9, 2014 Great work - perfect fo 1.6.0.9 many thanx ! Share this post Link to post Share on other sites
tcshad 1 Posted October 11, 2014 Thank you very much for putting this together... functionality like this has been available on oscommerce as easy populate for a decade - it boggles the mind why it's not built into prestashop. thanks again Share this post Link to post Share on other sites
jaychennai 2 Posted October 19, 2014 using latest update and i get this when i try exporting Firefox can't find the file at <site path>/modules/exportproducts/exportproducts-ajax.php. Check the file name for capitalization or other typing errors. Check to see if the file was moved, renamed or deleted. Share this post Link to post Share on other sites
jaychennai 2 Posted October 19, 2014 also cant find "Advanced Parameters > Export Products". , the menu item is not there Share this post Link to post Share on other sites
jaychennai 2 Posted October 19, 2014 [19-Oct-2014 02:47:08 US/Eastern] PHP Fatal error: Call to undefined method Product::getIndexedCategories() in /home/unitxfos/public_html/e-shop/modules/exportproducts/exportproducts-ajax.php Share this post Link to post Share on other sites
gromusek 2 Posted October 21, 2014 Hello, First thanks for that free good module Secound if its working with attributes/combinations ? Share this post Link to post Share on other sites
leemarkwood 105 Posted October 21, 2014 [19-Oct-2014 02:47:08 US/Eastern] PHP Fatal error: Call to undefined method Product::getIndexedCategories() in /home/unitxfos/public_html/e-shop/modules/exportproducts/exportproducts-ajax.php You don't have the up to date version. Please download the module from https://oavea.com Share this post Link to post Share on other sites
leemarkwood 105 Posted October 21, 2014 Hello, First thanks for that free good module Secound if its working with attributes/combinations ? Thanks, Sorry this module doesn't include attributes/combinations. Share this post Link to post Share on other sites
jaychennai 2 Posted October 22, 2014 i downloaded it on 19th , unless you updated it later regards jayakrishnan Share this post Link to post Share on other sites
leemarkwood 105 Posted October 22, 2014 @jaychennai From your previous comments you either downloaded the file using the links in this post which are to older versions of the module or you have an old module still installed causing problems. please un-install and delete files from previous versions before installing the new version. thanks. If you still have problems, feel free to PM me your details and I can fix it for you. 1 Share this post Link to post Share on other sites
Shido 0 Posted October 22, 2014 Thanks for this amazing module I just install it on ps 1.5.6.2 and i have these error : Export active products? Notice: Undefined index: export_active in /home/mywebsite/www/cache/smarty/compile/e4/eb/43/e4eb43316d835ede64a16d7fecd8e235b6db66fe.file.form.tpl.php on line 376checked="checked" /> Notice: Undefined index: export_active in /home/mywebsite/www/cache/smarty/compile/e4/eb/43/e4eb43316d835ede64a16d7fecd8e235b6db66fe.file.form.tpl.php on line 376/> Tried to reset the smarty cache but problem always here Someone can help me please ? Share this post Link to post Share on other sites
Perla2018 10 Posted October 22, 2014 export for category? Share this post Link to post Share on other sites
flyclothing 31 Posted October 22, 2014 I am having this same issue. Which is this most current version? I downloaded the exportproducts.zip and then uninstalled and deleted. Then I uploaded the other. I can see the file there but the module can't access it. Firefox can't find the file at <site path>/modules/exportproducts/exportproducts-ajax.php. exportproducts.zip exportproducts_v1.0.zip Thank you!!! Share this post Link to post Share on other sites
balaizeben 1 Posted October 24, 2014 Merci, mais il n'y a pas moyen de d'avoir les champs en français ? Merci Share this post Link to post Share on other sites
hansjuerg.arnold 7 Posted October 28, 2014 Hi Great idea and just as good module. I downloaded it on Oct. 28, 2014 from your website and I'm able to create a CSV - file but I'm missing attributes/combinations. Any hints on that issue ? Best regards Hansjuerg Share this post Link to post Share on other sites
systemnova 0 Posted October 29, 2014 I'm finding its never exporting all my products and stopping at random times? any ideas? i cant see any errors Share this post Link to post Share on other sites
leemarkwood 105 Posted November 4, 2014 I am having this same issue. Which is this most current version? I downloaded the exportproducts.zip and then uninstalled and deleted. Then I uploaded the other. I can see the file there but the module can't access it. exportproducts.zip exportproducts_v1.0.zip Thank you!!! Please download the module from https://oavea.com. The one you have downloaded is for the old version of prestashop. I'm finding its never exporting all my products and stopping at random times? any ideas? i cant see any errors Do you have a large amount of products? Hi Great idea and just as good module. I downloaded it on Oct. 28, 2014 from your website and I'm able to create a CSV - file but I'm missing attributes/combinations. Any hints on that issue ? Best regards Hansjuerg It does not include attributes/combinations. Sorry. Share this post Link to post Share on other sites
flyclothing 31 Posted November 4, 2014 Thanks for the wonderful module. Everything installed perfectly and works well on 1.6.0.9. The only issue is where I have html in description. The lines get broken. Anything I can add to code to fix? Share this post Link to post Share on other sites
codochi 10 Posted November 5, 2014 Please create Orders / Customers Export modules too. Share this post Link to post Share on other sites
Perla2018 10 Posted November 5, 2014 Hi I have installed the module in release 1.6.0.9 but when in the file there are no products ... Share this post Link to post Share on other sites
andreboutique 0 Posted November 7, 2014 J'ai installe le module (https://oavea.com/) mais il marche pas.Si je veux exporter le produits j'ai cette Code d'erreur : ERR_INVALID_RESPONSE. Version de PrestaShop 1.6.0.9 Share this post Link to post Share on other sites
Perla2018 10 Posted November 7, 2014 1.6.0.9 does not export the products but it gives me errors, only appears the first column Share this post Link to post Share on other sites
balaizeben 1 Posted November 14, 2014 (edited) Dommage,, je préfère l'ancienne interface, avec laquelle on pouvait choisir ce qu'on voulait exporter. Mais avec la version 0.5 ou la version 1. Il y a un plantage dès que l'on veut exporter le champ " catégories". Si jamais quelqu'un à résolue problème, je suis intéressée. Merci Too bad,, I prefer the old interface, with which you could choose what we wanted to export.But with version 0.5 or version 1. There is a crash as soon as you want to export the "categories". If someone ever solved the problem, I am interested. thank you Edited November 14, 2014 by balaizeben (see edit history) Share this post Link to post Share on other sites
leemarkwood 105 Posted November 17, 2014 If you have problems with the export please uninstall and reinstall the module. If you still have problems please PM me, and I'll help best I can. Share this post Link to post Share on other sites
jcdelogo 0 Posted November 20, 2014 Hi leemarkwood! Thank you for this module. I have a doubt to export the catalogue in Spanish language because of the symbols from the accents, 'ñ'... for example: ó, ñ How can I fix it? Best regards! Share this post Link to post Share on other sites