Joomla! 1.5.26
CB 1.8
CBSubs 1.3.0 RC2
I have set up an Auto Action on a Field to prefix an id number with a 9 at Registration to create a membership number. I used the Field Action with the onAfterUserRegistration Trigger. That sets the membership number to 9nnn where the id is nnn.
However, when the CBSubs payment takes place and the item code is created (e.g. S5-997-18 where the id is 997), the prefix has not yet been added, but the prefix is required.
Without a description of the Auto Actions Triggers, I am at a loss to know if there is a Trigger which will add the prefix before the CBSubs item number is created. My guess, and that is all it can be without knowledge of the code, would be StartSaveRegistration or BeforeRegistration.
Can you confirm which, if either, of these will achieve my objective?
Thank you.