I want to create a promotion which adds $ amount to the profile on new registration in terms of certificates. How to build this promotion and functionality?
WP Multisite Interface Changed status to publish March 18, 2025
There are 2 ways we can achieve this :
- Simply create a multi use promotion with appropriate coupon. Now in the postCreateUser method of ProfileFormHandler, just add this coupon to the user profile.
- This can also be achieved through ATG Scenarios. Build an ATG Scenario which triggers an event on user registration. Use this event of the Scenario to create the promotion for dollar Off.
Hope this help someone else as well.
Thanks,
Mayank Batra