Page 1 of 1

Remove tax lines

PostPosted: Thu Oct 12, 2017 11:55 am
by info@.....com
Hi, i'd like to know how can I hide tax lines from checkout page.

I'm using three column special blue css template and one page 2.0.341.100817

Thanks!

Re: Remove tax lines

PostPosted: Mon Oct 16, 2017 7:26 pm
by admin
hello, to supress tax display in the cart, i would suggest to:

1. in OPC's Tax&Prices tab, make sure you:
- CHECKED: use just one tax
- UNCHECKED: use dynamic tax lines

2. add this to the very bottom of onepage.css in /components/com_onepage/theme/three_colum... (as selected at the display tab)/onepage.css

Code: Select all
#vmMainPageOPC #tt_tax_total_0_div, #vmMainPageOPC #tt_tax_total_0_div_basket {
display: none !important;
}


this will hide the tax display both in the cart and at the bottom.

best regards, stan

Re: Remove tax lines

PostPosted: Thu Oct 19, 2017 12:32 pm
by info@.....com
Nice, thanks :)

Re: Remove tax lines

PostPosted: Fri Oct 27, 2017 9:39 am
by admin
you are welcome, best regards, stan