@model IList @using SmartStore.Web.Models.Catalog; @if (Model.Count > 0) {
@T("ShoppingCart.CrossSells")
@(Html.DataList(Model, 4, @
@Html.Partial("_ProductBox", item)
))
}