• Resolved max3w

    (@max3w)


    Please tell me which function to leave cashback accrual only for self-pickup (shipping_method local_pickup6)?
    And for all other delivery methods, cashback was disabled.
    Is it possible to disable or overwrite value cashback for individual shipping methods?

    • This topic was modified 3 years, 10 months ago by max3w.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter max3w

    (@max3w)

    Is there any disable cashback function?
    I plan to use when checking:

    // Only for Local pickup chosen shipping method
        if ( strpos( $chosen_shipping_method_id, 'local_pickup' ) !== false ) {	
            // disable cashback?
    }
    Plugin Contributor Moumita Adak

    (@moumitaadak)

    @max3w Hi, You can customize cashback redemption option using process_woo_wallet_general_cashback filter.

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to disable/overwrite % cashback for individual shipping methods?’ is closed to new replies.