cancel
Showing results for 
Search instead for 
Did you mean: 

I am facing an error while i am trying to work on customizing product search page?

Former Member
0 Kudos

please can anyone help me out

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Since internalOnly is not an OTB attribute you would have to make an entry for that in the ProductData.java pojo by updating the merchandisefacades-beans.xml.

To do this: 1) go to the -beans.xml file mentioned above 2) Create a new bean or check if a bean with the class ProductData is there 3) Make the following entry:

<bean class="de.hybris.platform.commercefacades.product.data.ProductData">
<property name="internal Only" type="java.lang.Boolean" />

4) build the system(ant clean all)

and everything should be fine.

Answers (0)