• Resolved payamdigi

    (@payamdigi)


    hello
    thanks for great plugin.

    I wonder is there anyway to exclude shipping fee for cashback reward?
    currently reward percent calculated based on whole order amount.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @payamdigi You can calculate cashback on cart subtotal using the below code in the theme function.php file.

    add_filter('woo_wallet_calculate_cashback_on_total', '__return_false');

    Thread Starter payamdigi

    (@payamdigi)

    thank you. it solved the problem.

    Thank you for your wonderful plugin. We put your recommendation of add_filter(‘woo_wallet_calculate_cashback_on_total’, ‘__return_false’); on Child:functions.php. But, out e-shop broke up.

    Do you have any other code instead of you mentioned?

    And, I have one more question for you here.

    As soon as it was installed, In our checkout area show the text “Upon placing this order a cashback of CAD $ 0.01 will be credited to your wallet.”

    I wonder if I can modify or not. or, Can I delete it on the checkout?

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude Shipping’ is closed to new replies.