View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004196 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2012-06-25 15:06 | 2012-12-10 13:22 |
Reporter | FibreFoX | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.1 revision 45706 | ||||
Fixed in Version | 4.6.6 revision 54646 | ||||
Summary | 0004196: Reply-Field empty on Order-Mail from the owner | ||||
Description | I think there are parantesis missing: if ( $oUser->oxuser__oxusername->value != "admin" ) $sFullName = $oUser->oxuser__oxfname->getRawValue() . " " . $oUser->oxuser__oxlname->getRawValue(); $this->setReplyTo( $oUser->oxuser__oxusername->value, $sFullName ); should be: if ( $oUser->oxuser__oxusername->value != "admin" ){ $sFullName = $oUser->oxuser__oxfname->getRawValue() . " " . $oUser->oxuser__oxlname->getRawValue(); $this->setReplyTo( $oUser->oxuser__oxusername->value, $sFullName ); } | ||||
Steps To Reproduce | look at oxemail.php in method "sendOrderEmailToOwner" (its line 633 for me) | ||||
Tags | Order | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||