Here is the situation.
I have generated a list of products with check boxes. You check the check boxes and enter in quantities and the click "add". The function i wrote loops through all of the checked products and runs the uc_cart_add_item($nid,$qty,NULL,NULL,FALSE,FALSE) function on each product...simple enough right?
Well everything is added to the cart just fine but when you go to checkout, the delivery information does NOT show up even if you have added shippable products.
BUT, if i go and add the exact same product using the normal "add to cart" button instead of the check boxes, then when you go to the checkout screen, the delivery information shows up fine.
So my testing scenario went like this:
1. Check 1 shippable product from checkbox list of products and set qty to 1.
2. Click "add" and then go to the checkout screen and Delivery Information DOES NOT show up.
3. Empty cart.
4. Go to normal list of products, find same shippable product from step 1 and click "add to cart"
5. go to checkout screen and Deliver Information CORRECTLY show up.
I am sure I am simply missing something simple that I need to do, but I am supposed to have this fixed by the end of the day and I have several others things I am working on, so I was hoping the community may be able to help me out. =)
Oh and I am using the UPS shipping quotes. That probably doesn't matter but i thought I would let you guys know.
-tim

