View Issue Details

IDProjectCategoryView StatusLast Update
0001466OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 14:13
Reporterindreb Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.6 revision 22740 
Fixed in Version4.3.0 revision 26948 
Summary0001466: Amount of all basket is valuated for selecting Shipping costs, when should be selected per article only
DescriptionWhen 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).
TagsNo tags attached.
Theme
BrowserAll
PHP Version
Database Version

Relationships

child of 0001478 resolvedvilma_liorensaityte Shipping Cost Rules calculation for once per product overall 

Activities

dainius.bigelis

2009-11-13 10:16

reporter   ~0002065

Priority increased as incorrect delivery costs makes big problems between shop and delivery companies.