StoreBox Virtuemart settings

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 03, 2013 12:00 am
Reply with quote
Report this post
Hello,

I would like to remove the prices with tax that makes prices appear twice below

each product on my www.willysantangelo.it but the option Display variant prices with tax

in virtuemart has no effect, I disabled it and the prices still appear also with tax.

Thanks for your help
User avatar
Fresh Boarder

teitbite
Wed Jul 03, 2013 3:02 am
Reply with quote
Report this post
Hi

Please add this to css:

Code: Select all
.productdetails-view .PricepriceWithoutTax,
.productdetails-view .PricetaxAmount {
display: none !important;
}
User avatar
Moderator

GK User
Wed Jul 03, 2013 7:31 am
Reply with quote
Report this post
teitbite wrote:Hi

Please add this to css:

Code: Select all
.productdetails-view .PricepriceWithoutTax,
.productdetails-view .PricetaxAmount {
display: none !important;
}


Hello I added yout css code but the prices with taxes are still there :)

thanks
User avatar
Fresh Boarder

teitbite
Thu Jul 04, 2013 12:08 pm
Reply with quote
Report this post
Hi

I do not see my code in Your site. Where have You copied it to ? Please use override.css and remember to enable using override in template settings.
User avatar
Moderator


cron