WooCart
Forum Replies Created
-
Forum: Plugins
In reply to: [EU VAT & B2B Taxes for WooCommerce] Vat B2B in the same town@federfico87 Please contact us and we’ll have a closer look. Add to the email the list of plugins and the screenshot of the VAT plugin settings.
Forum: Plugins
In reply to: [EU VAT & B2B Taxes for WooCommerce] Missing VAT ID FieldWe have not been able to get the credentials to see the issue.
Forum: Plugins
In reply to: [EU VAT & B2B Taxes for WooCommerce] Missing VAT ID FieldPlease try disabling all plugins except this one to see if there is a plugin conflict. If not, contact us with your username/password and we’ll have a closer look.
Hi,
As of now, setting the checkbox to be pre-checked is not possible and the same for changing of labels for the fields.
You are welcome to create an issue for this feature request over here – https://github.com/woocart/eu-vat-b2b-taxes/issues/new
We will surely consider including this for the next update of the plugin.
Forum: Plugins
In reply to: [EU VAT & B2B Taxes for WooCommerce] VAT still includedHi,
Apologies for the late response.
The test link you provided does not seem to be working. To answer your question, if the VAT ID required field is checked, the tax will not be deducted unless a valid VAT ID is provided. And this is for the countries within the EU (but not the home country).
For the home country, the valid VAT ID field is ignored if the option to charge tax is not checked. But that will still be a required field.
You can also test this further at https://plugin-testing.us.mywoocart.com/.
Not sure about why the error popped up even when the file is present in the includes folder. One suggestion which I can make is to include the absolute path to the file instead of relative one.
For ex:
Instead of ‘includes/functions-common.php’ you can go for the following:-> require_once PYS_FREE_PATH . ‘/includes/functions-common.php’
I am hoping this should fix any of the path related issues with the plugin.
Hope this helps ??Forum: Plugins
In reply to: [WooDash] Hide Taxes menu if Enable taxes is UNCHECKEDHi,
The updated plugin (v1.2.0) is already available over here (WordPress repository). Kindly update your plugin to the latest version.
Forum: Plugins
In reply to: [WooDash] Hide Taxes menu if Enable taxes is UNCHECKEDThanks for the request! It’s been added to v1.2.0 (PR on GitHub).