Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author algol.plus

    (@algolplus)

    thank you!
    yes, I need these details ( table prefix can be different).

    please, replace code wit this version

    add_filter('woe_get_order_value__ppcp_paypal_fees',function ($value, $order,$fieldname) {
    $data = maybe_unserialize($value);
    if( isset($data['paypal_fee']['value']) )
      $value = $data['paypal_fee']['value'];
    return $value;
    },10,3);

    That did it!! Thank you!!

    Plugin Author algol.plus

    (@algolplus)

    You’re welcome

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Add PayPal fee’ is closed to new replies.