View Issue Details

IDProjectCategoryView StatusLast Update
0001008OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:23
Reportermarco_steinhaeuser Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.2 revision 18998 
Fixed in Version4.2.0 revision 23610 
Summary0001008: cart calculation: cash discount is calculated ignoring vouchers
DescriptionThe cart value is decreased by a voucher:

cart value: 20 EUR
voucher (15%): 3 EUR
subtotal: 17 EUR

In case you work with a cash discount, it is not calculated from subtotal as expected but from original cart value.
TagsOrder
Attached Files
SP32-20100222-203949.gif (7,276 bytes)   
SP32-20100222-203949.gif (7,276 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

related to 0000834 resolveddainius.bigelis wrong calculation for shipping costs using discount 
related to 0000968 resolvedalfonsas_cirtautas wrong net price on order overview (admin) 

Activities

dainius.bigelis

2009-06-12 14:22

reporter   ~0001055

See the draft sheme of calculation in basket in bug entry 0000834

dainius.bigelis

2009-06-12 17:39

reporter   ~0001058

As this needs changes in basket layout - we are waiting for approval from financial department.

ralf_trapp

2010-02-22 20:37

reporter   ~0002369

Last edited: 2010-02-22 20:41

Resolved already since 4.2.0. It's calculated right now like this:

Sum of Goods
- voucher
+ shipping
= Total

Then skonto is calculated by X% based on total

(see SP32-20100222-203949.gif)