thesiim
Forum Replies Created
-
Forum: Plugins
In reply to: [SeatReg] A few questionsIn settings you can configure approved booking receipt template. There is now a new keyword
[custom-approved-email-text]
that allows you to use booking specific text if needed. In bookings manager you can add that text under each pending booking more info section. Currently adding custom styles to emails are not supported but there should be other plugins that allow that.Forum: Plugins
In reply to: [SeatReg] A few questionsI updated the plugin to version 1.56.0.
Now ? mark is supported in custom fields.
Added option to make text custom fields optional.
Added feature the add booking specific text to approved email template.Forum: Plugins
In reply to: [SeatReg] Booked seatHello
1. In settings you can add custom styles to registration page. Look for Custom styles section.
2. In settings you can control what is shown when booked seat is selected. Look for Show booking data section.
3. In scheme editor you can lock a seat or even add a password. Look for lock icon.
4. Currently there is no support for discount coupons.Forum: Plugins
In reply to: [SeatReg] Logo in emailI am glad you like my plugin. Don’t forget to leave a review.
I will create a task to implement the logo for emails. But we cant use URL of a graphic as lot of email clients will block external resources. Instead should just allow to upload image and use it.Forum: Plugins
In reply to: [SeatReg] A few questionsYes
2. The task to make custom fields optional already exists.
4. Are we talking about the contents of the email itself? If yes then in settings you can customize Approved booking receipt email template. Currently see no blockers in (PDF, PNG, JPG, …) email file attachment feature implementation.
Please note that I develop new features for this plugin in my spare time, so delivery dates may be slow.Forum: Plugins
In reply to: [SeatReg] different displayResolved
Forum: Plugins
In reply to: [SeatReg] different displayNo problems. Will mark as resolved.
Forum: Plugins
In reply to: [SeatReg] different displayI will try to explain with an example. Lets say you create a new room plan. In that room there are only 4 seats with no empty space between them. Each seat is 25px wide. So the total room width is 100px (25×4). Now in registration view the room will be 100px wide. Room will not get bigger then 100px as it don’t need more room (even if there is more room). The width of the room is determined by what was added to the room plan.
Forum: Plugins
In reply to: [SeatReg] different displayHmm… looks fine to me. Room will take the width it needs. If you look at your third room you will see that its bigger and takes more width. I think you need to create rooms with bigger seats/spacing to achieve the result you are looking for.
Forum: Plugins
In reply to: [SeatReg] different displayThe room plan width and height are dynamic and are calculated automatically based on many factors. If you are not using legends then that is already taken into account and more width is given.
Source: https://github.com/SiimKirjanen/seatreg/blob/master/registration/js/registration.js#L1128Forum: Plugins
In reply to: [SeatReg] A few questionsHey
1. Yes great idea. I will create a task.
2. For security reasons not all characters are allowed in custom fields. But “question mark” should be safe. Will create a task for it.
3. Currently this feature does not exist.
4. Payment info will be shown based on payment status. Even approved bookings can have no payment status (depends on settings). After payment status changes the “payment info” section should also change.
If I remember correctly the “send booking receipt” was feature request from one user. And I agree that users should be able to trigger email sending again if needed.
The “Important information” section idea in the Approved bookings email is not that simple. I suppose it needs to be dynamic and can be different for every email? That requires more work to make that happen. I will add it the the ideas list.Forum: Plugins
In reply to: [SeatReg] different displayHey
I am not sure if I understood what you are trying to accomplish. Are you trying to just make the seats bigger? If so then you can use map editor to resize boxes.Forum: Plugins
In reply to: [SeatReg] Reservation done and paid – but seat is not blockedEach registration can have one or more rooms. Your registration has two rooms. You can check that by typing
window.dataReg
to browser console. Returned object hasroomData
array that shows created rooms. In your case there are two rooms but they seem to be identical. How did you manage to create two identical rooms? Map builder should not allow this.- This reply was modified 2 months, 2 weeks ago by thesiim.
Forum: Plugins
In reply to: [SeatReg] Reservation done and paid – but seat is not blockedHmm.. do I see two rooms with the same name (Showpalast)? Identical room names are not allowed.
Also I would suggest to temporary disable cache and see if it makes a difference.Forum: Plugins
In reply to: [SeatReg] Reservation done and paid – but seat is not blockedDo you have some cache plugin enabled on your site?