View Issue Details

IDProjectCategoryView StatusLast Update
0004782OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2017-06-28 10:18
Reporterjurate.baseviciene Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.6.5 revision 49955 
Summary0004782: incorrect vat selection from inactive category
DescriptionIncorrect vat selection from inactive category.


1. Create new two categories
(For first category (test1) need to set spec. VAT =7%;
For second category (test2)need to set spec. VAT =10%);
2. Crete one new product (no.123 price=10eur.) for product default Vat is set 19%;
3.Assign product for categories (test1 and test2);
4.Go to frontend page;
5.Add article (123) to basket;
6.Go to basket and see which Vat is used (7%);
7.Go to admin and deactivate category "test1" ;
8. back to frontend and refresh the basked VAT is used 7%;
9. Again go to admin and for category "test1" set VAT 30%;
10.back to frontend and again update basked, and then vat is used 30%, but category "test1" is deactivated;



TagsCategory, VAT
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

florian.auer

2014-12-15 15:39

reporter   ~0010460

What is the expected behaviour?

jurate.baseviciene

2014-12-16 08:59

reporter   ~0010490

If category is deactivated then product should not use VAT of deactivated category.

QA

2017-06-28 10:18

administrator   ~0012160

Articles can only have one VAT rate. Thus, the article may not be assigned to two categories with different VAT rates.

In addition, the VAT of the main category is always used for the VAT calculation.

So it is not a bug, but mis-configuration.