Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Hiding Prices in Cart | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Hiding Prices in Cart

Hiding Prices in Cart

Posted: August 19, 2013 at 3:35 pm

Viewing 3 reply threads


Kimber Lintz

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

  • Support Staff

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 Lintz

August 20, 2013 at 8:19 am

That worked! Thanks Sidney!

Viewing 3 reply threads

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 - Staging Server