How To Add Product SKU To WooCommerce Cart Items

Adding the SKU to WooCommerce cart items is very simple. This PHP snippet adds the SKU to the cart item data array: 

You can add this to your child theme functions.php file, or using the CheckoutWC PHP Snippets feature.