Hi All,
I have a slightly embarrassing question. We got the Education Registration Customization last year and have used it only with the Item First pathway. We now have a new Education Manager, who I have showed the tool and he loves it so we are going to use it more often. Yay!
I'm currently setting a use for our youth program. However, I can't work out how to use the Participant First Pathway rather than Item First. I've been through the documentation several times and our training recording with Sidney but can't find it. The documentation mentions it several times and shows examples but never says how to use it over the Item First.
I'm sure I've missed something, help!
Cheers,
Nichole
In our integration, the participant first path starts at https://my.atlantaballet.com/account/login?ReturnUrl=/components/precart?p=101The patron must be logged in to select a participant or add a participant (kid) to their account. (hence the login chunk of this link)Once they log in they will be directed to the EDU components page where they can select or add a participant.The p=101 connects to data in the system table, LTR_TNEWCUSTOM_WEB_DEFAULTS. You should see a number in the row with the Item name education_validation_point. Odds are it might also be 101, but whatever your validation point number is you'll need that number at the end of your deep link.You can still append this link with promo codes and other TNEW functionality with an ampersand. The link below includes the EDU validation point, removes any previously applied promo codes, and applies a promo code that I have set to prompt a MOS shift.https://my.atlantaballet.com/account/login?ReturnUrl=/components/precart?p=101&premove=Y&promo=ENROLL Hope that helps.
Also, if you don't have the EDU documentation, then open a support ticket to ask them for that info.
Thank you! I'll have a play with that. I have the documentation (two versions!) but the URL isn't mentioned anywhere. It's weird.