Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
Is there a way to modify the Top Weekly Sellers list? Currently it looks like it displays all items sold in order for the past week -- my list has 274 items on it -- too long to display.
It would be nice to limit the number and also display the actual number sold. |
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Hey Joe. The quick way would be to open your database and modify the “bvc_product_ProductsOrderedCount_s” stored procedure. Change Code: AS BEGIN TRY SELECT p.bvin, p.ProductName, …
To: Code: AS BEGIN TRY SELECT TOP 10 p.bvin, p.ProductName, …
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.