DivanteLtd / magento1-vsbridge-indexer

This is an official, native Vue Storefront data indexer for Magento 1.9
https://vuestorefront.io
MIT License
18 stars 24 forks source link

Bugfix for wrong prices of configurabled child products #46

Closed cewald closed 4 years ago

cewald commented 4 years ago

If you don't use the Use price from simple products option and a product has different prices in different website, the wrong price is joined while indexing.

Thats why there isn't a where clause for the current website-id when the catalog_product_super_attribute_pricing is joined.

Yes indeed, thats a small and very specific bug – but I already wrote and tested the solution :)

pkarw commented 4 years ago

@afirlejczyk can you please just take a quick look on this PR if we can merge it?