View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000762 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2009-04-01 15:58 | 2012-12-07 15:19 |
Reporter | Harsam | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.1.0 revision 15990 | ||||
Fixed in Version | 4.1.0 revision 17976 | ||||
Summary | 0000762: Wrong AmountPriceInfo in Details.tpl | ||||
Description | Swiss customers are supplied with 0% of tax, net prices need. For the supplier country Switzerland it was given accordingly as a tax set 0 %. The normal price of the product in the Details.tpl is displayed correct-wise with logged on Swiss customers also as a net price, not, nevertheless, the relay prices! These become an oxide template with [{$priceItem-> fbrutprice}] or also with [{$priceItem-> fnetprice}] appealed, displayed ALWAYS as a gross price no matter whether, how in the original. Here no representation problem is given, but a declaration problem of the suitable variable! | ||||
Additional Information | The Scale prices are always calculated with default VAT. So in case when country is Switzerland - this VAT is not correct. Need to fix the calculation of scale prices to use VAT = 0% in this case. | ||||
Tags | VAT | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Reminder sent to: Harsam Hi, The description is quite confusing so I cannot understand the problem. Could you please write more details about it or make a screenshot? Best regards, Dainius Bigelis |
|
die englische Übersetzung ist wohl nicht die beste, daher hier auf deutsch: Schweizer Kunden werden mit 0% Steuer beliefert, benötigen also generell Nettopreise ohne Steuer. Für das Lieferland Schweiz wurde entsprechend unter Länder im Oxid-Admin als Steuersatz 0% angegeben. Der normale Preis des Produktes in der Details.tpl wird korrekterweise bei angemeldeten Schweizer Kunden auch als Nettopreis ausgegeben, nicht jedoch die Staffelpreise in Details.tpl ! Diese werden egal ob im Original Oxid template mit [{$priceItem->fbrutprice}] oder auch mit [{$priceItem->fnetprice}] angesprochen, IMMER verkehrt als Bruttopreis MIT Steuer ausgegeben. Das ist nicht korrekt. Hier liegt auch kein Darstellungsproblem vor, sondern ein Deklarationsproblem der entsprechenden Variable! |
|
Short translation and summary: This problem is about netto 0% VAT and scale prices: If VAT is set to 0% for a country (e.g. switzerland), normal prices are displayed correctly. The problem occurs with scale prices: They are displayed as brut prices in detail view of product. |
|
fixed wrong vat applience code in oxarticle::_fillAmountPriceList |