How to write my own ProductImpl?
Posted: Sat May 24, 2014 5:57 am
I've written a class extending ProductImpl in a package called com.mycompany.core.catalog.domain which is placed in the core module.
For my site, I have added two additional fields to the BLC_PRODUCT table and therefore I would like to add those fields to the corresponding My ProductImpl class.
Now, my question is how do I activate My ProductImpl instead of ProductImpl provided by the broadleaf?
Thanks in advance.
For my site, I have added two additional fields to the BLC_PRODUCT table and therefore I would like to add those fields to the corresponding My ProductImpl class.
Now, my question is how do I activate My ProductImpl instead of ProductImpl provided by the broadleaf?
Thanks in advance.