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

Notification

Icon
Error

scott.mech
#1 Posted : Thursday, August 30, 2007 2:59:41 PM(UTC)
scott.mech

Rank: Member

Joined: 4/4/2004(UTC)
Posts: 670

The top sellers that I am seeing on BVC5 sites has bugs. One of the most noticable is that you can go to a new site, add 9999 of an item to cart, and it will show up as a best seller, regardless if an order has ever even been placed for the item or not.


Scott Mech
MitchA
#2 Posted : Friday, August 31, 2007 8:18:07 AM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

Now THAT'S inventive testing!!!
Optimists invent airplanes,
Pessimists buy parachutes.
birdsafe
#3 Posted : Friday, August 31, 2007 8:18:12 AM(UTC)
birdsafe

Rank: Member

Joined: 2/21/2007(UTC)
Posts: 1,113

I think, however, Scott, that once you remove it from the cart -- or the cart expires -- that the item returns to its "rightful" place. I just tested it on our site and you are correct, adding it to cart immediately places it on top, but if you remove it from the cart, it takes it back off the list. But you are correct, the list should be based on actual purchases.
CorneliuTusnea
#4 Posted : Friday, August 31, 2007 8:18:29 AM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

Hehe. Noticed this two days ago when someone wanted to check for a quote for 1000 products and that kicked the product in my Top Sellers :)
The fix is easy. Modify the [bvc_Product_ProductsOrderedCount_s] stored procedure and add an
IsPlaced = 1 in the inner select like this:
SELECT bvin FROM bvc_Order
WHERE
(TimeOfOrder >= @StartDate OR @StartDate IS NULL)
AND
(TimeOfOrder <= @EndDate OR @EndDate IS NULL)
AND IsPlaced = 1

Regards,
Corneliu.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

jetheredge
#5 Posted : Friday, August 31, 2007 8:24:20 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Thanks, we have fixed this.
Justin Etheredge
Senior Software Engineer
BVSoftware
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