Add a new property/attribute at the product level and display it on the product detail page
I am new to Hybris. I want to add a new property/attribute at the product level and display it on the product detail page. What are the steps I have to follow to achieve this?
Once you have the product data object with the new attribute in the facade/ controller layer, rest is simple Spring code. You can add the new attribute in a Spring model object and display it in a .jsp page