Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observations about retrieving info #4

Closed
anthonyryan1 opened this issue Jan 31, 2017 · 7 comments
Closed

Observations about retrieving info #4

anthonyryan1 opened this issue Jan 31, 2017 · 7 comments

Comments

@anthonyryan1
Copy link

I tried using this today but observed the info script printing faulty information. While I don't have a patch, I discovered that this seems to be the best way to get event / ticket information now.

require(['mediatorjs'], function(mediator) {
    var options = mediator.get('ticketOrderOptions');

   // options contains detailed information about tickets including availability time, sale status, etc.
});
@Dalimil
Copy link
Owner

Dalimil commented Jan 31, 2017

Thanks. We're still missing a few fields though - I'm not sure if the quantity_sold is hidden somewhere or if they stopped sending this information altogether. Hint: This is new: "json_blacklist_set": ["event_tz", "event_level_info", "quantity_sold", "quantity_remaining", "request", "quantity_total", "waitlist_settings", "taxoptions"]

@Dalimil Dalimil closed this as completed Jan 31, 2017
@cwhitney1234
Copy link

To pull the ticket quantity check the "inventoryLevel" field. It lists the correct value.

@Dalimil
Copy link
Owner

Dalimil commented May 18, 2017

Thanks, added: f01d469

@danksy13
Copy link

Hello there i tried running the script today just to get event info but i could not get it to work. is the script outdated? this is the event i was trying to get the info for if anyone could help me out it would definitely be appreciated!

https://www.eventbrite.com/e/funko-fundays-2017-tickets-34213467402

@Dalimil
Copy link
Owner

Dalimil commented May 19, 2017

@danksy13 ticket-info.js works just fine for the event you mentioned, just follow the setup instructions and it should work...

@danksy13
Copy link

i got it working! thanks! Is there anyway to find out how many tickets sold? all im getting is the "Quantity_Remaining" under quantity.

@elmiguerto
Copy link

Hi! thank for your work! I would like to use info.js it´s already working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants