an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 12/17/2010 11:31:18 AM By Bahram. 3 replies.
12/16/2010 3:00:46 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Top Sellers Format
 I created a Top Seller List, How can I format to display in rows instead of colum,
How can show more than 5 products.
12/17/2010 9:02:25 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Top Sellers Format
You can customize Web\Store\Blocks\TopSeller.ascx .
 
To show more than 5 products, you can change "Top 5" in store procedure [DSC_Product_GetTopSellerByCategoryPath] and then update the validation in TopSeller.ascx to allow more than 5 products.
DotShoppingCart Staff
12/17/2010 9:46:25 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Top Sellers Format
 TopSeller.ascx uses a repeater, I want to have the same format of product Summary list
12/17/2010 11:31:18 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Top Sellers Format
 I did copy product summary template to TopSeller.ascx with some tweaks and it is done.