download Catalog.ascx
Language: NonCode
LOC: 0
Project Info
commercefinity - An open source eCommerce ...odule(commercefinity)
Server: Google
Type: svn
...runk\Commerce\PageControls\
   AddItemResult.ascx
   AddItemResult.ascx.cs
   Catalog.ascx
   Catalog.ascx.cs
   Checkout.ascx
   Checkout.ascx.cs
   MyOrders.ascx
   MyOrders.ascx.cs
   PPCheckout.ascx
   PPCheckout.ascx.cs
   Product.ascx
   Product.ascx.cs
   Receipt.ascx
   Receipt.ascx.cs
   ShoppingBasket.ascx
   ShoppingBasket.ascx.cs

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Catalog.ascx.cs" Inherits="Commerce_PageControls_Catalog" %>
<%@ Register Src="~/Commerce/Products/ProductSummaryDisplay.ascx" TagName="ProductSummaryDisplay"
    TagPrefix="uc1" %>
<span class="Crumbs">
    <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/" style="text-decoration:none;">Home</asp:HyperLink> &raquo; <asp:Label ID="lblBreadCrumb" runat="server"></asp:Label></span>
<div id="catIntro">
    <h1><asp:Label ID="lblSubHead" runat="server"></asp:Label></h1>
    <asp:Image ID="imgHead" runat="server" visible="false" />
    <asp:Label ID="lblDescription" runat="server"></asp:Label>
    <asp:Repeater ID="rptSubs" runat="server">
        <HeaderTemplate>
            <h3>
                Other Categories in this Section:</h3>
        </HeaderTemplate>
        <ItemTemplate>
            <li><a href="<%=Utility.GetAppPath()%>catalog/
<%#Eval("categoryName").ToString()%>_<%#Eval("categoryID").ToString()%>.aspx">
                <%#Eval("categoryName")%>
            </a></li>
        </ItemTemplate>
    </asp:Repeater>
</div>
<asp:DataList ID="dtProducts" runat="server" RepeatLayout="Flow">
    <ItemTemplate>
        <uc1:ProductSummaryDisplay ID="ProductSummaryDisplay1" runat="server" ProductName='<%#Eval("ProductName") %>'
            ImageFile='<%#Eval("ImageFile") %>' ProductID='<%#Eval("ProductID") %>' OurPrice='<%#Eval("OurPrice") %>'
            RetailPrice='<%#Eval("RetailPrice") %>' ShippingEstimate='<%#Eval("ShippingEstimate") %>'
            Rating='<%#Eval("Rating") %>' SKU='<%#Eval("SKU") %>' ProductGUID='<%#Eval("ProductGUID") %>' />
    </ItemTemplate>
</asp:DataList>

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us