Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

Bookings system help needed


Go to End


13 Posts   5792 Views

Avatar
mathiasmex

Community Member, 28 Posts

25 February 2010 at 2:57am

If I understand correctly, you are looking for passing the params of a single event into a sort of form for booking/reservation. If that's the case, I can provide a solution which I did on a workshop with people registering online.

Let me know.

Mathias

Avatar
dacar

Community Member, 173 Posts

1 March 2010 at 11:48pm

Edited: 01/03/2010 11:48pm

Hi mathiasmex,

i am interested in your booking-solution, too. I am looking for a way to give a special user group the right to write into the event calendar (only logged in users). They should only have the right to write new events but not to overwrite existing Events.

Greetings, Carsten..

Avatar
Rishi

Community Member, 97 Posts

6 March 2010 at 7:13am

hello mathiasmex
i have installed event manager and its working fine i need a registration form using which one can reggister for a particular,once register the information can be seen in admin panel (last part is not tht imp) or is mailed to admin.
If you can help me with your code it will br a great help.
thank you in advance

Avatar
mathiasmex

Community Member, 28 Posts

6 March 2010 at 11:40pm

Hi Rishi,

I have attached a zip with some example code.
Basically you need to include a function in your Workshop_Controller, set the right link in Workshop.ss (see line 22), create the form and the templates for the form.
Make sure to pass the right variables into the form (see line 35 in Forms.php). To get the whole variables passed, in dev mode you can include a

Debug::show;

in the Forms.php to see all the variables, which are passed from your event.

Hope this gets you an idea.

mathiasmex

Attached Files
Avatar
Rishi

Community Member, 97 Posts

2 June 2010 at 8:05pm

hello mathiasmex
thats was really very kind of you ,you have helped me in a great way,thank you very much.
that was what I was trying to achieve.thank you once again

Go to Top