• Resolved maheakh

    (@maheakh)


    Hi, its a great plugin, but we are facing few issues here

    1. The Proceed to Next Step button appears almost after 1 minute of the popup loading, this makes the customer think that something is wrong and dropout rate increasing. Can you please suggest how to get this fixed.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Sayan Datta

    (@infosatech)

    Hi,

    Add this code to the end of your theme’s functions.php file:

    add_filter( 'upiwc_button_show_interval', function() {
        return 500;
    } );
    Thread Starter maheakh

    (@maheakh)

    Why is this show interval required at all, please do let us know. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Proceed to Next Step Button issue’ is closed to new replies.