Multiseat/Muliprice Event
-
Hey Franky,
the fix with #_SEATS works really well. thank you!!1. now im haveing some issues with the discount. and the multiprice multiseat event.
What i need would be something like this:
Seats 200||100
Price 20||15|||20||15
means 2 price categorys for seats of 200 and 2 price categorys for seats of 100.
i know i could create 2 events and this would work but the customer have to book 2 times than when he wanna buy 2 tickes 1 of each seat category. Thats not so user-friendly.2. I tryed to customize the discount (code) with your function my_eme_discount_function($booking) php example. That works really well and i asked me what kind of variables i could use inside the “$booking”. And is there a variable to get the value of each category of #_SEATS{1} and #_SEATS{2} [#_SEATS{xx}].
3. Is it possible to show in the booking form the correct totalprice (total – discount)? actually im using #_DYNAMICPRICE. i just can see the correct total price after the submit when the payment page loads and i can select paypal but not inside the booking form.
4. function my_eme_discount_function($booking) is just triggered when discount is used right? so is there another function i could override and add some logigs which is triggered by submit button or earlyer when the user do changes in the bookingform.
The idea was to do some calculations an fill some hidden fields in the background. This wouldnt be necessary when 1. would work.You do really great work with this plugin. EME is really powerfull and you can do many thinks and i love it to customize alot and this works well. i know its hard to do some good documentation but sometimes i would like to get some more informations of it.
Just a question to the doku:
do im right that the documentation isnt correct here (https://www.e-dynamics.be/wordpress/registration-form-formatting/):
#_SEATS{xx} (**)
the ** mean this can only be used in the “list entry” template right? but its not possible for me. Just works fine for me in the header (footer not tested).
The topic ‘Multiseat/Muliprice Event’ is closed to new replies.