View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001905 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2010-06-10 19:33 | 2012-12-07 15:17 |
Reporter | Moehlis | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.3.2 revision 27884 | ||||
Fixed in Version | 4.4.1 revision 28950 | ||||
Summary | 0001905: articles with oxskipdiscounts = 1 are not included in payment-amount check | ||||
Description | Articles, which have option "Skip all negative Discounts" set as ON - are not valuated in the check for defined amount in Payment Methods. see oxbasket::_calcItemsPrice():621 if ( !$oArticle->skipDiscounts() ) { $this->_oDiscountProductsPriceList->addToPriceList( $oBasketPrice ); $this->_oDiscountProductsPriceList is used in oxbasket::getPriceForPayment() wich is used to do the oxpayment.oxfromamount/oxtoamount check Articles with "skip negative discounts" also should be valuated in the check for payment methods. | ||||
Tags | Payment | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||