Viewing 4 replies - 1 through 4 (of 4 total)
  • Change this

    add_filter( 'woocommerce_init',array( $this, 'add_gateway_fees_settings_hook' ) );

    to

    add_filter( 'wp_loaded',array( $this, 'add_gateway_fees_settings_hook' ) );

    in

    class-wc-checkout-fees-settings-gateways.php

    Thread Starter vuster

    (@vuster)

    thanks, but where do i find this “class-wc-checkout-fees-settings-gateways.php” ?

    Thread Starter vuster

    (@vuster)

    got it. thanks.

    Hi,

    Sorry for not replying in time. I will recheck and add fix in next update in a couple of days. And thanks for your input!

    Best regards,
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Amazon Payments gateway option disappeared’ is closed to new replies.