View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004855 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2013-01-15 12:22 | 2013-01-15 13:18 |
Reporter | ldierks | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | independent | ||||
Product Version | 4.7.1 / 5.0.1 revision 52468 | ||||
Summary | 0004855: Discounts on payment methods (negative price) are ignored | ||||
Description | In payment methods when you enter a negative amount in the field "Price Surcharge/Reduction" this value is ignored if the entry is negative - regardless wether one takes absolute or percentage. | ||||
Steps To Reproduce | Take a negative value in the field "Price Surcharge/Reduction" of the payment method and look at the prices during checkout. | ||||
Additional Information | The cause for ignoring the negative payment prices can be found in oxbasket.php in function calculate( $oBasket ). By uncommenting the line if( $dPrice > 0 ) { the problem can be solved. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0004712 | resolved | Linas Kukulskis | No discount in the order |