sethshoultes
Forum Replies Created
-
That’s strange. Would you mind sending us an email through our contact page so that we can discuss further? https://prettylinks.com/contact/
Hi there,
We are not currently doing this, but we’re working on new features to streamline link creation and management. Hopefully, those changes will help with what you shared.
Thank you for the detailed feedback. I’m going to share this with our team.Yes, you can use offline payment methods such as cash or check.
Yes, you can create free tickets by entering ‘0’ into the price field when creating your ticket options.
I see. You might try turning on error reporting on your site or check error logs to see if there’s a fatal error happening somewhere on the site that’s preventing the page from loading.
It looks like the support license was entered incorrectly is causing the error. Please check the support license field in the WP Admin-> Event Espresso -> Settings
Hi there,
You could try an action hook like this:
add_action( 'AHEE__Single_Page_Checkout___load_and_instantiate_reg_steps__start', function (EE_Checkout $checkout) { $transaction = $checkout->transaction; if ($transaction instanceof EE_Transaction) { $primary_registration = $checkout->transaction->primary_registration() if ($primary_registration instanceof EE_Registration) { $ticket_ID = $primary_registration->ticket_ID(); } } } );
Hi there,
You can add countries to the Country Dropdown by enabling them in the Countries settings, within WP Admin > Event Espresso > General Settings > Countries.
Please let us know if that helps.
Hi there,
It seems the site you linked to is under construction and can’t be reached. Can you please email us at [email protected] so we can obtain access to the site? If needed, please create an account for us with the capability to view the site.
Forum: Plugins
In reply to: [Event Espresso - Event Registration & Ticketing Sales] Free TicketsHi there,
That sounds like a great use case. Yes, this plugin will accommodate free ticketing.
Is there somewhere inside the Event Espresso 4 plugin where the user has control over IPN (on or off) or over the URL for IPN if it cannot be turned off in the plugin?
No.
I followed up with a developer on this and they mentioned we don’t listen for any callback from PayPal when using PayPal Express.
Just wanted to point out that the URL you shared is broken (page can’t be found/404):
https://azusastreetriders.com/api/gateway/callback/paypal/Screenshot: https://www.screencast.com/t/48RPh4tMa
Hi there,
We are not associated or affiliated with NetbaseTeam, at all, and it seems that they are bundling our software with their theme or LMS without our permission. Therefore, you will need to contact their support department to fix the issue.
I did a quick Google search and found these sites related to them:
https://themeforest.net/user/netbaseteam
https://www.netbaseteam.com/ (the support URL points here: https://cmsmart.net/support_ticket/)I also found this email address: [email protected]
Hope that helps.
Please let us know if you have further questions.
Forum: Plugins
In reply to: [Event Espresso - Event Registration & Ticketing Sales] Blank payment pageHi there,
We took a look at your site and can see that you are getting fatal errors in the source code of your other pages. It might be in your best interest to turn on WP Debug so you can see the source of the errors.
It was also pointed out by another person on our support staff that it looks like your WordPress theme may be compromised as well. If you look at the theme credits, there are some links that point to what looks like spam sites. Here’s a screenshot of the source code in your theme: https://slack-files.com/T02SY781D-F9QJTPXNU-03d3875586
Please let us know once you have the WP Debug activated.
Forum: Plugins
In reply to: [Event Espresso - Event Registration & Ticketing Sales] Blank payment pageHi there,
It looks like the tickets are currently expired. Can you please update the ticket on-sale dates, then save the event? Then please let us know when the event has been updated so we can take a look.