VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: CampaignPromotions on May 02, 2014, 16:32:37 PM

Title: [SOLVED] Product Price Not Showing in Shopping Cart
Post by: CampaignPromotions on May 02, 2014, 16:32:37 PM
Good afternoon,

I have a clients website that has stopped functioning correctly after an update. I have searched for 3 days and tried various 'solutions' which have unfortunately not solved my problem.

The product price is no longer showing in the shopping cart, although the total amount of the order is showing.

I really need help and fast. Her entire site is based on her store and it simply isn't working anymore. Can anyone please offer any help?

http://healedpeople.com/!J2
Joomla 2.5.10
Virtuemart 2.6.0

Thank you,

Cassandra
Title: Re: Product Price Not Showing in Shopping Cart
Post by: GJC Web Design on May 02, 2014, 16:39:48 PM
He he...

your font size in the cart is 1px...  :)

change templates/theme4301/css/template.css  line 329

from

.sectiontableentry1 div, .sectiontableentry0 div {
  font-size: 1px;
}

to

.sectiontableentry1 div, .sectiontableentry0 div {
  font-size: 13px;
}

[attachment cleanup by admin]
Title: Re: Product Price Not Showing in Shopping Cart
Post by: CampaignPromotions on May 05, 2014, 13:35:11 PM
I don't know how I overlooked that, but THANK YOU!