View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001466 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2009-11-11 09:25 | 2012-12-10 14:13 |
Reporter | indreb | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.6 revision 22740 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001466: Amount of all basket is valuated for selecting Shipping costs, when should be selected per article only | ||||
Description | When selecting Shipping Costs Rules for article in the basket, system at first calculates amount of all(!) the articles in the basket. Then according to calculated value it selects the Shipping Costs Rule and applies it to each article in the basket. That's wrong. System should select Shipping Costs Rule according to the option set in Admin->Shop Settings -> Shipping Cost Rules-> Main: Once per Cart|Once for each different product|For each product. It means that: - if option "For each product" is set, then Shipping Cost Rule should be selected by valuating only single product. I.e. when Shipping Costs should be selected by Weight, and option "For each product" is selected, then system should check weight of one article, and select matching Shipping costs for it. Now it calculates Weight of all articles in basket into one sum, and according this sum the Shipping Cost is selected (and applied for each article). In this case 2kg article can be delivered with the same cost like 200 kg article (which also is in the basket). | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | |||||
Database Version | |||||
child of | 0001478 | resolved | vilma_liorensaityte | Shipping Cost Rules calculation for once per product overall |