View Issue Details

IDProjectCategoryView StatusLast Update
0000834OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:24
Reportermarco_steinhaeuser Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionsuspended 
Product Version4.1.1 revision 18442 
Summary0000834: wrong calculation for shipping costs using discount
DescriptionUsing a discount by percentage, the base for the shipping costs in percentage by basket will still be the not discounted subtotal of the basket.

see screenshot attached
TagsOrder
Attached Files
Clipboard01.jpg (24,397 bytes)   
Clipboard01.jpg (24,397 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

related to 0000968 resolvedalfonsas_cirtautas wrong net price on order overview (admin) 
related to 0001008 resolvedralf_trapp cart calculation: cash discount is calculated ignoring vouchers 

Activities

marco_steinhaeuser

2009-05-08 10:29

reporter   ~0000879

> 1) is it important what type of discount applied for basket to calculate delivery ? (i think that there should be no difference)

I think it's a slight misunderstanding: In case the shipping costs base on the total, any discount shall be calculated. I.e.: total = basket - discounts (any flavour).


> 2) should be voucher discount substracted also ?

IMO and from a BA-view, a voucher shall be kind of a discount as well.


> please explain problem here ?

total = basket - discounts (without cash discount), right?
(total - 2% cash discount for cash in advance) + shipping = subtotal

ralf_trapp

2009-05-28 13:24

reporter   ~0000977

Last edited: 2009-05-28 13:27

This is not related to tax. Makes indeed much more sense to calculate shipping costs in percent of total sum of basked (including discount)

So internally we agreed about scheme:

  basket
+ wrapping
+ vouchers
- discounts
==========
  subtotal
+ shipping costs (from subtotal)
==========
  total

(negative payment costs are not not considered intentionally)

dainius.bigelis

2009-06-12 17:41

reporter   ~0001059

Offered schema needs changes in basket layout: currently the info about Discount is above the Voucher info (which is in separate section in the bottom of basket).
So we are waiting for approval from financial department.