For PDF generation under the "Printing" extension, the "Override print stylesheet" does not seem to be picking up the styles that are added (using standard CSS syntax). Other than custom formatting, the PDF is getting generated without error.
For example:
Code: Select all
.productTable th {
background-color: #c6cdd7;
font-weight: bold;
text-align: left;
padding: 5px;
}