Minicart product name - not covered cases #29075
Labels
Component: Checkout
Fixed in 2.4.x
The issue has been fixed in 2.4-develop branch
help wanted
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Priority: P3
May be fixed according to the position in the backlog.
Progress: done
Reported on 2.3.5
Indicates original Magento version for the Issue report.
Reproduced on 2.4.x
The issue has been reproduced on latest 2.4-develop branch
Severity: S2
Major restrictions or short-term circumventions are required until a fix is available.
Preconditions (*)
Magento 2.3.5, 2.4
Related to: #13802
Steps to reproduce (*)
magento2/app/code/Magento/Checkout/view/frontend/web/template/minicart/item/default.html
Lines 24 to 32 in 024625e
Issue:
If you use
text: product_name
inmagento2/app/code/Magento/Checkout/view/frontend/web/template/minicart/item/default.html
Line 30 in 024625e
By default in most cases template will use html binding if product has url.
But this should be replaced by
<span data-bind="html: product_name"></span>
or removed.Expected result (*)
Actual result (*)
Severity: S2/3 ?
The text was updated successfully, but these errors were encountered: