View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003964 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2012-04-30 09:54 | 2022-02-02 16:20 |
Reporter | b.hasis | Assigned To | |||
Priority | low | Severity | feature | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 4.5.9 revision 43186 | ||||
Summary | 0003964: not possible to set up that new customer has no preselected paymenttype | ||||
Description | If you unckeck all "oxpayments__oxchecked" in admin/payments you got in checkout/payments anyway a selected paymenttype(the lastone). So, it is not possible that new customer dont have any preselected payment methodes. | ||||
Additional Information | in my case to fix this, i have just deleted this code: // 0000646 $oPaymentList = $this->getPaymentList(); if ( isset( $oPaymentList ) && $oPaymentList && !isset( $oPaymentList[$sCheckedId] ) ) { end($oPaymentList); $sCheckedId = key( $oPaymentList ); } in oxview/payment.php fnc:getCheckedPaymentId() | ||||
Tags | Payment | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||