Search found 5 matches
- Tue Jan 10, 2012 12:42 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: How to specify class in pagination
- Replies: 1
- Views: 2220
How to specify class in pagination
In searchpage.ascx, I see the following code. <asp:Repeater ID="PagerControls" runat="server" OnItemCommand="PagerControls_ItemCommand"> <ItemTemplate> <a class='<%#Eval("TagClass")%>' href='<%#Eval("NavigateUrl")%>'><%#Eval("Text")%></a> </ItemTemplate> </asp:Repeater> How can I specify the TagClass?
- Tue Jan 04, 2011 12:40 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Filtering serach result based on page theme
- Replies: 3
- Views: 5841
Re: Filtering serach result based on page theme
Thanks a lot. I believe that this is the place to add your code in "/ConLib/SearchPage.ascx.cs". protected void BindProductList() { Trace.Write(this.GetType().ToString(), "Begin BindProductList"); ProductList.DataSource = ProductDataSource.NarrowSearch(_FilteredKeywords, this.CategoryId, _Manufactur...
- Mon Jan 03, 2011 12:06 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Filtering serach result based on page theme
- Replies: 3
- Views: 5841
Filtering serach result based on page theme
Is it possible to filter search results based on theme?
Thanks in advance.
Thanks in advance.
- Tue Dec 14, 2010 11:14 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Change Theme from store front
- Replies: 2
- Views: 4799
Re: Change Theme from store front
Thank you so much Mazhar. This is exactly what I need.
- Sun Dec 12, 2010 12:48 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Change Theme from store front
- Replies: 2
- Views: 4799
Change Theme from store front
Is it possible to let storefront users (customers) to select theme?
We have two main section of products, and would like to display different theme based on which section our customer is browsing.
Thanks in advance.
We have two main section of products, and would like to display different theme based on which section our customer is browsing.
Thanks in advance.