Page 1 of 1

"Orders" Missing from Admin Panel Broadleaf 5.0.0 GA

Posted: Thu Jun 23, 2016 4:42 am
by laxman
Hello,

I have setup DemoSite in with Broadleaf-5.0.0-GA version. I am able to successfully place an order from client side. But, I could not find any page in the admin panel from where I can view the list of order placed.

In earlier version (i.e. Broadleaf-4.0.8-GA), the order tab was in the "Customer Care" section. But in the recent version, in the customer care section, I could find only "Customer" tab. The order tab seems to be missing.

Is it something that Broadleaf has changed or do I need to do any kind of configuration to view "Orders" placed by the customers? For reference, please view attached image.

Thank you.

Re: "Orders" Missing from Admin Panel Broadleaf 5.0.0 GA

Posted: Thu Jul 21, 2016 10:42 am
by benhenda89
you can display it by adding new section blc_admin_section

Code: Select all

INSERT INTO BLC_ADMIN_SECTION (ADMIN_SECTION_ID, DISPLAY_ORDER, ADMIN_MODULE_ID, NAME, SECTION_KEY, URL, CEILING_ENTITY)
VALUES (10000, 1, 4000, 'Orders', 'orders', '/order', 'org.broadleafcommerce.core.order.domain.Order');

Re: "Orders" Missing from Admin Panel Broadleaf 5.0.0 GA

Posted: Fri Aug 12, 2016 12:27 pm
by bpolster
The suggestion above to add Orders back to the admin is a good one.

I thought it would be helpful to let the forum know that Broadleaf removed this menu option intentionally from 5.0. Having the menu option implies that there is OMS functionality. Enabling the orders module will provide you with basic view screens and capabilities but the community OMS will fall short of most of the OMS needs for practical use. That said, they do serve as a good starting point.

We chose to remove these from the out of box community offering to ensure that new users of Broadleaf do not assume that the "community OMS" is a fair representation of the "commercial OMS" which is much more full featured.