cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to change product names to uppercase for the product list page in b2c storefront?

0 Likes
435

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

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_probst
Active Participant
0 Likes

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.