View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006496 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2016-09-01 19:57 | 2016-09-27 09:37 |
| Reporter | julesmqz | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Platform | Mac | OS | OS X | OS Version | El capitan |
| Product Version | 4.9.5 / 5.2.5 | ||||
| Summary | 0006496: Shipping cost behaves weird when int weight quantities are setted | ||||
| Description | I have the following settings on my shop: I calculate the delivery prices by weight. I have a range like this: from 9.01 to 10 When I add products whose weights adds exactly 10 the validation in application/models/oxdelivery.php within function _checkDeliveryAmount fails to accurately evaluate to true. I added following line after the confitiontype if and it fixed it: $iAmount = round($iAmount,2); | ||||
| Steps To Reproduce | Set the delivery price be calculated by weight Set range to 9.01 to 10 Add products which weights will add exactly 10 Go to checkout, go to select address and then go to choose payment and delivery method and nothing will be listed. Also free shipping will be selected in minibasket. | ||||
| Additional Information | I add a link to a video http://screencast.com/t/KZyNYzMuOy The combination of my products add different weights, first it adds 8.9 and then 10, as you can see 8.9 list all the payment and shipping methods available but 10 does not displays anything and it sets the delivery price to free. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | Other | ||||
| Browser | Not defined | ||||
| PHP Version | 5.6 | ||||
| Database Version | Other | ||||
|
|
Can't be reproduced in EE 5.3.1. Please give more information like screenshots of your Shipping Cost Rules. |
|
|
I have uploaded some images of my shipping cost rules, please let me know if you can reproduce. Thanks |
|
|
Still not reproducible in Demoshop. |
|
|
I will check then if something on my own configuration is causing this. Thanks! |