problems with an object product wooCommerce [closed]

you are using it incorrectly. you use $product_id, which is not defined anywhere,i think you should use: $product->id.

p.s. beautify the code, it’s hard to read.