Net and gross 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
Tue Apr 16, 2013 8:11 pm
Reply with quote
Report this post
Welcome. I would like to replace the display of net and gross prices (larger and more important is the net price) page template and module. How to turn code and which files?

module ex.:
http://smakpremium.pl/

Template ex.:
http://smakpremium.pl/sklep-smak/indie/herbata-lisciasta/herbata-czarna-bardzo-aromatyczna-detail

thank you for help
User avatar
Senior Boarder

teitbite
Wed Apr 17, 2013 3:54 pm
Reply with quote
Report this post
Hi

Can You please just show me which price is a gross and which one is net ? I can see one big price right now and a tax value with a smaller font.
User avatar
Moderator

GK User
Thu Apr 18, 2013 1:30 pm
Reply with quote
Report this post
ok. All big (color red is gross).
brutto = gross
netto = net
User avatar
Senior Boarder

teitbite
Thu Apr 18, 2013 2:58 pm
Reply with quote
Report this post
Hi

Here is a selector for net price:

Code: Select all
.PricepriceWithoutTax {
font-size: 20px;
}

.PricepriceWithoutTax span {
color: red;
}


and here is for gross:

Code: Select all
div.PricesalesPrice {
    font-size: 12px;
}

div.PricesalesPrice span.PricesalesPrice {
    color: gray;
}


add this to css and play with attributes till You will have it as You want it :)
User avatar
Moderator


cron