Hello,
We set up Quaderno, added the jurisdiction, but the tax is not working on the website. Nothing shows for “tax” on the Cart or Checkout.
Can you help us figure this out please?
]]>Hello, this is Rahmat,
I activated the 7-days trial to test the Tax calculation but it didn’t work for me at all. I requested to check you guys, but after waiting 3-4days, didn’t get any good update. Even you guys are not replying me on the email support as well.
Can I get an update so that I can purchase the premium? It’s important for us to work the tax calculation ASAP as we’re going live in very soon.
I’ve shared the admin access to you email already.
Thank you
]]>Hi there,
We are the develoers of Stripe Gateway for WooCommerce and one of our clients want to add our gateway as credit_card on the invoices generated by Quaderno. So we dive into code and find a filter to make it work.
Here is the code snippet we have written. https://gist.github.com/xlplugins/f53bdc29a71d8c4d9091da8a77e6ca35
But it would be great if we could have our gateway listed too inside the quadeno plugin as credit card gateway.
Thank You
Hi, can you tell me if this is compatible with Dokan or WCFM Marketplace plugins? Thank you.
]]>Hi,
Do you have any plan to update your plugin and make it WooCommerce 3.6 compatible? If it is, please update the relevant fields (it reports compatibility up to 3.5.0).
Regards,
Krisztian
I use Quaderno on my Woocommerce site for VAT as it is in four languages: French in the main language, English, German and Spanish.
My woocommerce site works well, I only have one remark : when I’m on basket page, VAT is not displayed, but it is displayed on my checkout page.
Could you suggest a solution so that my VAT is displayed everywhere during the purchase process ?
]]>It can’t handle the VAT in WooCommerce correctly: you can’t edit the VAT amount in WooCommerce (unlike the Woo’s or YITH’s VAT plugin).
It deducts VAT from the VAT-inclusive amount each time an order is updated (e.g. payment retried) ending up a lower and lower amount for the same order.
The same happens to subscriptions (with the Woo’s subscriptions plugin): can’t edit the VAT (e.g. no way to add or remove EU VAT ID later to/from the subscription) and reduces the VAT-inclusive amount on every payment retry.
]]>Hi!
In classes/class-wc-qd-invoice-manager.php:96
the entire $item object is being sent to get_item_count(), generating faulty quantities.
It should be the item type as a string, and i’ve changed it manually in my version of the plugin: 'quantity' => $order->get_item_count( $item['type'] )
Would be great if you included this change in future updates!
Thanks for a very helpful plugin!
]]>I am working on localhost with woocommerce and WooCommerce Quaderno plugin. Taxes are perfectly working on checkout page but not working at cart page.
Please solved the issue.