View Issue Details

IDProjectCategoryView StatusLast Update
0005723OXID eShop (all versions)1.02. Price calculations (discounts, coupons, additional costs etc.)public2024-01-24 15:45
Reportergerldental Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version4.8.4 / 5.1.4 
Summary0005723: Positive discounts in basket
DescriptionSometimes it's needed to make "positive" discounts, for example as extra fee for small basket values. Workaround is to make a discount with NEGATIVE value (for example, for baskets between $0.001 and $24.999 making discount -$10.00).

If a basket has articles with flag OXSCIPDISCOUNTS = 1 (skip all negative discounts) that's makes positive discount ignoring basket limit (in example - between 0.001 and 24.999) and it applied on all basket values (bigger as $25.0 too).
TagsBasket, Discount, Product domain and basket rewrite
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0002042 closedbenjamin.joerger "Ignore negative Discounts" don't works anymore in 4.4.1 
related to 0004535 confirmedHR "Skip all negative Discounts" disables Scale Prices 

Activities

gerldental

2014-04-11 22:11

reporter   ~0009832

additional comment: i think it's reasonly to make in products a 'Skip all positive Discounts' checkbox too. Shop admin can separate functionality for negative and positive product discounts.

Positive discounts will be used for example as extra fee for small basket amounts. In this case, the fact, that products with 'Skip all negative Discounts'-checkbox are on will be ignored - looks like an error.