Support

Home Forums Event Espresso Premium EE4 Events Table View Template from clicking on register to checkout

EE4 Events Table View Template from clicking on register to checkout

Posted: November 8, 2017 at 2:20 am

Viewing 4 reply threads


inside

November 8, 2017 at 2:20 am

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/.


Tony

  • Support Staff

November 8, 2017 at 2:35 am

Hi there,

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:

https://gist.github.com/joshfeck/e8fcb3946f56490d1384bfcc449caa9b

You can place that template file in your themes root directory (preferably a child theme) and EE will use that template in place of the default.

  • This reply was modified 6 years, 10 months ago by Josh. Reason: fixed gist URL


inside

November 8, 2017 at 3:54 am

Hi Tony,
Tank you for the fast reply.
I have placed that template file but nothing change.


Tony

  • Support Staff

November 8, 2017 at 3:58 am

My apologies, I liked to the wrong gist, this is the template with the ticket selector:

https://gist.github.com/joshfeck/e8fcb3946f56490d1384bfcc449caa9b


inside

November 8, 2017 at 6:44 am

thanks a lot

Viewing 4 reply threads

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.

Event Espresso