View Issue Details

IDProjectCategoryView StatusLast Update
0006496OXID eShop (all versions)1.03. Basket, checkout processpublic2016-09-27 09:37
Reporterjulesmqz Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformMacOSOS XOS VersionEl capitan
Product Version4.9.5 / 5.2.5 
Summary0006496: Shipping cost behaves weird when int weight quantities are setted
DescriptionI 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 ReproduceSet 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 InformationI 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.
TagsNo tags attached.
Attached Files
shipping cost rules 2.png (308,916 bytes)   
shipping cost rules 2.png (308,916 bytes)   
abasteo_shipping_weight.png (306,805 bytes)   
abasteo_shipping_weight.png (306,805 bytes)   
ThemeOther
BrowserNot defined
PHP Version5.6
Database VersionOther

Activities

QA

2016-09-02 14:58

administrator   ~0011756

Can't be reproduced in EE 5.3.1.
Please give more information like screenshots of your Shipping Cost Rules.

julesmqz

2016-09-05 17:40

reporter   ~0011763

I have uploaded some images of my shipping cost rules, please let me know if you can reproduce.
Thanks

QA

2016-09-26 14:41

administrator   ~0011803

Last edited: 2016-09-27 09:42

Still not reproducible in Demoshop.

julesmqz

2016-09-27 00:27

reporter   ~0011804

I will check then if something on my own configuration is causing this. Thanks!