View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004241 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2012-07-12 08:28 | 2012-12-10 15:34 |
Reporter | nxs_schleicher | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.0.4 LTS |
Product Version | 4.6.2 revision 46646 | ||||
Fixed in Version | 4.6.6 revision 54646 | ||||
Summary | 0004241: Payments - Base of price surcharge/reduction: Points 1 - 4 are always checked | ||||
Description | If you uncheck points 1 - 4 on a payment method in "Shop Settings/Payment Methods" an click save they're all checked after the page reload, but in the database the field oxpayments__oxaddsumrules was set to 0. | ||||
Steps To Reproduce | - go to "Shop Settings/Payment Methods" - choose one payment method - uncheck all points on "Base of price surcharge/reduction" - click "save" - all points are checked again | ||||
Additional Information | Using PHP 5.3-Version of EE 4.6.2 | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | |||||
PHP Version | |||||
Database Version | |||||
|
When all checkboxes are unchecked, the default value is used, which is first four checkboxes. This default value in db is zero and it means the same as 15. We have added a notice when all boxes is unchecked, that default values is used. There is no use case when none of checkboxes should be selected, as it is used in percentage calculation. If you have any further issues, please let us know. |