digitalwebmedia

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Cannot edit event tickets in event-ticket-plus #1090179
    digitalwebmedia
    Participant

    For the sake of the developers, the issue is a JS error

    Uncaught TypeError: Cannot read property 'price' of undefined

    It seems to be the following line:

    var regularPrice = response.data.price;

    On line 441 of event-tickets/src/resources/js/tickets.js

    The response to the ajax call seems to be

    {"success":false,"message":"Cheatin' huh?"}

    So I’m guessing a nonce isn’t validating somewhere

    Tested on version 4.1

    in reply to: Events Tickets Plus Printing with EDD #1081556
    digitalwebmedia
    Participant

    This reply is private.

Viewing 2 posts - 1 through 2 (of 2 total)