• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

birdsafe
#1 Posted : Friday, September 7, 2007 9:35:34 AM(UTC)
birdsafe

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.
Nick Alberti
#2 Posted : Friday, September 7, 2007 11:04:09 AM(UTC)
Nick Alberti

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012