View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003417 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2011-12-06 12:45 | 2012-12-07 15:20 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.5.5 revision 40299 | ||||
Summary | 0003417: scale prices doesn't working correctly, with the variants of a article | ||||
Description | one article costs 3 € per unit. more than 5 articles costs 2€ per unit. if a aricle (we name it X) has variants and you put 4 units from variant1 in the basket, you pay 3€ for each unit. this is right. if you put 2 units from variant2 into the existing basket (amount of units is now 6 from the article X) we must have the scale price 2€ per unit. but this doesn't happening. the shop calculates for the article X 3 € per unit but we have all in all 6 units of it in the basket. of course, the units are from two different variants but from one article parent which has the scale price settings. | ||||
Tags | Scale Price | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0000801 | resolved | vilma_liorensaityte | Scaling prices are not inherited |
|
There is a special setting for this: Master Settings -> Core Settings -> System -> Variants -> Variants inherit Scale Prices from "Parent" Product When this option is set to ON - scale prices are inherited from Parent product to variants also. |
|
Sorry, missunderstood the case, as the issue exists with different variants. We need to get confirmation from PM,that Scale prices should be active for different Variant products. |
|
Reminder sent to: michael_keiluweit Hi, We discussed in team about the case. The solutions are quite complex and would be more confusing. Also there is no unique position, that all variants should be calculated in Total amount. There are cases where variants should be treated as separate products for Scale prices. So we decided to not change the behavior at this place and leave it like it is. If you need different behavior - this is a good place for writing a custom module. |