In file: simplecart/controllers/web/Cart.class.php, wrap all lines inside the foreach at line 1452 in the following “if” statement:
if($product->id === $coupon->get('product_restrict’)){}
and VOILA! coupons now apply only to that one product, not every single one.
Cheers!