Page 1 of 1

Feature request / wish

Posted: 21 Jul 2019, 13:16
by boomla
Hi,

Thanks for some well build extensions :)

I do have a wish for Phoca Cart;
By law, I *have to* show the amount of tax at the checkout/at payment,
but not at product presentation - where it look hiddeous :/

My wish:
To be able to ONLY show tax at checkout/at payment,
all other places - show brutto (incl. tax)

...maybe at a coming version?

Thanks again for all your good products :)
boomla

Re: Feature request / wish

Posted: 21 Jul 2019, 21:19
by Jan
Hi, maybe the best way is to just hide it easily per CSS for the places where you don't want to display it :idea:

Jan

Re: Feature request / wish

Posted: 22 Jul 2019, 19:10
by boomla
Thanks for your reply,

Yes, that might be an option.
Could I ask for direction to find the correct file(s)?

Thanks,

Re: Feature request / wish

Posted: 23 Jul 2019, 16:32
by Jan
Hi,

for example:

Image

Code: Select all

.ph-tax-txt,
.ph-tax {
display: none;
}
This code can hide the VAT line (just add it to CSS which is loaded as last, e.g. your template custom.css)

Jan

Re: Feature request / wish

Posted: 23 Jul 2019, 20:30
by boomla
Hi Jan,

Success :)
Thank you for your effort - appreciated!

All the best,

Re: Feature request / wish

Posted: 26 Jul 2019, 13:02
by Jan
Ok, great to hear it.

Jan