• Resolved 00dusan00

    (@00dusan00)


    How it is possible to set the fee to zero?
    For example:
    Fee: 0€

    The thing is that I have items that have fees, but even if the fee is 0, it must be displayed in the checkout.


    Thank you for help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PI Web Solution

    (@rajeshsingh520)

    Add this code in your theme functions.php file after this it will allow 0 fee

    add_filter('pisol_cefw_allow_discount', '__return_true' );
    Thread Starter 00dusan00

    (@00dusan00)

    Thanks for the quick reply. It works 🙂
    Great plugin and support 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘0 fee’ is closed to new replies.