Organizers are able to delete a ticket after tickets have been sold

Home Forums Calendar Products Community Events Organizers are able to delete a ticket after tickets have been sold

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1105218
    Tac
    Participant

    We’ve recently found an issue where organizers can delete a ticket for their event once sold.
    Thoughts:

    1. The product shouldn’t allow to delete any ticket once sold, rather disable the delete function.
    2. They should only be allowed to update the description etc

    Do we have a fix or snippet to get over this issue?

    Thank you.

    #1105317
    Nico
    Member

    Hi Tac,

    Thanks for reporting this issue! We have just logged this a few days ago because another user reported it as well.

    I still don’t have any dates for this, and I also see there’s no workaround for this still. Maybe an easy one might be to just hide the delete link via CSS?

    Please let me know about it,
    Best,
    Nico

    #1105653
    Tac
    Participant

    Hi Nico,

    Thanks for the tip. Are you able to provide me the code snippet on how to hide delete link through css? and which css file it will go in?

    Thanks in advance.

    #1106032
    Nico
    Member

    Hey Tac,

    You are welcome. You can add this snippet to your theme’s stylesheet or via Simple Custom CSS plugin:


    .tribe-events-community-details .ticket_delete {
    display: none;
    }

    It should hide the delete link, please let me know if it does,
    Best,
    Nico

    #1111865
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Organizers are able to delete a ticket after tickets have been sold’ is closed to new replies.