View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007100 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2020-02-21 17:08 | 2020-02-24 08:59 |
Reporter | nitin.singh | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 6.1.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0007100: voucher doesn't work in case same voucher number been used for multiple voucherseries | ||||
Description | We had one use case where customer used some voucher number for multiple voucherseries and one voucherseries got expired and second voucherseries is still live. Then, if you use related voucher then it doesn't work and give you error. | ||||
Steps To Reproduce | Added by QA - SG - : 1. Add Serie "Test 1" with code "test" 2. Add Serie "Test 2" with code "test" 3. Set Test 1 to be deactivated 4. the code "test" won't be accepted. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
We have fixed this issue with attached patch. oxps_patches_oxvoucher.php (6,329 bytes) |
|
For me personally it is more a bug to allow the same code to be used. If both series are active, how can the shop know with series should be assigned? Therefore to prevent such behavior, I recommend forbidding usage of the same code. QA - SG - |