Try our conversational search powered by Generative AI!

Adding Wishlist view in Commerce Manager

Vote:
 

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?

#144317
Feb 10, 2016 20:55
Vote:
 

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

#144335
Feb 11, 2016 6:56
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.