View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001592 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2010-01-07 17:31 | 2012-12-07 15:17 |
Reporter | Moehlis | Assigned To | |||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.2.0 revision 23610 | ||||
Summary | 0001592: payment formular dynvalues not shown after getting input error | ||||
Description | when getting an error in payment step, the dynvalue fields are empty, meaning you have to fill it again. | ||||
Additional Information | payment.php:447 getDynValue current: if ( ( $aDynValue = oxSession::getVar( 'dynvalue' ) ) ) { $this->_aDynValue = $aDynValue; } else { $this->_aDynValue = oxConfig::getParameter( "dynvalue"); } fix: if ( $aDynValue = oxConfig::getParameter( "dynvalue") ) { $this->_aDynValue = $aDynValue; } else { $this->_aDynValue = oxSession::getVar( 'dynvalue' ); } | ||||
Tags | Payment | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||