bug - modifier prices without VAT for the entire order

Started by roman5527, August 19, 2015, 21:53:48 PM

Previous topic - Next topic

Milbo

Quote from: Studio 42 on September 11, 2015, 18:00:36 PM
Why you cannot set default country to main vendor as default in VM?

Quote from: Milbo on September 11, 2015, 16:21:16 PM
Quote from: Studio 42 on August 31, 2015, 16:54:25 PM
but in my case this was blocking anonymous prices with tax(an anonymous get only country set when in cart and no country is set as default in VM2 or 3).

First you can set a default country, just set the id of the country to the default field.

Quote from: Milbo on September 11, 2015, 16:21:16 PM
I had the problem for 3 sites, because EU taxes. and splitting eu and rest of world.
And when you go in cart and return to shop, the Country is set( in OPC.)
With the new law, you cannot set cookies in EU site, then it's where so simple to use vendor country as default user country(or a setting in the config)
And checking for IP is only right when you don't use a proxy (proxy  are used by some mobile compagny as default in 3G/4G now).
http://extensions.virtuemart.net/shoppers/bundle-eu-vat-id-checker-moss-tax-synchroniser-detail

QuoteQuote from: Studio 42 on August 31, 2015, 16:54:25 pm

    but sometime the "filters" do not work

They work always
And sorry when you use 2 taxes(eu+rest fo world), you have bad result if you need to force another tax in a product(this is added with the other taxes)

Check simply the forum, some advise i have see . to first add the tax then remove it with another rule !

Greets,
Patrick

See extensions.virtuemart.net, it works with euvatid check and 17 taxes. The whole costs are 89 euro
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Studio 42

#16
Hi max,
I think you don't speak from the same problem.
My taxes are working very well.
But i use default rules for most products(calculated by country EU or NOT EU).
Now, if i need to use another taxe for overide, i cannot set 2 taxes. You have no "parent taxe group" to do this and cannot have 2 taxes(calculated by country EU or NOT EU), but only one.
If you need to apply discount for a group of product for a certain period(not using category, but by product id) you cannot set another discount in same category for eg. and choose priority
I can give you more case, if you need.
Regards,
Patrick

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Studio 42

Hi Max,
I know exactly how it works.
Thanks to try, or  ignore my message, i think is simplier.


Milbo

I doubt you know how it works. if you know how it works, you would not ask for, you would not even write the word "override".

Really read the manual,.... there is also something new for you.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Studio 42

Sorry, I don't read manual, i read the code.
Currently, the rules are get from product prices information, and set when there is a correlation in gatherEffectingRulesForProductPrice.
if ($hitsCategory and $hitsShopper and $hitsDeliveryArea and $hitsManufacturer)
then rule us set.
Now when you need to apply different rules in one category, you need to change virtuemart_manufacturers or you cannot have 2 "auto" rules.
If you had another group/filter(or use the name you prefer) products, then all this needed hoocks would be just an old nightmare.
This is same for discounts.

Milbo

rules and products can have more than one category. I am sorry, I dont get it. When you create 2 tax rules without any restriction, any product uses both tax rules.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Studio 42

Quote from: Milbo on September 15, 2015, 08:23:33 AM
rules and products can have more than one category. I am sorry, I dont get it. When you create 2 tax rules without any restriction, any product uses both tax rules.
It's exactly what i mean.
How to apply then one or the other rule ?

roman5527

Good day .

I need to display a price without tax since it is a wholesale.
I set the tax as a tax on the entire order and treble functions properly. But on the invoice for items it is now dan 0% .what is wrong should be there 20%. how to set up?