on 2023 Oct 23 9:55 PM
To render HTML in cart line item descriptions - simply customize the responsive template "Cart_Sections/ItemsTable" by changing
<span data-bind="text: itemDescription.description">
to
<span data-bind="html: itemDescription.description">
However, this simple trick does not work in templates "Cart_Templates/CartTableTemplate" and "Cart_Templates/CartCustomFieldTemplates" to make the Quote Table and Custom Field labels render HTML.
Anyone know how to do this?
Request clarification before answering.
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.