You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now if the user is free with settings to choose the number of seats on the checkout page, it will not process correctly. 'apply_seat_cost_to_billing_amount' => true, // apply to recurring billing 'apply_seat_cost_to_initial_payment' => true,
Can only work if the SPONSOR is not FREE.
After selecting the Number of Seats, the checkout will go through with no billing.
Describe the solution you'd like
Allow FREE Sponsor Level to select how many seats they want to purchase and charge accordingly, create recurring billing if set up to.
The text was updated successfully, but these errors were encountered:
Hi @kimwhite and pmpro , I am also having this issue, we have set the sponsor level to be £0.01, but it looks very unprofessional and need to have it for free. If we set it to free, the selected seats also become free. Is there a fix coming for this?
Is your feature request related to a problem? Please describe.
Right now if the user is free with settings to choose the number of seats on the checkout page, it will not process correctly.
'apply_seat_cost_to_billing_amount' => true, // apply to recurring billing 'apply_seat_cost_to_initial_payment' => true,
Can only work if the SPONSOR is not FREE.
After selecting the Number of Seats, the checkout will go through with no billing.
Describe the solution you'd like
Allow FREE Sponsor Level to select how many seats they want to purchase and charge accordingly, create recurring billing if set up to.
The text was updated successfully, but these errors were encountered: