Problem in the last step (Payment Information)
-
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/
- The topic ‘Problem in the last step (Payment Information)’ is closed to new replies.