leemarkwood Posted January 15, 2010 Posted January 15, 2010 Its due to you having alot of html code in the descriptions by the looks of the screenshots. Have you tried using different delimiters? Share this post Link to post Share on other sites More sharing options...
MikeG Posted January 15, 2010 Posted January 15, 2010 Finally an export module that works well for me. Except one little thing : If i choose French, it still export all the products names and categories in english. Is there any way to fix that ? Thanks. Share this post Link to post Share on other sites More sharing options...
a1b2 Posted January 16, 2010 Posted January 16, 2010 Getting further for me. No errors anymore. Can install / uninstall ok. Attached picture shows what I see. (Nothing to click?)- Graham Is it a version 0.2? * @version 0.1 $this->version = '0.1'; I have a PS v.1.1 and it do not work.With the v.1.2 is OK. Share this post Link to post Share on other sites More sharing options...
Drew Posted January 18, 2010 Posted January 18, 2010 Its due to you having alot of html code in the descriptions by the looks of the screenshots. Have you tried using different delimiters? I have tried using "," which didn't work so well so I tried using "|" which shouldn't be in any HTML code or descriptions, which still gave the same results I don't surpose you have any other suggestions ? Share this post Link to post Share on other sites More sharing options...
maxhome Posted January 18, 2010 Posted January 18, 2010 lmwood jsut a little questionWhy when i click on "Format Currency" the format is not € but EUR.I changed the ISO code of the currency in Prestashop but where does this code EUR?Thanks Share this post Link to post Share on other sites More sharing options...
chocopc Posted January 18, 2010 Posted January 18, 2010 helloI work with your module i'ts greati just have one thing who doesn't workwhen i export i don't have the i just have the separator :",,,,"do you know this problemthanks Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 18, 2010 Posted January 18, 2010 @101Not 100% sure why you get the wrong language. I'll look into fixing this at some point soon.@102The version numbering just hasnt been updated and currently yes it does not work for 1.1. I will attempt to do some backward compatibility for the next release.@103I haven't experienced the problems your having at the moment. You could try more obscure delimiters, ¦ perhaps? Could you possibly send me the exported sheet so I can have a closer look at the problem ?The 500 Internal Server error are generally down to configuration of the server. This module would not cause the problems your having are you sure you havent altered any of prestashops files? added another module? the best way to find the cause of the problem is to look at your error logs for the server.@104The currency format will be removed from my next version as it's really not a requirement from 99% of users and will not work correctly for a prestashop standard import. For now I suggest you just remove the EUR manually.@105Not idea why you only get ",,,,". Never had this issue. I'll take a look at the code and see if there would be anything that can cause it. Share this post Link to post Share on other sites More sharing options...
maxhome Posted January 18, 2010 Posted January 18, 2010 The currency format will be removed from my next version as it's really a requirement from 99% of users and will not work correctly for a prestashop standard import. For now I suggest you just remove the EUR manually. 1) remove in Excel exactly?2) For french and with Excel, a coma as separator is the best (calcul with excel)the symbol EUR is not important, just the comaCan I not make changes in your code?Thanks Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 18, 2010 Posted January 18, 2010 If you remove the EUR and format the column to use , instead of . in Excel it should do the trick. You are more than welcome to edit my code. The line that formats the price is $export['price'] = $product->displayWtPriceWithCurrency($params, $smarty); Share this post Link to post Share on other sites More sharing options...
maxhome Posted January 18, 2010 Posted January 18, 2010 Thanks, your module is the best export module!!! Share this post Link to post Share on other sites More sharing options...
maxhome Posted January 18, 2010 Posted January 18, 2010 Hi i tried to replace $export['price'] = $product->displayWtPriceWithCurrency($params, $smarty); by something like $export['price'] = str_replace(".", ",", $product); or $export['price'] = str_replace("EUR", "", $product->displayWtPriceWithCurrency($params, $smarty)); but that's not correct!! grrrr.is it posible?thanks Share this post Link to post Share on other sites More sharing options...
bald43 Posted January 18, 2010 Posted January 18, 2010 Thank you for this great Module lmwood. I have just one questions is it possible to add the product URL to the export feed?Thanks Share this post Link to post Share on other sites More sharing options...
razaro Posted January 18, 2010 Posted January 18, 2010 maxhome try to replace this line $export_final[$field] = iconv("UTF-8", "ISO-8859-1//TRANSLIT", $export[$field]); to $export_final[$field] =iconv("UTF-8", "ISO-8859-1//IGNORE", $export[$field]); That way when you check "Format Currency? e.g. £99.00, 99,00 EUR" your currency formatting will remain. Share this post Link to post Share on other sites More sharing options...
maxhome Posted January 19, 2010 Posted January 19, 2010 razaro, the best!!!I have now 99,00Thanks Thanks Thanks!!! Share this post Link to post Share on other sites More sharing options...
Drew Posted January 19, 2010 Posted January 19, 2010 @103I haven't experienced the problems your having at the moment. You could try more obscure delimiters, ¦ perhaps? Could you possibly send me the exported sheet so I can have a closer look at the problem ?The 500 Internal Server error are generally down to configuration of the server. This module would not cause the problems your having are you sure you havent altered any of prestashops files? added another module? the best way to find the cause of the problem is to look at your error logs for the server. hello lmwood thank you for the quick reply attached is my products CSVto fix the server problem i did a reinstal of prestashop im sure your right and it was somthing i did products.csv Share this post Link to post Share on other sites More sharing options...
richprice316 Posted January 19, 2010 Posted January 19, 2010 this is a great module, works for me greatBut... I wonder if it is possible to add the features to the csv? If it it can't be done please let me know before I carry on with it.thanks Share this post Link to post Share on other sites More sharing options...
bald43 Posted January 20, 2010 Posted January 20, 2010 I need help anyone. I installed the module to test and then deleted. I reinstalled and now the available fields are blank. I was reading the previous post and it suggested removing ps_export_fields and ps_export_set. No such tables in PHP my Admin.Can anyone help me get this reinstalled??Thanks Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 20, 2010 Posted January 20, 2010 @114On line 259 the csv lines are wrote to the products.csv file fputcsv($f, $export_final, $delimiter, '"'); If you replace the double quote '"' with a different character you will probably solve your problems.@115Yes features are possible but won't be in just yet. I've already done features, accessories and attributes in my own personal version but I really need to write the import side of things before releasing those as it will not work with the standard import.@116What version of prestashop are you using? Something must have been left behind by the install. Are you sure the database doesnt have any reference to export_fields or export_set? Share this post Link to post Share on other sites More sharing options...
Dweebles Posted January 21, 2010 Posted January 21, 2010 Sorry I am completely new to this and have checked the entire thread and found nothing to help. When I run the module everything works fine however when I click on export all I get returned on the next page are the titles of the information I selected to Import. eg: name, price, imagesThat is all I see, I am sure this is a simple fix for you guys I hope? Any help is greatly appreciated thanks! Share this post Link to post Share on other sites More sharing options...
patrickvbw Posted January 21, 2010 Posted January 21, 2010 Hello,First, great module! I really like it..However, i need to create a pricelist.. And thus need the EAN code to be exported too.. And the direct url (deeplink) of the product.. Could you implement this?Great job! Share this post Link to post Share on other sites More sharing options...
bald43 Posted January 21, 2010 Posted January 21, 2010 Imwood, I ran the SQL Query and that fixed the problem.This is a great moduleThanks Share this post Link to post Share on other sites More sharing options...
eyeieye Posted January 22, 2010 Posted January 22, 2010 This is a great module. To create avalid googlebase feed, we need the product URL. Can you please update the module so it will include the product URLS? Thanks In Advance.......JOE Share this post Link to post Share on other sites More sharing options...
SmartiesKiller Posted January 24, 2010 Posted January 24, 2010 try on local but have this errorC:\wamp\www\modules\exportproducts\exportproducts.php on line 111and my csv file is not correctly formated.Any help ?thx Share this post Link to post Share on other sites More sharing options...
gianvi Posted January 27, 2010 Posted January 27, 2010 Hi, i install right now the module and in the 1.2.5 works perfectly, without any problem.TKS TKS TKSbut i have a problem when, using the Tools-->Import :i select the file, i upload it, i make all the choices correct but after, when i push the button next appear a long message and the new products aren't uploaded; is a problem of CSV file saved from excell 2003 ? i need to set something around ? can be a language problem? i use italian.i tested it with both firefox and explorer but same results.Many tks for allHere what i get after the NEXT button push : import csv problem.txt Share this post Link to post Share on other sites More sharing options...
jhnstcks Posted January 27, 2010 Posted January 27, 2010 I though the csv import tool only worked with English language Share this post Link to post Share on other sites More sharing options...
SmartiesKiller Posted January 27, 2010 Posted January 27, 2010 i'm using csvedit free edition and no trouble with csv filecan get it free at http://csved.sjfrancke.nl/ Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 27, 2010 Posted January 27, 2010 I'd say its probably a language issue at a guess.I'm going to build in some more support for different languages as its a common problem with the export. Share this post Link to post Share on other sites More sharing options...
gianvi Posted January 27, 2010 Posted January 27, 2010 tks for answers but also with the CSVedit ... same results.I splitted to English language but same results.i don't think is the CSV file (is ok on the CSVedit), I think is something on Prestai was on OS commerce and i exit from it 'cause too much time to understand what to do ...here things are a lot easier and more professional and if possible i'd like to help the comunity but why not to propose versions of PrestaShop that yet include the most usefull modules and so on, to exit from languages and other things problems ?I can translate all you need ... Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 27, 2010 Posted January 27, 2010 Do you get any error messages come up in your browser when you hit import? Also try searching the board for import problems there may already be a solution. Share this post Link to post Share on other sites More sharing options...
gianvi Posted January 27, 2010 Posted January 27, 2010 no, on the browser nothing happens.when i click NEXT STEP, the window change and appear :Please set the value type of each columnand after all the data i posted before in the file.Seems that the dbase or the import tool or php aren't OK, or they need some "work".I open the CSV in excell and is ok, in edit too is ok. i'm working in localhost on my PC, that's can be a problem ?I use as separator the ; (i've yet tested the , but no results)i attach the CSV, if it can be usefulP.S. why not to add a IMPORT button on your module that work perfectly as your export ? products(4).csv Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 27, 2010 Posted January 27, 2010 It's your CSV file by the looks of it. It doesn't make any sense when I open it in Excel. Share this post Link to post Share on other sites More sharing options...
gianvi Posted January 27, 2010 Posted January 27, 2010 here the mask of Tools-->ImportP.S.a) in the export i use the ; to export (i test also with , ) i previous have loaded the product4 file Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 27, 2010 Posted January 27, 2010 Could you export your products using , as a delimiter and then upload that file so I can check thats ok. since thats what this thread is about. Share this post Link to post Share on other sites More sharing options...
gianvi Posted January 27, 2010 Posted January 27, 2010 my excel open it perfectly :( What happenensssssssssss ?? Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 27, 2010 Posted January 27, 2010 See the screen shot. Thats what I get when I open your file. Share this post Link to post Share on other sites More sharing options...
gianvi Posted January 27, 2010 Posted January 27, 2010 Nice, really nice ... the Only matter that can explain it is that you are on excell 2007 and i in 2003 ...let's do a test : can you send me a your csv file, just few record and i try to import it to see if it works ? Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 27, 2010 Posted January 27, 2010 Reworked version of your csv. product.csv Share this post Link to post Share on other sites More sharing options...
VladoZem Posted January 27, 2010 Posted January 27, 2010 Hello ImwoodI installed succesfuly your Export Products v0.2, but whenI click on "Export now" button it shows me http 404 error page.Do I have to set a mysql database or something?Do u have any manual?Thanks Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 27, 2010 Posted January 27, 2010 You just need to set the permissions of the exportproducts folder to allow the server to write the export csv to it. chmod 777 will fix it, although that's not the best solution. Share this post Link to post Share on other sites More sharing options...
VladoZem Posted January 28, 2010 Posted January 28, 2010 Hello ImwoodI done what zou told me and it works I was able to create products.csvand it was located in modules folder in exportproducts in ftp.But how can I import it back to prestashop once I modify products.csvI tried it through "import" in administration panel but it did not upload this file Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted January 28, 2010 Posted January 28, 2010 Well sorry but if the export is working theres not much I can do to help with the import. I do plan on writing an import module but I've very busy at the moment. Share this post Link to post Share on other sites More sharing options...
VladoZem Posted January 28, 2010 Posted January 28, 2010 Ok ImwoodThat export looks fine... good job.Once there will be also import it will be powerful tool. Share this post Link to post Share on other sites More sharing options...
ukbaz Posted January 29, 2010 Posted January 29, 2010 Hi - have tried installing theis module numerous times, and always get error message. Initially with insertion of database tables - I ran the query and installed manually - module then appeared in Tools menu, but on trying to install I get module did not install message - see pic.I Installed verion 2, but says version 1 -- am running Prestashop 1.2.4Why can I not install this?ThanksBaz Share this post Link to post Share on other sites More sharing options...
gianvi Posted January 29, 2010 Posted January 29, 2010 i note now that also to me it says version 0.1, but to me on windows 7 and Presta 1.2.5 any problem at all.As said i've problem to import them after Share this post Link to post Share on other sites More sharing options...
Yankee Store Posted January 29, 2010 Posted January 29, 2010 Hello The Export Module is a great module !However i'm having a problem with exporting the categories of my product list. All information is exporting except for the categories collum which is blank. so someohow there may be a problem with the module with the exporting of the categories within this file. Is there a solution to this problem that we should be aware of ?Bonjource moduleest super. Mais un souci est que la categories ne saffiche pas dans le fichier cvs ... Comment regler ce problem ? merci en avance Share this post Link to post Share on other sites More sharing options...
maxhome Posted January 29, 2010 Posted January 29, 2010 Just a little questionIn the list can i change the default value(by defaut, English is selected)Thanks Share this post Link to post Share on other sites More sharing options...
ukbaz Posted January 29, 2010 Posted January 29, 2010 Ok - getting there it is installed now, and exports a csv file... but the file is only 2bytes big!Am exporting a blank csv file - there are over 400 products. Any Idea why file is blank?ThanksBaz Share this post Link to post Share on other sites More sharing options...
eyeieye Posted January 29, 2010 Posted January 29, 2010 We need the product urls. Can you please make this module also output the product url. Then this module will just about perfect. Thank You! Share this post Link to post Share on other sites More sharing options...
Yankee Store Posted January 30, 2010 Posted January 30, 2010 Is Anyone having problems exporting the categories in this module ? seem all other info is exporting with exception of the categories .......is there a fix for thisthank you in advance Share this post Link to post Share on other sites More sharing options...
Yankee Store Posted January 30, 2010 Posted January 30, 2010 the same is with the tags prob due to the , delimiter ? Share this post Link to post Share on other sites More sharing options...
ShowYou Posted January 30, 2010 Posted January 30, 2010 Hello,I have always a wrong url .../1-1/zara-veste.jpg instead of .../1-1.jpgSomeone have the solution ? Share this post Link to post Share on other sites More sharing options...
ukbaz Posted February 1, 2010 Posted February 1, 2010 Still getting a totally blank csv file. File is created ok when clicking export now button - but completely blank - am I missing something?Do I need to save a set prior to exporting? What should correct file permissions be for this module?ThanksBaz Share this post Link to post Share on other sites More sharing options...
razaro Posted February 1, 2010 Posted February 1, 2010 You just need to set the permissions of the exportproducts folder to allow the server to write the export csv to it. chmod 777 will fix it, although that's not the best solution. Baz try this Share this post Link to post Share on other sites More sharing options...
Abh Posted February 4, 2010 Posted February 4, 2010 Hello, this works great, but i'm having a strange problem. It opens the csv in the browser. I first thought it's from the settings i have in firefox, but the same thing happens in Safari, Opera and Chrome. Only browser that asks to save is IE6. Any solution to this?And the same problem with caregories. I only get the Home category, all the others are just "," instead of the name. Share this post Link to post Share on other sites More sharing options...
vietnam Posted February 4, 2010 Posted February 4, 2010 It`s works very fine. You can use this to make a mass update directly on the site, if slighty modified Share this post Link to post Share on other sites More sharing options...
Abh Posted February 4, 2010 Posted February 4, 2010 Tx, vietnam, i'm glad to see it works for you.I think it may have something to do with the language. For some reason, all my products are id 2 or id 3 in my database. I've added some products on localhost and they have 3 entries in product_lang, one entry for each language. They export ok, with category listed. But i have around 1500 products already entered, can't there be something done from the script to pick the second and 3rd language? In case this is actually the problem. Share this post Link to post Share on other sites More sharing options...
razaro Posted February 4, 2010 Posted February 4, 2010 Abh change line 187 exportproducts.php $category = new Category($cat['id_category'], 1); to $category = new Category($cat['id_category'], $lang); or replace 1 with 2 or 3 ,your language ids. Share this post Link to post Share on other sites More sharing options...
Abh Posted February 4, 2010 Posted February 4, 2010 Thank you, the $lang saved me. Now i have to go search for another thread for my import problems :down:Oh, and any idea why it only promts to save in ie6? Every other browser opens the csv in the same page. Works fine on localhost... Share this post Link to post Share on other sites More sharing options...
darenschwenke Posted February 5, 2010 Posted February 5, 2010 @bazHad the same issue. The only button that seemed to work was the Export, and that always returned an empty file.Opened the configure page up with Firefox and looking at Firebug. The ajax requests were going nowhere, as they were silently returning 500 errors....Turns out my web provider will not execute php in directories that are chmod 777. That's really smart actually.I wouldn't be surprised if this is common.So..the fix is.. edit exportproducts.php and replace /products.csv with /export/products.csv Two places. Line 174 and line 262. Or, put it where ever you want.Then you can chmod 755 your exportproducts directory.Create the new export directory.Chmod that directory 777.Then everything suddenly started working. Hope that's your problem.-Daren Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted February 5, 2010 Posted February 5, 2010 The above solution will work but still is just a work around. As in any server environment you should never have any directory with 777 permissions.The main reason why you get the permissions problem is the fact that you should be uploading the files as the directory's owner then the unsecure permissions of 777 is never required. You web server is running the php and attempting to create the export file which it cannot do as the folders owner or group is not the same as the web servers. Share this post Link to post Share on other sites More sharing options...
max1960 Posted February 5, 2010 Posted February 5, 2010 as you can also export the product attributes ???Thanks Share this post Link to post Share on other sites More sharing options...
Abh Posted February 6, 2010 Posted February 6, 2010 lmwood, no idea as to why it doesn't promt to save and just opens csv in browser? Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted February 6, 2010 Posted February 6, 2010 Do you have toolbar that would open a spreadsheet in your browser or anything like that? Share this post Link to post Share on other sites More sharing options...
Abh Posted February 7, 2010 Posted February 7, 2010 No, i have no toolbar. It acts the same in Safari, Opera and Chrome, only browser that i have and prompts to save is IE6 Share this post Link to post Share on other sites More sharing options...
valentin.g Posted February 7, 2010 Posted February 7, 2010 put in your .htaccess from csv folder : AddType application/csv .csv ,to force the browser to download the csv file Share this post Link to post Share on other sites More sharing options...
Abh Posted February 7, 2010 Posted February 7, 2010 tx, saach. I figured it can be done from .htacces, i just have so many things on my mind right now that the solution slipped me. Share this post Link to post Share on other sites More sharing options...
eGzyl.pl Posted February 16, 2010 Posted February 16, 2010 its still dont work in presta 1.1?: Share this post Link to post Share on other sites More sharing options...
johnny_99 Posted March 2, 2010 Posted March 2, 2010 Has anyone managed to get this to print to screen first rather then the CSV file as I need to show all the products with their images (including sub colours) but display this on the page and not a CSV first Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted March 12, 2010 Posted March 12, 2010 UPDATED v0.3* Added Prestashop 1.1 Support.* Fixed permission issues (no more blank csv files hopefully).* Fixed reinstall problems.If anyone has problems let me know. Share this post Link to post Share on other sites More sharing options...
Ipray Posted March 13, 2010 Posted March 13, 2010 Hi!I've been running the module with the new version 1.3.0.3 and mostly works well, except that the file is empty when it is exported and saved!I have previously run the module with 1.2 and it has worked well.Regards/Kevin Share this post Link to post Share on other sites More sharing options...
leemarkwood Posted March 13, 2010 Posted March 13, 2010 I'll look into the latest version of ps. Share this post Link to post Share on other sites More sharing options...
jhnstcks Posted March 19, 2010 Posted March 19, 2010 Just an idea, but would it be possible to add the option of exporting only active products?Might be useful for some people. Share this post Link to post Share on other sites More sharing options...
razaro Posted March 19, 2010 Posted March 19, 2010 @jhnstcksTo display active you can add AND p.`active` = 1 to exportproducts.php to look like this $sql='SELECT p.`id_product`, '.implode(', ', $fields).' FROM '._DB_PREFIX_.'product as p LEFT JOIN `'._DB_PREFIX_.'product_lang` pl ON (pl.`id_product` = p.`id_product`) WHERE pl.`id_lang`=' . $lang . ' AND p.`active` = 1 GROUP BY p.`id_product` After you can delete it . Share this post Link to post Share on other sites More sharing options...
panacheweb Posted March 20, 2010 Posted March 20, 2010 I have read everything here and I am at my whits end..I have decided to quit using prestashop due to the LACK OF INSTRUCTION MANUAL. and fact that there is no organization of instructions.I NEED to get this module to work to export everything so I can start over.I have chmod'ed the dir's to 777, I have read everything and added all the mysql data thats required..I've done EVERYTHING that has been suggested in this thread. and still I get a blank export so my question is what the heck do I do now???-- update had been trying this in FF, it works in IE only??? I dont use IE unless its to verify my web design.. Share this post Link to post Share on other sites More sharing options...
jhnstcks Posted March 20, 2010 Posted March 20, 2010 Change the permission on the products.csv file to 666 Share this post Link to post Share on other sites More sharing options...
panacheweb Posted March 20, 2010 Posted March 20, 2010 done that... and it worked... in IE NOT FIREFOX!!!I like many wish IE would go away, it does not follow W3 rules for website designs worth a crap.Anyways I was able to get my data. Bye Prestashop and off to cubecart I go. Share this post Link to post Share on other sites More sharing options...
jhnstcks Posted March 20, 2010 Posted March 20, 2010 I only use Firefox and never had a problem with it working with any prestashop modules. Share this post Link to post Share on other sites More sharing options...
Nizar54 Posted March 21, 2010 Posted March 21, 2010 @razaroTHANK YOU very much for your guide to export only active products, i hope this module will be still development. Share this post Link to post Share on other sites More sharing options...
jeepsterdk Posted March 21, 2010 Posted March 21, 2010 done that... and it worked... in IE NOT FIREFOX!!!I like many wish IE would go away, it does not follow W3 rules for website designs worth a crap.Anyways I was able to get my data. Bye Prestashop and off to cubecart I go. Maybe off topic, but I have just switched to Presta FROM cubecart. I don't know if you have ever tried Cubecart, but one thing is for sure: I will NEVER use Cubecart again! Great instructions maybe, but every little mod costs money and it takes time to modify the code. Share this post Link to post Share on other sites More sharing options...
starxox Posted March 23, 2010 Posted March 23, 2010 Wow what a totally brilliant module THANKYOU SO MUCH!!!was wondering how the hell I was going to be able to change my instore discount when I had made so many changes since I first uploaded my CSVYOU ROCK )Louisa Share this post Link to post Share on other sites More sharing options...
Nguyen Ngoc Long Posted March 28, 2010 Posted March 28, 2010 thank you.But i want export C:\, I don't want export hosting with path in module.how to export file csv on my computer with C:\ Share this post Link to post Share on other sites More sharing options...
kirilltch Posted April 2, 2010 Posted April 2, 2010 Amazing module!!! Great work. Have just one small request, it has been asked here before for this module. But here goes again. Can u add product url? Or can u describe how i can add it myself?thanx in advance. Share this post Link to post Share on other sites
Recommended Posts