Need to get the value of {$product.product_code} when a product is added to cart

[Deleted]

I think if you can get the product_id then you could run a simple query on the database to get the SKU (product_code).

Just a thought,

Dave