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
Feature request / wish
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Feature request / wish
Hi, maybe the best way is to just hide it easily per CSS for the places where you don't want to display it
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 9
- Joined: 07 Sep 2010, 23:22
Re: Feature request / wish
Thanks for your reply,
Yes, that might be an option.
Could I ask for direction to find the correct file(s)?
Thanks,
Yes, that might be an option.
Could I ask for direction to find the correct file(s)?
Thanks,
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Feature request / wish
Hi,
for example:
This code can hide the VAT line (just add it to CSS which is loaded as last, e.g. your template custom.css)
Jan
for example:
Code: Select all
.ph-tax-txt,
.ph-tax {
display: none;
}
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 9
- Joined: 07 Sep 2010, 23:22
Re: Feature request / wish
Hi Jan,
Success :)
Thank you for your effort - appreciated!
All the best,
Success :)
Thank you for your effort - appreciated!
All the best,
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Feature request / wish
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project