-
Posts
360 -
Joined
-
Last visited
-
Days Won
2
Posts posted by Mats
-
-
I’m building a simple ticket booking system for our events. I’m considering two different solutions:
The first approach is creating one page per ticket and a reference to a booking page with the contact info. This should be faster when checking for ticket availability by using $pages->count().
The other one is a one page per booking with an integer field holding the ticket quantity. Downside is having to use $pages->find() but only having to create one page per booking with the API.
My biggest concern is listing the events and the ticket availability for each event, loading all bookings.
At the most one event has 300 bookings.
Any ideas are welcome.
-
Could you share the complete template code?
-
1
-
-
@pwFoo You can change markup and classes: https://github.com/processwire/processwire/blob/master/wire/core/InputfieldWrapper.php#L41
-
Hi!
If you have an array of images, try this:
$child->image->first()->url$child->image->first()->size(200,200)->url
-
2
-
-
@bernhard You should check this out by @diogo : http://processwire.com/videos/copy-and-paste-photos/
-
1
-
-
@bernhard Client-side image resizing seems to be scheduled for spring 2017:
-
4
-
-
@horst to the rescue again:
-
5
-
-
I have a couple of customers on one.com (Danish company) and it's working out ok. I use mebo.se, a Swedish (pretty close to Denmark) web host, with very fast servers, great support at a low price.
-
1
-
-
@Zeka It is. I'd appreciate a bug report.

-
-
4
-
-
I don't think it's possible. Check out this SO answer: http://stackoverflow.com/questions/31861822/google-maps-how-to-show-city-or-an-area-outline/31865958#31865958
-
2
-
-
@netcarver Repo is updated.
Thats's my favourite shirt!
Thanks for setting up the store.
-
2
-
-
Hi!
Welcome to the forums!
Check this thread out for front end-editing with ckeditor:
-
Looks and works great!
Love the map on the contact page: http://eizocolour.com/contact-us/!
-
2
-
-
Thanks @netcarver and @dab!
I'll update the code with your additions @netcarver.
-
4
-
-
Check out http://yourdomain.com/admin/module/edit?name=InputfieldPageName
tpr was faster

-
1
-
-
I think you are looking for this:
$page->your_mapfield->address
-
Seems to be at database problem. I can't duplicate the issue on my set up (also on 3.0.18).
Can you add other field types without the db issue?
-
Thanks for your detailed answer! Very impressive stuff.
The vangoghroute.nl site is very nice too.
-
2
-
-
Very nice work!
Could you tell us something about the map? Are you using geojson for the routes/polylines?
-
Thanks Soma!
-
Thanks for the report Beluga. I'll look into it.
-
Glad you got it sorted, i had the same issue at some point.
-
Best practice for event tickets booking
in General Support
Posted
That sounds like a good solution. Thanks @BitPoet !