- This topic has 2 replies, 2 voices, and was last updated 14 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Price and Total Now Showing in Cart
Tagged: cart, purchase price, totals
http://smallbizcreative.ca/store (this page is not live yet).
I presently have 3 products up. I added one of each to the shoppingcart. They show up in the shoppingcart, but the price, and the total purchase do not show up. When I click through to pay, it does total up and give the amount there, but I need it to show up in the cart too.
I’m not sure what I’m missing.
The site is WP3.01, and the cart is 3.7.4.
Thanks.
Velma
Tried to RSS to this thread, and got “This XML file does not appear to have any style information associated with it. The document tree is shown below.”
Couldn’t subscribe.
Velma
Hi, I had a look at your site. The price is showing up it’s just in white font color. The eStore gets a lot of it’s CSS from your theme.
It looks like this font color for tables is not defined in your theme and is Inherited from body.page
body {
color:#FFFFFF;
font-size:1.2em;
text-align:center;
}
store (line 24)
In the eStore CSS there is a class called
.shopping_cart
Once you find this all you need to do is specify a font color.
color:#FFFFFF; (FFFFFF) = white you will need to make this something like 000 (this is black)