View Issue Details

IDProjectCategoryView StatusLast Update
0004583OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2012-12-07 15:19
Reportermartinwegele 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.4 revision 49061 
Target Version4.7.0_5.0.0_RC1Fixed in Version4.7.0_5.0.0_RC2 
Summary0004583: Special VAT not used for variants in list view
DescriptionIf a variant of a product has got a special VAT, this will not be used for calculating the price in the list view. In the detail view the price is displayed correctly with the special VAT.
Steps To Reproduce1. Activate "Enter Product Prices as Net Prices (plus VAT)" in Master Settings -> Core Settings -> Settings -> VAT
2. Add new article with price 0 and activate it.
3. Add variant with net price 1 and
4. enter special vat 7.
5. Search for the article in the frontend.

In the search results (also in the list view of the category) the price of the article is displayed as 1,19 but should be 1,07.
Additional InformationI have only tested this in EE 4.6.4 with Azure theme.
reported by Jens Knoop from antwerpes (-> doccheck).
TagsVAT
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-10-10 12:59

reporter   ~0007585

optimized from price calculation:
now always at first fine min variant price (entered in db), when apply parent VAT;
for variants used varaint VAT;

NOTE: best practice is set spec. VAT for parent not for childs (parent vat is inherited for childs).

martinwegele

2012-10-11 10:57

reporter   ~0007588

tested again with EE 5.0.0 RC1. Now it displays just 1 as price. But it should be 1,07.
Anyways I agree about the best practice.

Linas Kukulskis

2012-10-11 11:03

reporter   ~0007589

fixed