Events Made Easy Forums Bug fixed or feature request implemented Ticket-description / Ticket-name

  • This topic has 12 replies, 3 voices, and was last updated 5 years ago by Anonymous.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #60391
    Anonymous
    Inactive

    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 class

    The 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 Thorsten

    #60392
    Franky
    Keymaster

    Well, someone else actually asked the same thing, so I’ll take this into consideration.

    #60393
    Anonymous
    Inactive

    Cool thing – thanks!! I’m looking forward to it…

    #60409
    Anonymous
    Inactive
    #60410
    Anonymous
    Inactive

    Hi 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 …

    #60427
    Franky
    Keymaster

    Both 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 🙂

    #60428
    Anonymous
    Inactive

    Hey wow, thank you. I’m looking forward to trying it out!

    #60429
    Franky
    Keymaster

    If you want to try out the dev-version, you can download it at:
    https://wordpress.org/plugins/events-made-easy/advanced/

    #60445
    Anonymous
    Inactive

    Hello 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

    #60446
    Franky
    Keymaster

    I released a new version (small bugfixes) and added this functionality in too (price description for non-multiprice events)

    #60447
    Anonymous
    Inactive

    Thank 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 …

    #60448
    Franky
    Keymaster

    Well, 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/

    #60474
    Anonymous
    Inactive

    Thank you, works good now.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top