We sell a card that gives people access to all events for the year. I am trying to set up a discount in 2.7.2c that would work for that. It's no problem if it is an individual registration, but if it is a group, 1 person with the card gives everyone the discount.
What I am using is a fee field with a -100% fee. I've tried different things in the fee ordering but that's no good. I'd like to avoid using the amount discount as I would have to manually adjust it when we go into late fee mode.
There is not a way presently to apply a % discount individual members of a group registration. Of course, a $ discount works fine, but the % applies at the base price level of the group at the earliest option. Working on a method to get it calculated before that.
Since this will work fine on an individual registration, how can I put a message on the registration page where you select group or individual that if they have a discount card, they need to use the individual section? I'm guessing I would edit <joomlaroot>/language/en-GB/en-GB.com_dtregister.ini. I'd like to have a new line there but I don't want to muck with the important files.
Yes, the easiest route would probably be to modify that language file. It would be this entry:
SELECT_OPTION=SELECT REGISTRATION TYPE
Keep in mind that you CAN insert HTML in the language file so you could put additional text and make it display in a different paragraph or however you want to format it. If you choose to modify the actual PHP file, it would be this one:
When opening the Language file for DT Register, it notes:
# THIS IS THE DT REGISTER LANGUAGE FILE FOR THE ADMINISTRATOR BACKEND TEXT.
# FRONTEND LANGUAGE IS IN A SEPARATE FILE
brandesigns - your reply has nothing to do with this forum thread. I'll answer, but next time, either start a new post unless the thread is for the same topic.