Advertisement
imnguyen

resources

Feb 21st, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. jQuery( function( $ ) {
  2. "use strict";
  3. $('body').on('change', 'input[name="payment_method"]', function() {
  4. $('body').trigger('update_checkout');
  5. });
  6. });
  7.  
  8.  
  9. https://springmerchant.com/bigcommerce/how-to-set-default-payment-method-method-checkout/
  10. https://stackoverflow.com/questions/46082596/add-fee-based-on-specific-cart-total-in-woocommerce
  11. https://stackoverflow.com/questions/44091342/make-taxable-a-woocommerce-custom-fee-based-on-payment-gateway-and-country
  12. https://stackoverflow.com/questions/44091342/make-taxable-a-woocommerce-custom-fee-based-on-payment-gateway-and-country#
  13. https://stackoverflow.com/questions/48800176/add-or-remove-payment-gateways-based-on-cart-total-amount-in-woocommerce/48800274?noredirect=1#comment84638678_48800274
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement