Adding cart item key in WooCommerce Cart HTML table doesn’t show up
My WooCommerce Woo Cart Table element does not show cart_item_key
value on each row, which I need to AJAX update my cart.
I tried creating a custom cart.php
in a child theme, but that file is not being used.
How can I override the Woo Cart Table element to make sure that attribute is added?