In this release, we’ve included enhancements and bug fixes in the following areas 📚:
HUB
Alphanumeric Fix Code
We now allow alphanumeric characters in fixed promo codes. Each code can be a maximum of 100 chars, and a single code cannot be utilized for distinct promotions within the same business.
Restart of Ended Fix Promo Code
Fix code campaigns that were ended can be restarted without any time limit.
The same fixed code cannot be used for different promotions for the same business (even if the campaign is ended).
Exclude tax from means of payment
In Tax Excluded countries, the merchant can exclude tax from a means of payment, adding points/credit through automation, and controlling the accumulation of the members.
And/Or Relations for Filter and One-Time Conditions
The relationship between filters and one-time conditions can now be defined as either "And" or "Or," enabling the creation of new filter levels and segment formation
Bugs fixes
- Item code component - Unable to Paste Item code list on Edge and Firefox browsers - Fixed.
- Member profile - Forced refresh manually to see the update of the removed gift - Fixed.
Customer Portal
Points/Credits setting
The merchant utilizing the payment ratio can now showcase it on the portal, illustrating, for instance, a ratio of 2 non-monetary points to 1 monetary point (for spending).
Custom Menu Dynamic Buttons
Dynamic buttons from the custom menu can now be presented on either the profile screen, the side menu, or both screens.
New configuration to hide QR code or Barcode ID
The merchant now can manage the visibility of the QR code or barcode directly from the customer portal navigation bar.
Show/hide Phone Number or Email from Registration
Now we can remove phone numbers or email from the registration form on the customer portal.
To show the phone number or email all the fields in the registration form section should be enabled.
When one of the fields is disabled it will hide the phone number or email from the registration form in the customer portal.
Note: To implement changes in the customer portal form, you must save the modifications once again in the customer portal section.
API
Friend Referral API
Now, we can share our friend referrals with external apps. This feature enables third-party developers to generate and present unique friend referral links. These links allow customers to invite their friends to join the program, offering the customer a reward for each friend that joins.
External apps can also develop their registration process, including a referral code property for members who have a friend referral code to join the loyalty program.
For more details, reach out to your CSM or integration team.
curl --location 'api.prod.bcomo.com/api/v4/advanced/referralCode/generate' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: XXXXXX \
--data '{
"customer": {
"phoneNumber": "0549091022"
}
}'
APP
Latest Version
Android Version: 3.0.12 - (minimum Android version supported - 5)
iOS Version: 3.0.12 - (minimum iOS version supported - 12)
Phoenix Version: 3.0.1 - new version
- Minimum binary version iOS: 3.0.12
- Minimum binary version android: 3.0.12
Bug Fix
- Fixed the issue where a react-native-fast-image library has old code and it was causing the app to crash on launch