• Hey, the plugin works great. Keep it up!

    However, there’s a minor thing that you might consider for the future:

    By default, WooCommerce pre-populates the checkout fields after an order has been placed, including the e-mail field. Thus, if the logged-in user wants to buy again, he would not make any changes to the e-mail field, since it’s already filled-in. In this situation, if this user does not place the order and leaves the checkout page, your plugin will NOT signal it.

    In order to overcome this situation, I’ve added a little filter to the WC’s form-billing.php file (after I overridden the template file, just to be safe from WC’s updates) so that my registered users don’t have pre-populated checkout fields anymore.

    But honestly, I would’ve preferred for your plugin to work also in the case of pre-populated e-mail field, so that I don’t change my template files.

    Kudos!

Viewing 1 replies (of 1 total)
  • Dear Mikeyhash,

    Thanks for your kind words it is really good and valuable for us to get such feedback! ??

    I understand your point here, but I am not quite sure if this is the best solution from the terms of user experience and the fact that in general we all would like to fill in as less fields as possible.

    But I will think about a non-intrusive way of solving this scenario like trying to read the e-mail field if it is pre-populated by browser and then pushing abandoned cart details automatically to database.

    Thank you for pointing out this scenario.

Viewing 1 replies (of 1 total)
  • The topic ‘Awesome plugin (but I have a little suggestion)’ is closed to new replies.