• Resolved diegpl

    (@diegpl)


    Hi, the plugin seems to be very good, congrats! ??

    However, I was not able to bulk import leads, although there is no warning that would not work in the free version. I would like to test it for real before purchasing it. So, is that a bug? Tks! ??

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter diegpl

    (@diegpl)

    None of your answers are related to these issues. About the other ones, I ll test it in a local server and let you know.

    1. There is no way to order leads by name or date in the leads list as well
    2. I am not being able to delete all of them at once, or to filter the situation to not need to delete them just through paginations.
    3. And I tried to import 1405 leads, but it seems some of them where not added and there was no warning about it or why…
    4. I tried to import leads again and they are repeated now, it seems there is no way to choose if they will repeat or not before importing and that is a basic thing for a CRM…
    Thread Starter diegpl

    (@diegpl)

    This error is also not related to what you have said, it happens when a lead is imported without a currency, which based on you importer I think will be all of them, because there is not this input in the importer. Please, check your plugin yourself too, it is a very promising plugin (simple, clean, fast but not finished in some points), but these bugs were not supposed to happen. It happens bcz the user is without the currency when created through importing:
    If I click in the lead, I get this error:
    dashboard.min.js?ver=1.0.7.6:27 RangeError: Invalid currency code : sulli
    at new NumberFormat ()
    at n (4fa04c91b2f3cd29.js:1:133502)
    at t.value (4fa04c91b2f3cd29.js:1:99295)
    at $l (dashboard.min.js?ver=1.0.7.6:27:71602)
    at Zl (dashboard.min.js?ver=1.0.7.6:27:71401)
    at qi (dashboard.min.js?ver=1.0.7.6:27:112188)
    at Pu (dashboard.min.js?ver=1.0.7.6:27:98405)
    at ju (dashboard.min.js?ver=1.0.7.6:27:98333)
    at Tu (dashboard.min.js?ver=1.0.7.6:27:98196)
    at bu (dashboard.min.js?ver=1.0.7.6:27:95183)

    So, I guess the smtp error will not be related to my server either, if all the other things I pointed are not.

    • This reply was modified 1 year, 7 months ago by diegpl.
    Thread Starter diegpl

    (@diegpl)

    Needed to run this code to fix the currency issue. Please, solve that in a new version, your plugin has a very good project and it is my pleasure to support it ??
    UPDATE dbname.prefix_postmeta SET meta_value = ‘BRL’ WHERE meta_key LIKE ‘%currency%’ AND meta_value != ‘BRL’;

    Thread Starter diegpl

    (@diegpl)

    Why does the plugin generate a lot of repeated data in post meta?

    mysql> SELECT * FROM wp_postmeta WHERE meta_key = ’email’ AND meta_value = ‘[email protected]’;
    +———+———+———-+—————————+
    | meta_id | post_id | meta_key | meta_value |
    +———+———+———-+—————————+
    | 32687 | 3863 | email | [email protected] |
    | 33185 | 3975 | email | [email protected] |
    | 33262 | 3992 | email | [email protected] |
    | 34673 | 4311 | email | [email protected] |
    | 34815 | 4345 | email | [email protected] |
    | 34884 | 4362 | email | [email protected] |
    | 34973 | 4378 | email | [email protected] |
    | 44657 | 6566 | email | [email protected] |
    | 45429 | 6739 | email | [email protected] |
    | 64401 | 11008 | email | [email protected] |
    +———+———+———-+—————————+
    10 rows in set (0.01 sec)

    Thread Starter diegpl

    (@diegpl)

    Hmm, about this last thing, it is probably because of other plugins, since the post_id or your is much newer.

    Thread Starter diegpl

    (@diegpl)

    About this error, it was because Hide My WP plugin was with this setting enabled https://hidemywpghost.com/kb/customize-paths-in-hide-my-wp-ghost/#firewall_script_injection
    I just disabled it, then. Holding on about the other issues. Tks! ??

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Propovoice bulk import does not work in free version?’ is closed to new replies.