• Hello,

    In my implementation of the plugin we don’t need for the client to send us the receipt, so we need the process to be in one step. That is just show the QR Code with the Telephone and click the complete order button.

    I did that by changing the following lines

    One step only

    change line 249 on functions.php

    from no to yes


    Change lines 451,461 on woopro-front2.js
    disable Continue and
    Add two lines after

    //$( ‘.first-step’ ).append( ‘<button class=”btn-continue btn_submit”>Συν?χεια</button>’ );
    $( ‘.second-step’ ).show();
    $( ‘.box’ ).css( ‘display’,’none’ );

    but it would be easier to have a new setting to just enable this “mode” on settings.

    • This topic was modified 10 months, 1 week ago by cdesp72.
    • This topic was modified 10 months, 1 week ago by cdesp72.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Feature Request’ is closed to new replies.