SELECT ShoppingCart.name_on_cart from ShoppingCart where ShoppingCart.cartid IN (SELECT ShoppingCartItems.cartid from ShoppingCartItems inner join Items on ShoppingCartItems.itemid = Items.itemid where Items.name in ('Teddies','Trampolines'))