London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?