Laddawn.com : Search Saved Carts By Cart Name

Overview: 

Currently there is no way for a user on the site to filter their saved cart results to a cart of a given name.  We are hoping that there are not a lot of carts out there, but to help ensure a consistent flow for our users (in relation to linking to a specific cart) we should have a box we can “force” to a given cart name for the results to be specific to the cart they asked for on another screen.  To accommodate this we are going to add a search box for Cart Name to the saved carts tab.

 

Processing:

Add a text box and label below the line that states Viewing X – Y of Z saved carts from ABC.

Have the label say Cart Name

Have the text box be for a new model property to hold the SearchCartName.

In the call to ShoppingCartService.GetByFilter have this value get passed to the Database as CART.NAME

This means we will need to add a find button at the bottom.  We will continue to issue the search at the load of the page.  We will also need to default in the Cart Name selected from another tab be populated in that box.  We can use querystring parameters, session variables, or some other method.