Commit 8f3f6a0
Fix wrong tier price displayed when some tier prices are higher than special price (OpenMage#5117)
* Skip tier prices >= final price
Added a check to skip tier prices that are greater than or equal to the final price.
* phpcsfix
* rector rules
* Update app/code/core/Mage/Catalog/Helper/Product/Type/Composite.php
Co-authored-by: Copilot <[email protected]>
* newline rector
---------
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Sven Reichel <[email protected]>1 parent 3e6c4e3 commit 8f3f6a0
File tree
1 file changed
+11
-0
lines changed- app/code/core/Mage/Catalog/Helper/Product/Type
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
180 | 191 | | |
181 | 192 | | |
182 | 193 | | |
| |||
0 commit comments