0

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?

vcsjones
  • 138,677
  • 31
  • 291
  • 286
Mauricio
  • 65
  • 5
  • In each of the headers, use the `style` attribute (`style="display:none;"`). Email styling is a major PITA. Especially when you try to verify that everything looks right in the majority of email clients. – Matt Aug 03 '12 at 20:23
  • @Matt I've tried but I only get the raw cart returned. – Mauricio Aug 03 '12 at 20:29
  • Not the ` – Matt Aug 03 '12 at 20:30
  • Ah right. I send the cart by putting this in the form: `
    `. And that populates all the information. So I can't do a `(style="display:none;")` because then it will display nothing at all.
    – Mauricio Aug 03 '12 at 20:33

0 Answers0