Fixing Fee Problem

  • theophila
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 7 months ago #10990 by theophila
Fixing Fee Problem was created by theophila
Don't know if anyone else was experiencing this, but while everything would show up correctly on checkout and cart, when redirecting to PayPal for payment processing, it would double-calculate the fee. Currently I fixed it by removing the following on line 191:
Code:
$totalAmount += $feeAmount ;
Because $totalAmount is calculated from $registrantTotalAmount, and the fee is repeated from line 112 earlier:
Code:
$registrantTotalAmount += $feeAmount ;
Don't know if this is just a temporary solution, but it's working for me, so far.

Please Log in or Create an account to join the conversation.

  • theophila
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 7 months ago - 12 years 7 months ago #10991 by theophila
Replied by theophila on topic Re: Fixing Fee Problem
Also, because of this I have currently disabled group registration, I find that the discount and fees are being applied inconsistently across group members - the coupon is applied to each member while the early bird discount is only applied to the total as a whole.

Also, shouldn't the individual fee fields also be applied to each member that selects the option in the group member billing? Currently it is only applied as a one-time charge across the whole group.
Last edit: 12 years 7 months ago by theophila.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc