View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000834 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2009-04-28 11:27 | 2012-12-10 13:24 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 4.1.1 revision 18442 | ||||
Summary | 0000834: wrong calculation for shipping costs using discount | ||||
Description | Using 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 | ||||
Tags | Order | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0000968 | resolved | alfonsas_cirtautas | wrong net price on order overview (admin) |
related to | 0001008 | resolved | ralf_trapp | cart calculation: cash discount is calculated ignoring vouchers |
|
> 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 |
|
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) |
|
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. |