Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Track Upsell Order Items

  1. #1
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default Track Upsell Order Items

    Is there a way to track items that a user added to the cart as an upsell item?

  2. #2
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    I've noticed that before the order is placed storefront is tracking the upsell items in the dbo.ShoppingCart table.

    However once the order is placed it moves those records over to the dbo.Orders_ShoppingCart which does not store the IsUpsell smallint field as it did in the dbo.ShoppingCart table.

    Is there a reason it's not stored here? is it stored somewhere else?