Closed
Description
Catalog price rules are not working with custom options as expected in Magento 2.3.0 product details page. We created the catalog price-rule 10% discount for some x products and expecting the results like a 10% discount on total price( (product price + options price) * 10%). But results are showing discounted price + custom options price.
Preconditions
Magento 2.4-develop
PHP 7.3
Steps to reproduce
- Go to Admin->Marketing->Catalog Price Rule->Add New Rule;
- Fill all required fields and set Discount Amount to 10 % for ex.;
;
- Click on Save and Apply button;
- Create simple product (Price = 1000 $) with a drop-down custom option (Size for example);
Options for Size:
- Small price is 100$,
- Medium price is 200$,
- Large price is 500$.
- Go to Storefront;
- Open created before product;
Expected Result
We are expecting the 10% discount on the total price (product price + options price) * 10%). For:
- Small - 990$,
- Medium - 1080$,
- Large - 1350$
Actual result
Its showings final prices like:
Metadata
Metadata
Assignees
Labels
Issue recommended for the contribution dayGate 3 Passed. Manual verification of the issue completed. Issue is confirmedOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects critical data or functionality and forces users to employ a workaround.Has been reviewed and prioritized during Triage with Product Managers