remove details Prices

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 Mar 19, 2014 9:44 pm
Reply with quote
Report this post
I want to cusotmize VirtueMart product view and change the prices area. How to remove the details of the prices of items? I want to leave only default price and remove all other price variants.
User avatar
Junior Boarder

GK User
Thu Mar 20, 2014 9:35 am
Reply with quote
Report this post
Hi,
I want to help ... but what is "details of the prices" ?

p.s.
In VM you can disable all prices or selected info - check setting.
User avatar
Platinum Boarder

GK User
Thu Mar 20, 2014 4:32 pm
Reply with quote
Report this post
Please from the template ,does not work in VM settings prices.
User avatar
Junior Boarder

GK User
Thu Mar 20, 2014 9:18 pm
Reply with quote
Report this post
ok, let's try this:
Code: Select all
div.PricediscountedPriceWithoutTax,
div.PricepriceWithoutTax,
div.PricetaxAmount
{display:none;}


I hope that you know how to use custom css code, if not --> http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Thu Mar 27, 2014 10:18 pm
Reply with quote
Report this post
Hi, sorry but does not work. What can we do?
User avatar
Junior Boarder

GK User
Sat Mar 29, 2014 11:09 am
Reply with quote
Report this post
show me your page, where you have it ... it will help me much more.
Maybe we have to use similar code but also for other class'es.
User avatar
Platinum Boarder

GK User
Sun Mar 30, 2014 6:39 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Tue Apr 01, 2014 10:38 pm
Reply with quote
Report this post
Code: Select all
.PricebasePriceWithTax,
.PricediscountedPriceWithoutTax,
.PricediscountAmount,
.PricetaxAmount
{
    display: none !important;
}

Ok, I forgot to use !important;
User avatar
Platinum Boarder

GK User
Tue Apr 01, 2014 10:42 pm
Reply with quote
Report this post
p.s.
I suggest to disable (pdf) iconn , nobody use it anymore - especially on the e-store, on the product page.
and you will safe some space.
User avatar
Platinum Boarder


cron