/cart/?event_cart=view#checkout shows the event cart table even when there are no items added to the cart. /cart/ just shows a message “Nothing in your Event Queue – You need to select at least one event before you can proceed with the registration process.” Is there any way for the event cart table to appear instead of that text? I’d like users to be able to navigate to /cart/ and see the empty cart table that says “Your cart is empty” rather than that text.
You can add the Event Espresso mini cart widget to a widget area, which will display the event cart table. Then, you can hide the empty queue message by adding the following CSS to your custom stylesheet:
#spco-empty-cart-hdr,
#ee-single-page-checkout-dv > p {
display:none;
}
Viewing 1 reply thread
The support post ‘Event Cart Table on Cart page’ 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.