Events Made Easy › Forums › Bug fixed or feature request implemented › Ticket-description / Ticket-name
Tagged: ticket name booking event
- This topic has 12 replies, 3 voices, and was last updated 5 years ago by Anonymous.
-
AuthorPosts
-
Wed 16 Oct 2019 at 22:52 #60391AnonymousInactive
belongs to: Edit Event> Booking:
I have different price-categories/names (e.g., sitting, standing, …) for events.
I can specify the number of seats and the different prices, but a description/name of the price would be very helpful, especially if I can then access them again in the email templates:example:
Places: 100||100||50
Price: 15.00||20.00||28.00||
NEW: Description: sitting||standing||VIP classThe good thing would be that you can then access the variable in all templates and not have to create a new template for each event, if the card name changes.
New variable:
#_EVENTPRICEDESCRIPTION{1} = “sitting”
#_EVENTPRICEDESCRIPTION{2} = “standing”
#_EVENTPRICEDESCRIPTION{3} = “VIP class”That would be a great relief!
Good thing?
Greetings ThorstenWed 16 Oct 2019 at 23:49 #60392FrankyKeymasterWell, someone else actually asked the same thing, so I’ll take this into consideration.
Wed 16 Oct 2019 at 23:53 #60393AnonymousInactiveCool thing – thanks!! I’m looking forward to it…
Sun 20 Oct 2019 at 09:13 #60409AnonymousInactive“someone”
was me https://www.e-dynamics.be/wordpress/forums/topic/naming-of-seats-in-export-csv/
😉
Sun 20 Oct 2019 at 10:16 #60410AnonymousInactiveHi Werner,
thank you for the link. That seems like the same problem to me. At the moment I see the only solution in the new variable described above.
So I hope for Franky …Tue 22 Oct 2019 at 23:21 #60427FrankyKeymasterBoth will be implemented in the next version. From the changelog:
* For multiprice events you can now add a description per price category, which is used in CSV exports too
Also #_PRICEDESCRIPTION{xx} returns the price description of the xx-th category, which can be used in forms etc …Btw: if you like it, don’t forget to make a small donation and give a nice review 🙂
Wed 23 Oct 2019 at 00:35 #60428AnonymousInactiveHey wow, thank you. I’m looking forward to trying it out!
Wed 23 Oct 2019 at 09:27 #60429FrankyKeymasterIf you want to try out the dev-version, you can download it at:
https://wordpress.org/plugins/events-made-easy/advanced/Sun 3 Nov 2019 at 21:49 #60445AnonymousInactiveHello Franky,
sorry, I did not notice the post with the dev version …
Thanks for the new feature “#_EVENTPRICEDESCRIPTION {1}”. I tried it right away and it works great.However, you can only enter the description in a multipriceevent. Can this be? It would also be useful for the normal event with only one price, so I can use a universal template if the description changes, for example: “sitting”, “standing”, …
Could you please include the #_EVENTPRICEDESCRIPTION for the single event as well? Thank you and greetings Thorsten
Mon 4 Nov 2019 at 00:05 #60446FrankyKeymasterI released a new version (small bugfixes) and added this functionality in too (price description for non-multiprice events)
Mon 4 Nov 2019 at 00:23 #60447AnonymousInactiveThank you, i updated an tried it:
Using: #_EVENTPRICEDESCRIPTION without “{}” creates a bug in the page:
”
Warning: preg_match_all() expects parameter 2 to be string, array given in /wp-includes/formatting.php on line 246
Warning: array_intersect(): Argument #2 is not an array in /wp-includes/formatting.php on line 247
Warning: preg_split() expects parameter 2 to be string, array given in /wp-includes/formatting.php on line 252
Warning: Invalid argument supplied for foreach() in /wp-includes/formatting.php on line 254
Warning: implode(): Invalid arguments passed in /wp-includes/formatting.php on line 314
”
Using: #_EVENTPRICEDESCRIPTION{1} (or {0}, …) creates no output, but the site is working correct.
Sorry! no urgent bug, maybe in the next few days …Mon 4 Nov 2019 at 09:37 #60448FrankyKeymasterWell, the moment I released the version I realized the error and fixed it in the released version too, but maybe you were just too quick with the update 🙂
Make sure to apply this fix (or redownload/install the latest eme version):
https://plugins.trac.wordpress.org/changeset/2185328/Wed 6 Nov 2019 at 22:32 #60474AnonymousInactiveThank you, works good now.
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.