I want to give my Sales team tight privileges as I want them to view only a certain range of data (two weeks for example). So they can't view Data / Orders order than this specified range.
Or only to view orders with specific status (for example; Processed and Open orders). So if the order status is Complete, they can't view/edit it.
I want to give my Sales team tight privileges as I want them to view only a certain range of data (two weeks for example). So they can't view Data / Orders order than this specified range.
Or only to view orders with specific status (for example; Processed and Open orders). So if the order status is Complete, they can't view/edit it.
Is there any solution?
Regards,
Hazim
I am afraid, it is not possible out of the box. Additional custom development work is required.
It is required to use hooks in the fn_get_orders and fn_get_order_info functions (app/functions/fn.cart.php)