Veracart Shopping Cart Software | Ecommerce KnowledgeBase

Knowledgebase Home Knowledgebase Home
Search the Knowledgebase Browse by Category

"In the customer’s email receipt, the order details are blank, empty, or transparent, or very hard to read because the font is so light."

User Opinions
No users have voted.

How would you rate this answer?
Helpful
Not helpful

Short Answer:

This is also true for when viewing the orders within the manager.

This is because your checkout page settings has a light  color (e.g. white), and these same settings get used on email confirmations, as  well as on the order details in the manager’s ORDERS page.

Detailed Explanation:

To fix the emails, the easiest way is to update the HTML  version where it says:

<body>

Change this to:

<body bgcolor="#000000"  style="color:#FFFFFF;">

Or whatever two colors you want.  The bgcolor represents the background color  of the whole email. In this example, #000000 means black, and the:     style="color:#FFFFFF;">     represents the color of the font (in  this case it is white.

As for the orders in the manager, this is being improved for  a future release of our software.  In the  meantime, you can press  CTRL + A  to highlight all the text on the orders page,  making it possible to read, or use the “Print Friendly” version of the page to  see the order details.

Visitor Comments
No visitor comments posted. Post a comment
Related Questions
No related questions were found.
Attachments
No attachments were found.