• Resolved dani_apa

    (@dani_apa)


    Hello,

    I have the plugin “WooCommerce Pay for Payment” and in the last step of your plugin when you change the radio button option (payment_method), the plugin execute this lines of code:

    $(document.body).on(‘change’, ‘input[name=”payment_method”]’, function() {
    $(‘body’).trigger(‘update_checkout’);
    $.ajax( $fragment_refresh );
    });

    And javascript says that the variable “$fragment_refresh” is undefined, but this variable is in the file “cart-fragment.js” and this is a file of woocommerce’s plugin, and should be declared. I can’t understand what is happening.

    Thanks.

    https://www.ads-software.com/plugins/yith-woocommerce-multi-step-checkout/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi dani_apa,

    this code needs to trigger the action in the payment box.
    I’m sorry but i can’t test this issue because I haven’t the WooCommerce Pay for Payment plugin.

    Please, can you send me this plugin ? If yes you can send an email to plugins[at]yithemes[dot]com

    Let me know.
    Regards

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    the problem is that $frament_refresh is undefined but the error appears if you use WooCommerce Pay for Payment without our Multi Step checkout plugin, see here for details: https://screencast.com/t/SjFFzDA3

    I’ll advise you to contact the WooCommerce pay for payment developers and ask to solve this problems.
    Thanks for your report.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem in the last step (Payment Information)’ is closed to new replies.