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: Orders_KitCart - Kit Items Quantity

  1. #1
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Default Orders_KitCart - Kit Items Quantity

    We ordered kit item which we sell in our shopping cart which is getting stored in two table order_kitcart and orders_shoppingcart.

    When we order one kit product(2 quantity), which is updating the orders_shoppingcart table with 2 quantity, but the orders_kitcart table is updating each kititems of kit product with only one quantity.

    Here we are expecting orders_kitcart table also should update the quantity of kititems as 2, Is it possible to achieve?

    Please help me with this.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That's not how those tables are intended to interact. Orders_KitCart stores the detail of the kit product itself (so each kit item is only going to have a quantity of 1) and Orders_ShoppingCart will show the quantity of the kit item described in the other table.