Support

Home Forums Event Espresso Premium Hiding Prices in Cart

Hiding Prices in Cart

Posted: August 19, 2013 at 3:35 pm


Kimber

August 19, 2013 at 3:35 pm

Sorry for all of the questions!

Is there a way to hide the cost of events when they are in the cart?


Seth Shoultes

  • Support Staff

August 19, 2013 at 10:42 pm

I’m not sure removing the prices from the shopping_cart.php would be an ideal solution, because it could cause bugs or other issues. But you may be able to hide the price using CSS. If you look in the templates/shopping_cart.php, around line #131 to #138, you will see the CSS classes and ID’s used.

Hope that helps?


Sidney Harrell

August 19, 2013 at 10:49 pm

Do you mean remove the price from the event in the event list, or in the cart page itself? For the cart page, you could do something like:

.price_list .price {
display: none;
}

For the event list:

p.event_price {
display: none;
}


Kimber

August 20, 2013 at 8:19 am

That worked! Thanks Sidney!

The support post ‘Hiding Prices in Cart’ 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