Remove tax lines

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Remove tax lines

Postby info@.....com » Thu Oct 12, 2017 11:55 am

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!
info@.....com
 
Posts: 22
Joined: Wed Oct 11, 2017 1:36 pm

Re: Remove tax lines

Postby admin » Mon Oct 16, 2017 7:26 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: Remove tax lines

Postby info@.....com » Thu Oct 19, 2017 12:32 pm

Nice, thanks :)
info@.....com
 
Posts: 22
Joined: Wed Oct 11, 2017 1:36 pm

Re: Remove tax lines

Postby admin » Fri Oct 27, 2017 9:39 am

you are welcome, best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 2