View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006842 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2018-06-11 10:55 | 2024-05-08 14:31 |
Reporter | leofonic | Assigned To | |||
Priority | low | Severity | major | Reproducibility | always |
Status | confirmed | Resolution | reopened | ||
Product Version | 6.0.2 | ||||
Summary | 0006842: Delivery Set is selectable although no article matches rule | ||||
Description | Logic for choosing selectable shipping set by weight takes total weight into account wheras logic for rule takes only single weight. | ||||
Steps To Reproduce | Create shipping method and rule. Settings for rule: - weight from 10 to 999 kg - surcharge 10 € - each product or each different product Put 2 different articles 5kg each in basket. New shipping method is selectable and surcharge is zero. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
The behavior could not be reproduced. For two articles with a weight of 5kg each, the shipping method "Shipping from 10 KG surcharge 10 EUR" was also displayed and when selected, the surcharge was also calculated. not reproducible (see attached files) |
|
In shipping cost rule select: - each product or each different product |
|
If you choose "each product or each different product" for the shipping cost rule, the rule cannot apply, as each article weighs 5kg and the rule applies to 10kg. Usually set the weight in the rule down to 5kg, then also per article 10 EUR thus 20 EUR are calculated. |
|
"If you choose "each product or each different product" for the shipping cost rule, the rule cannot apply" Yes the rule cannot apply and thus the shipping method should not be selectable, but it is, and the customer can order for zero shipping costs if total weight reaches limit you have set for each article, regardless what the value is. If you have a shipping method with a single rule attached that has a surcharge set, surcharge should NEVER be zero in any case. |