Florre Posted February 22, 2014 Posted February 22, 2014 Hello! Everyone! I have spent a few hours in the forum looking for a solution but I can’t find it… I am trying to find a solution for how to administrate participants for sport events. Do anyone know how I can solve the problem... I try to explain what I want to do: A sport event, for example a running event, needs to let the participant "buy" their "start ticket". I need this information about the participant: - Name - Gender - Club - License number - Birth date - E-mail - Phone number - Emergency contact - Emergency number In the confirmation e-mail the participant need to get some kind of identification number. My first thought of solution would be just to sell the product "Competition start". But I have the problem with the specific information we need for the participant. The best would be if he or she could fill in this information at the product page, the second best would be to let them fill it in at the costumer page. Can anyone of you recommend how I can fix this problem? Is there any add-on that can solve this either at the product page or the costumer information? /Florre
Guest Posted February 23, 2014 Posted February 23, 2014 @@Florre First off, this isn't a 'PROBLEM'. It's a customization. You will have to make changes to the database to create the tables/fields needed for the additional information. Then, edit the /create_account.php and /includes/languages/english/create_account.php to create the additional database queries as well as the fields and language for the additional information. On the admin side, you will need to modify the /admin/customers.php and /admin/includes/languages/english/customers.php at the very least. Chris
bandmans Posted February 23, 2014 Posted February 23, 2014 If you are wanting the participants to fill out the information on the product_info.php page, then why don't you just add text box attributes. You can assign each attribute the name of a field that you are needing (for example, name, gender, club, etc). Here is a link to a contribution that should work: http://addons.oscommerce.com/info/160/page,11
Florre Posted February 23, 2014 Author Posted February 23, 2014 Thanks Bandmans! It looks like your tip is exactly what I needed. DanWeb: I know it's not a problem if you look at it from a OsC point of view... but for me it is a "problem"... ;-) /Florre
Florre Posted February 24, 2014 Author Posted February 24, 2014 Bandmans, it did not work... :-( I guess it is depending on the fact that I use OsC 2.3 and http://addons.oscommerce.com/info/160/page,11 is for 2.2? Since I am a newbe for OsC I might ask you all a few bad questions... Is there any description on how to convert it for 2.3? /Florre
Recommended Posts
Archived
This topic is now archived and is closed to further replies.