View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003236 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2011-09-08 15:59 | 2012-12-10 13:23 |
Reporter | tosam | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.4.8 revision 34028 | ||||
Summary | 0003236: Oxremark deleting Comment during an order | ||||
Description | If a customer makes an order and enters a comment (order_remark) the comment is saved properly. But in Case the customer wants to delete the comment on the last page, he goes back to the page cl=user and has to erase everything in the remark textarea. Then after taking the steps forward (cl=payment and then cl=order) he sees that the first made comment is still there. Nothing was deleted. | ||||
Additional Information | In (Oxid CE 4.4.8) file /views/oxcmp_user.php on line 667 it is written: $sOrderRemark = oxConfig::getParameter( 'order_remark', true ); if ( $sOrderRemark ) { oxSession::setVar( 'ordrem', $sOrderRemark ); } by adding the following Line: else { oxSession::setVar( 'ordrem', ' ' ); } the comment will be erased by entering a empty field. | ||||
Tags | Order | ||||
Theme | Basic | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||