- This topic has 4 replies, 3 voices, and was last updated 9 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Can I remove the TAX line from my manual checkout page?
Hi,
I use Manual checkout. Here’s my page: [http://www.velovision.com/manual-checkout/] and
see [www.velovision.com/ftp-admin/temp/Screen%20shot%202015-11-17%20at%2004.01.56.png]
There is a line in there called Tax (not normally shown in the shopping cart widget) Can I remove that line please? If so, how? Tax is always nil, so I don’t need it.
Thank you.
You need to customize the manual checkout form to meet your particular needs. You can either do it “manually,” using information from these sources:
Or by using the WP eStore Manual Checkout Form Builder AddOn:
Sorry, I was misleading you. It is not the form I am trying to change, I want to remove the tax line from [wp_eStore_order_summary].
I have added additional CSS class in that output so you can hide the “Tax” row using a CSS tweak.
I have sent you an update via email.
Do the following after you update:
1) Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS tweak which will hide the tax row:
.eStore_order_summary_tax {
display: none;
}
Thanks, that worked