BroadleafCommerce / LegacyDemoSite

The New Broadleaf Commerce Demo Site
129 stars 626 forks source link

Not allow user to create product instance of ProductImpl #192

Closed mstelmaszuk closed 8 years ago

mstelmaszuk commented 8 years ago

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?

danielcolgrove commented 8 years ago

Answered in stackoverflow - http://stackoverflow.com/questions/39485124/how-to-not-allow-admin-to-create-product-instance-of-productimpl

mstelmaszuk commented 8 years ago

Thanks ;)