problem with label price in product cart

GK User
Mon Sep 17, 2012 9:29 am
Hi,

another problem I cannot solve.
As you see

http://www.climbe.pl/index.php/oferta/k ... ain-detail

in product cart I have the final price with tax (brutto). In configuration VM administration panel I switched off all different prices labels. Only one is still switch on. It is the final price with tax (brutto). It is correct. But above it there is one wrong label. It is simple price (cena) and it should be unvisible because I switched off it in configuration. But it dosent happen.

Can you tell me what is wrong with template? Why this label is still there even thought it should be unvisible.

Thanks for help.
User avatar
Expert Boarder

Konrad M
Mon Sep 17, 2012 10:07 am
Hi,
please try add to override.css
Code: Select all
.product-price {
background: none;
}
.product-price > strong {
display: none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Sep 17, 2012 11:20 am
Konrad M wrote:Hi,
please try add to override.css
Code: Select all
.product-price {
background: none;
}
.product-price > strong {
display: none;
}

and remember to enable override.css option in template settings.




Konrad, you are the best :) working properly :)

thanks
User avatar
Expert Boarder


cron