View Issue Details

IDProjectCategoryView StatusLast Update
0006722OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2017-11-20 11:01
Reporteravalue Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version4.10.6 / 5.3.6 
Summary0006722: Delivery cost VAT from a product free of delivery
DescriptionOXID calculates the VAT of the delivery costs from the most used VAT percent. But if an article is free of delivery and has a higher price OXID takes the VAT of this article for the delivery cost VAT. (See attached screenshot)

Delivery-free articles should not be considered in delivery cost calculation.

See oxPriceList::getMostUsedVatPercent

It can be reproduced in OXID Demo Shop Prof. Edition.
Steps To Reproduce1. Configure OXID to always show delivery costs VAT (in backend)
2. Create an delivery free article with a higher price than the physical one
3. Create a physical article with a non-standard VAT (e.g 7%)
4. Put both articles into basket
TagsNo tags attached.
Attached Files
ThemeAzure
BrowserGoogle Chrome
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2017-11-20 11:01

administrator   ~0012268

Some online merchants charge VAT on packaging material according to the product that has the higher value in the shopping cart.

In your example:
If the value of the two delivery free articles are (19% VAT) is 200 EUR and the value of the Neoprenshoe (7% VAT) is only 44,90 EUR euros,
the packaging material will be taxed at 19%.

This procedure is also allowed.