Is it possible to place the link of Register button (on a EE4 Events Table View Template ) to registration-checkout page? The issue I have is that the URL includes a transaction ID (/?uts=) which is dynamically generated, so I can’t just point a button to /registration-checkout/.
You can’t just link to registration-checkout as you need to submit tickets using the ticket selector for EE to build out the registration form. The uts value in the query string is not the transaction ID, it’s a unix timestamp and the main purpose for using it is caching busting so even knowing that value won’t help much.
What you can do is include the ticket selector for the event directly within the table view template, @Josh has an example doing just that here:
The support post ‘EE4 Events Table View Template from clicking on register to checkout’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.