Commit 76cd281
committed
Fix bundle product pricing in feed using indexed prices
Dynamic bundle min/max prices now use indexed data ($product->getData('min_price'))
instead of getBaseAmount(), matching how configurables are handled. This ensures
correct tax calculation via getTaxPrice() regardless of the price_includes_tax setting.
Also fixes processPrice passing an array instead of boolean to getTaxPrice's
third parameter, which caused inconsistent tax behavior across Magento versions.1 parent 226599b commit 76cd281
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | | - | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
297 | | - | |
| 299 | + | |
298 | 300 | | |
299 | 301 | | |
300 | 302 | | |
| |||
0 commit comments