Topic: New freeware plugin - vatLite v0.1 for QC v4.x
|
|
|
boboo
2011-12-08 15:03:49
Votes: 0
|
Sorry, but the results are wrong. There are some countries, where the VAT is not an integer. Example France -> 19,6% Using the: $fVat='1.'.$config['fVat'] we get: fVat= 1.19.6 and the compiler counts this with only 1.19 not with 1.196
-------------------------------------------------------
qc-plugins.kimla.de
|
treewood
OpenSolution
2011-12-08 18:38:37
Votes: 0
|
Then change
$fVat = '1.'.$GLOBALS['config']['vat'];
to
$fVat = '1.'.str_replace( '.', '', $GLOBALS['config']['vat'] );
|
|
boboo
2011-12-08 20:06:28
Votes: 0
|
Treewood, I know how to help myself ;-) It was a hint to make You change the plugin code. Because this small bug doesn't throw any error message. And at the end of the day, the surprise from a tax office can be hmmm, bad.
-------------------------------------------------------
qc-plugins.kimla.de
|
treewood
OpenSolution
2011-12-10 21:40:34
Votes: 0
|
boboo - this change was made in vatLite
|
|
kacey
2012-01-03 14:24:52
Votes: 0
|
The VAT lite works fine but only the products page. The vat does not show on the orders basket , order form , in the administration or sent emails. I tried to use the snippet from products_default.tpl in the other templates but without succes. I had to change the code a bit to get the vat added to the price already in admin, but that wasnt to hard. It would be great to see a more complete vat solution with the options to show on different fields:
Price excluding vat, only the vat, price with vat included Then the same thing for the summarys in the orders basket and orders form.
I know it is a big wishlist, but maybe someone has it done already...
Using QC 4.2
|
|
kacey
2012-01-09 15:21:16
Votes: 0
|
Just discovered another inconvenience of the VAT plugin (the plugins are not really plugins imho)
If you are using the products attributes with different prices for the attribute then the price does not get updates because it is not told to do so in core/common.js
Together with the other limitations as mentioned in my earlier post I think this is enough inconvenience for users to suggest a thorough rewriting of the VAT modification. Please?
|
treewood
OpenSolution
2012-01-09 15:54:01
Votes: 0
|
kacey - send link to check it ...
|
treewood
OpenSolution
2012-01-09 19:01:56
Votes: 0
|
site dont work ...
|
|
kacey
2012-01-09 20:09:26
Votes: 0
|
Please try again, site is running fine...
|
treewood
OpenSolution
2012-01-09 21:54:41
Votes: 0
|
Sorry but still not :(
|
|
kacey
2012-01-09 22:04:23
Votes: 0
|
I dont understand why you cannot see it, the site has been online and working all the time. We are messing up your forum with these comments, please delete last posts, I will get in touch through support if you dont mind.
|
|
kacey
2012-01-09 22:48:40
Votes: 0
|
Openzibi, I can see the site ok, How is it possible that I can see it from Spain, others from Holland, and you both cannot see it? I used internet explorer and chrome.
|
|
openzibi
2012-01-09 22:53:09
Votes: 0
|
kacey - is it ok in yoUr link: HORECA-MEUBILAIR?
------------------------------------------------------- hosting-domeny-strony - http://www.rhh.pl
|
|
kacey
2012-01-09 23:53:50
Votes: 0
|
Thanks Openzibi, sorry for your time. Might have been a temporary overload. Maybe someone can delete all these messages about server availability.
Hope someone finds a solution for a complete tax option.
|
treewood
OpenSolution
2012-01-10 07:37:43
Votes: 0
|
i still cant open this site ... how i can help then ? :/
|
|
|
|
|