Forum Replies Created
-
AuthorPosts
-
October 4, 2016 at 2:48 pm in reply to: How to change the owner of Organizer so that they can edit in CE? #1172478
Ameet
ParticipantCliff,
Thanks for this, I can see Authors (WP Authors), however I can’t get our proper custom User Type (Promoter) user types in there. Do you know what particular caps needed to get them to show? We have a new user type called Promoters that everyone becomes and they aren’t showing up in the list. Mainly they have the the following:edit_event_tickets
edit_tribe_event
edit_tribe_events
edit_tribe_organizersThoughts?
October 3, 2016 at 1:36 pm in reply to: Change the Owner of Organizer, so that they can edit info in Community Events #1171935Ameet
Participantsry wrong place
May 20, 2016 at 11:04 am in reply to: Don't allow organizers to delete a ticket after tickets have been sold #1117140Ameet
ParticipantThx Brook,
I’m going to check it out.April 20, 2016 at 11:24 am in reply to: Organizer still unable to email attendee list in ET Plus 4.1.2 #1104987Ameet
ParticipantThis reply is private.
April 19, 2016 at 9:54 am in reply to: Organizer still unable to email attendee list in ET Plus 4.1.2 #1104396Ameet
ParticipantHi Geoff,
Thanks for looking, I do want to confirm that in your tests, that you were using a non admin user. The email modal work perfectly when you are in the admin interface looking at a report, but the issue I have been describing since 4.0.3 is for a community events user / organizer who is looking at their event’s Attendee’s List.Please see my entire thread from before, I’ve explained in detail there as well, the same thing is happening. https://theeventscalendar.com/support/forums/topic/organizer-unable-to-email-attendee-list-in-ec-pro-4-03/
Ultimately when you are a Subscriber with the caps to sell tix, you does have enough privileges to access the link.
Notice the href is going to: http://dev.xlr8r.com/wp-admin/edit.php
This works fine if you are an admin, but not if you are anyone else, like an organizer managing your own event via the community events.Please let me know, i don’t think it is fixed and it has been an issue since Jan 2016, which has been a long time.
April 15, 2016 at 1:28 pm in reply to: Organizer still unable to email attendee list in ET Plus 4.1.2 #1103235Ameet
ParticipantHi Geoff,
Thx, but I believe that code you sent is for the CSV export which is actually working just fine. I’m referring to:The Email option that is not working properly. Modal pops up but instead of showing the combo to select whom to send to or enter email address field, it just reloads the site into the modal.
If there you could send some code to get that form to properly render in the modal that would be ideal.
thx
April 12, 2016 at 11:28 am in reply to: Don't allow organizers to delete a ticket after tickets have been sold #1101523Ameet
ParticipantThx for the update, looking forward to the fix.
Cheers.February 9, 2016 at 10:40 am in reply to: Tickets SKUs no longer auto generating in Event Tickets / Plus #1070390Ameet
ParticipantYes that is where i found it as well, but even in 3.12 i couldn’t see how the actions were getting called.
// compatibility with Event Tickets Plus add_action( 'wp_ajax_tribe-ticket-add-Tribe__Tickets__Woo__Main', array( $this, 'ajax_handler_ticket_save' ), 9 ); add_action( 'wp_ajax_tribe-ticket-edit-Tribe__Tickets__Woo__Main', array( $this, 'ajax_handler_ticket_save' ), 9 );I search for the where that was getting called and could get into it. That is where i pulled the code and just inserted it for my purposes.
Again, i’d rather you guys implement it properly and hope you can say it will be in the next update.
thx-
This reply was modified 10 years, 2 months ago by
Ameet.
February 8, 2016 at 10:50 pm in reply to: Tickets SKUs no longer auto generating in Event Tickets / Plus #1069943Ameet
ParticipantI added a little hack while I wait for the actual update and fix. If anyone needs it, this works:
Added to:
event-tickets-plus/src/Tribe/Commerce/WooCommerce/Main.php
In the save_ticket function, I added this at line 450.//Automatically generate sku: EVENTID-ORGANIZERID-NAME+OF+THE+TICKET $ticket_woo_sku = $event_id . "-" . get_current_user_id() . "-" . sanitize_title( $ticket->name ); update_post_meta( $ticket->ID, '_sku', $ticket_woo_sku );Not the prettiest, but tested and working for me in the interim.
Ameet
ParticipantHaving a tough time also locking down why this happened, will update this when i find it.
February 8, 2016 at 4:17 pm in reply to: Is there a way to export the Order Sales Report as csv? #1069854Ameet
ParticipantThx Josh for suggesting that plugin, it does have some of the features but I guess I am looking for something that would allow the organizer in community events to export their own order sales report, instead of us, the site admin, to run the report. By adding the Print, Email, and Export features you already have in the Attendees Report to the Order Sales report, it would solve the issue.
I am specifically talking about these export features:February 4, 2016 at 11:54 am in reply to: Tickets SKUs no longer auto generating in Event Tickets / Plus #1067836Ameet
Participant“You want an auto-generated SKU assigned when a Community Events front-end form submission has tickets, and the SKU is only visible to site admins (not the front-end Community Events event edit form) — it was there in v3.12.x and you want it back in for v4.x?”
This is correct. It used to be there and Mr. Z knows what is up so I appreciate it. We literally have ticket being created everyday and they are being bought and our reporting is getting jacked minus those automated SKU. Would you happen to have a temp fix for this as I know the bug may not be fixed and released for a bit?
February 3, 2016 at 8:49 pm in reply to: Tickets SKUs no longer auto generating in Event Tickets / Plus #1067346Ameet
ParticipantThis reply is private.
February 2, 2016 at 9:26 pm in reply to: Organizer unable to email attendee list in EC Pro 4.03 #1066689Ameet
ParticipantHi Barry,
Are you referring to Community Events Tickets 4.1.0 RC1? I am up to the latest of the normal releases and see that an Organizer still cannot email themselves the Attendees List.Any idea on when it will make it to the final stable release?
January 15, 2016 at 3:31 pm in reply to: Organizer unable to email attendee list in EC Pro 4.03 #1056856Ameet
ParticipantThx Barry,
Will give that a go.
Cheers!
Ameet -
This reply was modified 10 years, 2 months ago by
-
AuthorPosts
