New: When a user subscribes (unpaid or free sign up) to a group it just adds minimal details and does not require them to set passwords, etc. When they later are required to register for some reason any details they previously entered will now populate the form.
New: PayConfirmedOrdersDue
will look for orders with payments due that have a stored payment method associated with it and will make the payment, complete the order if necessary and send emails. Suggest to set this up in automated tasks to run each night.
New: TradingItem.PaymentTerms
is a list of available payment terms for that item. You are able to set an alternative price for the item based on those payment terms. For example, say regular price for a course is 300, you may set up a payment terms for 4 monthly payments at 125 so item price would then be 400.
New: BusinessCollection.Import.MatchItemBy
will now show group values such as GroupMember
when importing Memberships
. In this case it will match the Group
and Member
values.
New: Additional image types (apng, avif and webp) have been added to acceptable list when uploading via file manager.
New: JavaScript function and styles for accordians.
Fix: ConfirmedOrder.PayByCreditCard
will set that method to the order for future payments when terms such as installments are set.
Fix: ConfirmedOrder.PayByStoredPaymentMethod
will not set that method to the order for future payments if it fails.
Fix: Percentage values PaymentTerm.DepositPaymentPercentage
and PaymentTerm.ProgressPaymentPercentage
decimal places have increased for precise rounding.
Fix: ConfirmedOrder.TotalPaymentUnconfirmed
was showing incorrectly.