Support

Home Forums Event Espresso Premium Create "register Now" link or button

Create "register Now" link or button

Posted: April 5, 2016 at 6:40 am


ricki

April 5, 2016 at 6:40 am

From the events page ( http://somaticintervention.com/events/part1-jerusalem-august/) , I want to create a “register Now” link or button that will take them straight to the registration page http://somaticintervention.com/registration-checkout/?ee=1.
I want to turn off the “display ticket selector” but still send my users to register. (I dont need them to choose how many tickets – they will always only be paying for 1 ticket.)


Tony

  • Support Staff

April 5, 2016 at 7:11 am

Hi there,

http://somaticintervention.com/registration-checkout/?ee=1

That link is from EE3 ?ee=1 tells Event Espresso 3 to display the Event with ID 1, it does not work for EE4 (which you are using).

Currently it is not possible to remove the ticket selector, the user needs to submit tickets using the Ticket selector in order for the Single Page Checkout function to work.

You can set the ticket within that event to be required – http://take.ms/tzTzQ

Event Espresso will then default to 1 on that ticket, so the user can just submit.

You could also then hide the ticket selector table using some CSS:

.espresso_events .tkt-slctr-tbl {
    display: none;
}

Which will get most of what you requested above.

The support post ‘Create "register Now" link or button’ 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