on ‎2021 Oct 04 4:45 PM
I've configured AddOn to replace following tag: productListerGridItem.tag with the new one with "product.name.toUpperCase()" attribute. But after build nothing happens. AddOn has been previosly installed.
May be it is a wrong tag?
The screenshot of the view with desired uppercase fragment is attached.
Thank you in advance.image.jpg
Request clarification before answering.
For this I would recommend not changing code but changing the style of the product name html element. In CSS you can use
text-transform: uppercase;to achieve your goal. For this adaption you don't need a addon you can add the directive to your main scss file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.