Hi, basically I wrote two classes which represents products in my sample store (extending ProductImpl from org.broadleafcommerce...) and added it to all configurations where it was needed. Now when I click button "Add product" on admin site modal windows displays me a list including Product, ProductBundle, MyProduct1, MyProduct2. I want to remove Product and ProductBundle (classes from org.broadleafcommerce..) from that list.
Hi, basically I wrote two classes which represents products in my sample store (extending ProductImpl from org.broadleafcommerce...) and added it to all configurations where it was needed. Now when I click button "Add product" on admin site modal windows displays me a list including Product, ProductBundle, MyProduct1, MyProduct2. I want to remove Product and ProductBundle (classes from org.broadleafcommerce..) from that list.
Is it possible?