• Hi guys. Thanks for the great plugin.
    In the latest version there is one bug that i noticed today (both in free and premium version)

    At 147th line of free version you have this localized parameter for JS:

    'is_checkout' => is_checkout(),

    Well, that returns true inside order-received page, and that fires

    location.reload();

    inside your frontend.js. So we get infinite loop.

    Please add some additional conditions using f.e.

    !is_wc_endpoint_url( 'order-received' )

    or some other condition, in order not to fire reload in order-received page.

Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @elvinhaci

    Thanks so much for informing us on this issue!

    We already remove the reload function on the latest version 4.1.6, please update our plugin, clear the cache and try again ??

Viewing 1 replies (of 1 total)
  • The topic ‘Infinite reload loop in order-received page’ is closed to new replies.