Forum Replies Created

Viewing 15 replies - 256 through 270 (of 431 total)
  • Thread Starter Harm10

    (@harm10)

    I found the pot file and made my own translation, unloaded the language file and reloaded mine. Text is now what I want.
    So no problem!

    Thread Starter Harm10

    (@harm10)

    I am using your plug-in to migrate reviews from another platform (in this case OpenCart) to WooCommerce. For that I need to create my own version of the csv by using Excel and some functions to finally get to the lay-out your plug-in accepts to import. This is not hacking or whatsoever just using the import function.
    Problem is that European Excel ONLY uses ; as a delimiter and you cannot change that (there are a lot of solutions to get around this on the net but also reports that these solutions are no longer working). If you use LibreOffice you can set that delimiter to comma or whatever you want.
    Suppose someone wants to edit the exported reviews using Excel? When reading the file you can tell Excel to use the comma as the input delimiter but when you save the file to csv you cannot any longer. So problems for us European users….. 🙂
    That is the sole reason I would like to be able to set my delimiter.
    Does this description make my request more clear?

    Then about the log. You only report some errors (like review already exists) after the export on a WordPress screen. In my view this is not the log. I mean the debug log set in WordPress. I can imagine that you do not want to write to that log always so combining it with a Test mode to report any warnings or errors would be a great addition.
    Suppose you are importing a file with wrong encoding and processing the user leads to Anonymous. Surely you want to report this in some way? How would the user know if the import contains a lot of reviews?
    Hope this makes it more clear too.

    • This reply was modified 5 years, 2 months ago by Harm10.
    Thread Starter Harm10

    (@harm10)

    First of all I can report that the problem is solved! So thanks for that.

    I started out with an UTF-16 unload of a table and worked it through Libre Office (to also get the comma as delimiter). Why it is saved as Windows-1252 I do not know.
    Even so I think a warning would be in order that someone is uploading a file in the wrong encoding. Something like are you sure you want to process this file?

    And again I would like to advocate the option to write something in the log (maybe with some Test mode option?) so web site builders can see what is going on.

    All in all I will add these remarks to the review (also the fact that there is no option of specifying what delimiter the user has used when trying to import a file).

    But thanks again for solving my problem, I now can go forward with the migration to Woocommerce!

    Thread Starter Harm10

    (@harm10)

    I have encoded both files (first one the userid and second one the review text) and then there are no problems after importing.
    So there is definitely something wrong with processing of some characters. In this case character é.

    https://www.dropbox.com/s/lwzmh2wil12b77d/review-import-bugtest2_encoded.csv?dl=0

    https://www.dropbox.com/s/9qp92wb4myc6ltk/review-import-bugtest3_encoded.csv?dl=0

    Can you please look into it?

    Thread Starter Harm10

    (@harm10)

    OK, I reloaded all reviews to see that I had several reviews for Anonymous and others with empty review text.
    So I made 2 csv files that show both issues.

    https://www.dropbox.com/s/izp1afn4n9ganil/review-import-bugtest2.csv?dl=0
    results in Anonymous

    https://www.dropbox.com/s/hjynvqs11rtbwch/review-import-bugtest3.csv?dl=0
    results in empty text

    In both cases I see no errors (not in the log either).
    So in essence these are 3 problems because you would expect to get some warning or error. Don’t you agree?

    I reopened the topic.

    Thread Starter Harm10

    (@harm10)

    I can confirm that the fix works! Thank you for fixing it!

    Thread Starter Harm10

    (@harm10)

    I appreciate your support effort but I do not think I will create support threads (there are more than one as you can see) for this. I have other support requests to tend to (for another review import plugin I might add; that also has some of these issues — so nothing perfect 🙂 ) and this consumes already too much time for my intent: a one time webshop migration.
    So if you would put these things on your to-do list you are free to do that but I will not create support requests for them. I hope you understand.

    Thread Starter Harm10

    (@harm10)

    Thanks for the tip for LibreOffice! That works in saving with only comma delimiter.
    Importing the sample file then works OK.
    So I would strongly advise you to mention this somewhere on your plugin Introduction page (at least I couldn’t find any reference about the absolute delimiter in general).

    But…….. still I think it is bad programming to not offer any error message when you are using the incorrect lay-out or delimiter. Especially the last situation should be easily discernible!

    Having said this I also tested the line feeds and that works OK as do special characters as long as the whole review is within “” (which could also do with a mention or maybe just set it like that in the example file.

    What I find very annoying is that when you import exactly the same review it just gets added again (even when I thick the Merge option). Can’t this be tested?

    Something else about exporting: is the limitation to one product also lifted in the premium version? If so you should also emphasize this on the Introduction as this puts people of too!

    I have upgraded the review to 3 stars now. Can you please reply on my different topics?

    Thread Starter Harm10

    (@harm10)

    “Saving the file with a comma delimiter will definitely solve the import issue for you.”….. that sounds so simple………. but it cannot be done when in Europe!
    Check the internet and see that it isn’t that simple. (Changing your region settings worked years ago but no longer does; changing your decimal separator in Excel also no longer works). I have Windows 7 and Excel 2007.

    So if you want European people to use your plug-in I would add other delimiter support fast! 🙂

    For what it is worth I have uploaded my test file to Dropbox: https://www.dropbox.com/s/piv7wlbqfnv0yci/Product_Review_test.csv?dl=0

    Thread Starter Harm10

    (@harm10)

    I am very sorry. I have been experimenting a lot and I did not save all file versions that I tried.
    I tried to create an example file for you with this problem of encoding and failed. If I leave the characters both in display name and review content the import gives me no problems at the moment.
    I am sure I had Anonymous and empty review when I was experimenting and still had the time stamp and the amount of stars correct.
    As I need to redo all my imports after the Line Feed problem has been solved (other issue) I will try to identify this problem more exact.
    For now you cannot do anything to analyse I am afraid……….

    Thread Starter Harm10

    (@harm10)

    I have created a Dropbox link: https://www.dropbox.com/s/kfr21cpo0xebhl6/review-import-bugtest.csv?dl=0
    Can you access that?

    Thread Starter Harm10

    (@harm10)

    On the support site is this text “The support desk is exclusively for premium customers, so any queries regarding the free plugins will be addressed in the respective support forum in WordPress.org.”. So how would I send the template file?

    I can see the delimiter is ‘;’ like it is standard in Europe.

    I used the import function of your Export functionality. I supplied a hand made file (also with ‘;’ as a delimiter as in the example) with LF in it and it did not work.

    Thread Starter Harm10

    (@harm10)

    How can I share a file? I guess pasting the content in here is not what you want.

    I done a test by entering a review directly on the site and importing a similar one.
    The results are that the line feeds are just saved when entering the review directly and everything is in 1 line after importing.
    (I would give you a screen shot but I do not know how to share this in here)

    I am on Windows 7 platform.

    Thread Starter Harm10

    (@harm10)

    Sorry, I totally missed your reply……

    I only want to continue the discussion about
    “So if there is no spam there is no entry added to the widget?”
    I can definitely say that there is no value added to the widget display if no spam is detected.
    The one I triggered with the BBcode test is still the only one on that test site I used for that. A merely single dot in further empty display.
    In my view each day without spam detected should result in a 0 entry in the display and hence creating a proper graph.
    Don’t you agree?

    Thread Starter Harm10

    (@harm10)

    I identified the plug-in belonging to function alo_em_handle_email and it is not yours. I inactivated the plug-in but the mails still keep on coming….

Viewing 15 replies - 256 through 270 (of 431 total)