November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
One possible way is to:
- Update file App\Order\Config\View\Navigation\Left-Menu.xml, to add a <link> to <tab> section, and add a new <Command> to point the new view
- In App\Order\Config\View\Grids, add a new Wishlists-List.xml, which can be copied from Orders-List.xml with some modification
- Add a new control (WishList.ascx, for example), and point Wishlists-List.xml to that file.
The structure of CM can be hard to understand at first, but when you get it it's quite easy to follow.
Note that you will have the risk of losing your files after each Commerce Manager update.
Regards,
/Q
We've recently upgraded to Commerce 9.6, and I'm trying to add a new view in the Order Management tab in Commerce Manager. This view would function like the "Carts" view, only it would display wish lists created by users (which are just shopping carts in the database, with a different name). What's the easiest way to do this?