When I send emails to customers, all of the cart headers appear like this:
id=c2||name=Information||price=()||quantity=1
On the website, we hide the headers with .cartHeaders{display:none;}
, but many email clients ignore CSS. I know it's in the simplecart.js file, but I can't find how to simply hide the cart headers all together.
Any suggestions?