Page: | 1 | 2 |
Topic:

New freeware plugin - vatLite v0.1 for QC v4.x

treewood
OpenSolution
See profile of: treewood
2011-11-30 09:11:24
Votes: 0
Vote answer in plus Vote answer in minus
We've created new freeware plugin to Quick.Cart v4.x.

Displays the products prices without VAT using single VAT rate

You should know HTML to install this plugin.

Check out this plugin here:
http://opensolution.org/download,en,18.html?sDir=Quick.Cart/plugins#vatLite_v0.1

Good luck!
boboo
See profile of: boboo
2011-12-08 15:03:49
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: treewood
2011-12-08 18:38:37
Votes: 0
Vote answer in plus Vote answer in minus
Then change
$fVat = '1.'.$GLOBALS['config']['vat'];

to
$fVat = '1.'.str_replace( '.', '', $GLOBALS['config']['vat'] );
boboo
See profile of: boboo
2011-12-08 20:06:28
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: treewood
2011-12-10 21:40:34
Votes: 0
Vote answer in plus Vote answer in minus
boboo - this change was made in vatLite
kacey
See profile of: kacey
2012-01-03 14:24:52
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: kacey
2012-01-09 15:21:16
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: treewood
2012-01-09 15:54:01
Votes: 0
Vote answer in plus Vote answer in minus
kacey - send link to check it ...
kacey
See profile of: kacey
2012-01-09 16:58:49
Votes: 0
Vote answer in plus Vote answer in minus
Hi Treewood, here is a link to an article with attributes and different prices for the attributes:

http://www.horeca-meubilair.com/169,phoenix-palmboom-kunstplant.html
treewood
OpenSolution
See profile of: treewood
2012-01-09 19:01:56
Votes: 0
Vote answer in plus Vote answer in minus
site dont work ...
kacey
See profile of: kacey
2012-01-09 20:09:26
Votes: 0
Vote answer in plus Vote answer in minus
Please try again, site is running fine...
treewood
OpenSolution
See profile of: treewood
2012-01-09 21:54:41
Votes: 0
Vote answer in plus Vote answer in minus
Sorry but still not :(
kacey
See profile of: kacey
2012-01-09 22:04:23
Votes: 0
Vote answer in plus Vote answer in minus
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.
openzibi
See profile of: openzibi
2012-01-09 22:38:44
Votes: 0
Vote answer in plus Vote answer in minus
kacey -Try THIS link http://www.horeca-meubilair.com/
UPS! Error!



-------------------------------------------------------
hosting-domeny-strony - http://www.rhh.pl
kacey
See profile of: kacey
2012-01-09 22:48:40
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: openzibi
2012-01-09 22:53:09
Votes: 0
Vote answer in plus Vote answer in minus
kacey - is it ok in yoUr link: HORECA-MEUBILAIR?




-------------------------------------------------------
hosting-domeny-strony - http://www.rhh.pl
kacey
See profile of: kacey
2012-01-09 23:12:10
Votes: 0
Vote answer in plus Vote answer in minus
Yes, when I click the links above as in your post ,
the site http://www.horeca-meubilair.com comes up fine.
openzibi
See profile of: openzibi
2012-01-09 23:21:41
Votes: 0
Vote answer in plus Vote answer in minus
kacey - I think It was problem on your serwer.

Now (23.20) link is OK
http://www.horeca-meubilair.com/169,phoenix-palmboom-kunstplant.html




-------------------------------------------------------
hosting-domeny-strony - http://www.rhh.pl
kacey
See profile of: kacey
2012-01-09 23:53:50
Votes: 0
Vote answer in plus Vote answer in minus
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
See profile of: treewood
2012-01-10 07:37:43
Votes: 0
Vote answer in plus Vote answer in minus
i still cant open this site ... how i can help then ? :/
Page: | 1 | 2 |
 


If You want to do this operation, please log in first ».
If You don't have an account please register ».
Valid XHTML 1.0! Valid CSS! version: 2.2.0-alfa | powered by Quick.Forum