-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default store price is showing on search and list page #3
Comments
Hello Team, are you able to reproduce the same case? |
The module is completely ignoring the table: "catalog_product_index_price", so pricing in search and category listing is always joined from website default scope. As it is not working for those page types the module is not solving pricing on store view level. |
@leissbua On a high level, this can be fixed on the indexing level by creating a new table ex: Currently pretty much occupied with other projects. Any PRs are warmly welcome! |
The implementation of changing the scope to a store view level is the easy part of the job as its simply an eav attribute. the hard part is the price indexer + catalog rule indexer and that part is missing completely. Thanks for your answer and effort, but we have no time as well currently. |
Hello Team,
We facing an issue with store prices not showing correctly on the listing and search list rest all pages showing correctly. on search and list page it is showing the default store price.
The text was updated successfully, but these errors were encountered: