Working With the My Lists Detail Web Part

The My Lists Detail Web Part provides the shopper with a detailed view of a List. The shopper can remove an item from the list, add an item to the cart, and view the cart. The My Lists Detail Web Part also has Continue Shopping and Delete List functions.

The My Lists Detail Web Part displays items in a grid. You can configure the columns that display and the order in which they display.

Web Part

The following figure shows the My Lists Detail Web Part.

Dd451571.Vug_WishListDetail_WebPart(en-US,CS.90).gif

You typically use this Web Part on the following pages:

  • Product Detail page

  • Cart page

  • Category page

  • Search Result page

Property Sheet

The following figure shows the My Lists Detail Web Part property sheet. The My Lists Detail Web Part property sheet lets site designers control some aspects of the Web Part's behavior and appearance. The property sheet is displayed by selecting the edit option on the Web Page (in Edit Page mode) and then selecting Modify Shared Web Part. This displays the property sheet. Expand the sections to see the relevant properties.

Dd451571.Vug_WishListDetail_WP_Properties(en-US,CS.90).gif

Properties

The following table lists and describes the properties available for the My Lists Detail Web Part.

Property

Type

Description

Default value

Template To Display

String

Template file name.

Blank

Continue Shopping Page

String

URL to redirect the shopper to continue shopping

category

Cart Page

String

URL to redirect the shopper to the Cart page.

category

Line Item Columns

String

A comma-separated list of columns to display. An empty list is interpreted as "all available columns".

The default column names. See table below.

"List Id" URL parameter

String

URL key where the List ID will be retrieved.

listId

The following table lists and describes the Line Item Columns that can be displayed.

Property

Description

Preview

Displays an image of the product.

Product ID (optional)

The product identifier property, retrieved from the catalog.

Name

The name of the product, retrieved from the catalog.

Description

Description of the product, retrieved from the catalog.

Options

Variant options (color, size), retrieved from the product definition.

Availability

Inventory status.

Quantity

Changing the quantity of a line item does not trigger the recalculation of the line item price or the removal of the item if the quantity is set to zero. Instead, the shopper manually selects the "Update Cart" link or button to limit the number of server callbacks and improve performance.

Price

Total price per line item (quantity * unit price)

Total

Total price per line item (quantity * unit price)

Toolbox

Displays links and icons to perform various options. (Deleting the Line Item, Add to a Shopping list).

See Also

Other Resources

Working With the Web Parts

Orders Web Parts

My Lists Detail Web Part