Support

Home Forums Event Espresso Premium Hide Return to Return to Event List Button

Hide Return to Return to Event List Button

Posted: December 13, 2015 at 10:05 pm


Tammy Roque

December 13, 2015 at 10:05 pm

Hey Guys!

How do I have this button? I’m using the Multi-Event add-on and using shortcodes on specific pages as my main event page.

event-cart-go-back-button event-cart-button button

Also, is there a shortcode for the cart page? I’d like to add a link to a shopping cart item on the site.

Thank you!


Tony

  • Support Staff

December 14, 2015 at 3:36 am

Hi Tammy,

Hiding the return to event list button can be done using CSS, for example:

a.event-cart-go-back-button.event-cart-button.button {
    display: none;
}
a.cart-results-go-back-button.cart-results-button.button {
    display: none;
}

However you could change the link that button uses to your custom event list url you prefer?

You can use the function shown here:

https://eventespresso.com/wiki/ee4-multiple-event-registration-add-on/#customizations

Would that work better?

Also, is there a shortcode for the cart page? I’d like to add a link to a shopping cart item on the site.

You would need to add the ticket selector to your page which the user can use to add ticket and view the cart, you can do that using:

[ESPRESSO_TICKET_SELECTOR event_id=your_event_id]

The support post ‘Hide Return to Return to Event List 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