Woocommerce Add to Cart function

You cannot integrate affiliate products into your site’s shopping cart by simply injecting an iframe into your html page.

In woocommerce, when you add a product to the cart you pass a product id. The cart function then looks for the product details in your store’s product database. Since you have not imported your affiliate’s products, The cart is not aware of any product ids you pass to it.