Closed
Description
Preconditions
- Magento 2.2-develop
- Magento 2.1-develop
Steps to reproduce
- Set
Stores | Configuration | Catalog | Catalog | Price | Catalog Price Scope
to 'Website' - Create a second website, store and store view
- Create a bundle product with option 'Dynamic Price': 'No'
- Add it to both websites
- Add a bundle item with price type 'fixed' and price '12'
- Save the product
- Use the dropdown on the top left to change scope to your second store view
- Set the Bundle Item price to '10'
- Save the product
Expected result
- The bundle item should have price '12' in the default scope and in the first store view
- The bundle item should have price '10' in the second store view
- Website specific prices should be saved in table
catalog_product_bundle_selection_price
Actual result
- The bundle item has price '10' everywhere
- There are no entries in
catalog_product_bundle_selection_price
- The price is only saved in
catalog_product_bundle_selection
which is not website specific
Tip: almost all logic is already in place, because if you add entries to the catalog_product_bundle_selection_price
table manually, the bundle items do have different prices per website, until you save the product in the backend. Then the catalog_product_bundle_selection_price
entry is deleted again and only the catalog_product_bundle_selection
entry remains.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Pull Request In Progress