I'm building a charity golf outing website in Drupal 5.x. I need some sort of module that will handle the player registration, ie. have a player register his/her name, address, phone, email; also attach either shirt size or no shirt; send them to paypal for payment ($100 reg + $40 shirt fee if size chosen). I have tried using a combination of modules, but I'm at a loss on how to program. Can anyone help me? Has anyone done a site like this before?
Any and all help will be appreciated. This is for a non-profit, so I have no way to compensate.
i need the user to be able to see his/her own purchasing history. meaning that the user could see what they bought before. i thought i could do this using views but the purchases are not seen in the fields and filters. :( thanks. :p
I've searched extensively and found a variety of references to this or that, but what's the definitive way to implement a custom node search?
First, some quick background. I have created a custom node module, which consists of a handful of fields. Everything works as it should.
I now need to introduce a custom search form with search results limited to the one specific node type. The form will appear in a block and be universally accessible throughout the site. This is one of the core features of the site.