No matter what count I select from the Shopping cart, it does not update on the screen. I can tell that the count has registered, because it is used to calculate the new total for that event. Does someone have a workaround for this?
It’s a CSS conflict with your theme from the looks of things. This CSS should resolve it:
.price_id {
width: 80px;
}
That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.
Viewing 1 reply thread
The support post ‘Blank Count in Shopping 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.