How To override Render method of Product details -Liferay Commerce?

Jamie Sammons, modified 3 Years ago. New Member Post: 1 Join Date: 5/4/22 Recent Posts

How can I override Render method of com.liferay.commerce.product.content.web.internal.render.DefaultCPContentRenderer class ??

I am having a requirement in which I need to call one external service(local service of customer table created using service builder) and pass the data to view.jsp  

 

 

thumbnail
Jeffrey Handa, modified 3 Years ago. Liferay Master Posts: 541 Join Date: 12/1/08 Recent Posts

From a maintainability standpoint, it would be betterr to implement you own Product Renderer with your custom logic:  

https://learn.liferay.com/commerce/latest/en/developer-guide/content/implementing-a-custom-product-content-renderer.html