Skip to content

Product collection final price for configurables is 0 #6080

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

Closed
bjoern-quast opened this issue Aug 9, 2016 · 1 comment
Closed

Product collection final price for configurables is 0 #6080

bjoern-quast opened this issue Aug 9, 2016 · 1 comment
Labels
bug report Component: Tax Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed

Comments

@bjoern-quast
Copy link

bjoern-quast commented Aug 9, 2016

Preconditions

  1. Magento CE 2.1.0 without sample data is installed.

Steps to reproduce

  1. Add a configurable product with the price 0
  2. Add simples to the configurable with their prices
  3. Get a product collection with the configurable, e.g. _getProductCollection() in \Magento\Catalog\Block\Product\ListProduct

Expected result

Final price for our configurable is based on the simples's prices

Actual result

Final price for the configurable is 0

The collection joins the table catalog_product_index_price, where the respective rows for the configurable hold the value 0 for columns price and final_price.
Reindexing doesn't help.

@magento-engcom-team
Copy link
Contributor

@bjoern-quast, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.
We tested the issue on 2.3.0-dev, 2.2.0, 2.1.9

@magento-engcom-team magento-engcom-team added the Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch label Oct 11, 2017
magento-engcom-team pushed a commit that referenced this issue Sep 3, 2020
[PERFORMANCE] Configurable Products with large quantities of children cannot be opened
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Tax Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed
Projects
None yet
Development

No branches or pull requests

3 participants