by sfrei (deleted) » Sat Jan 11, 2014 9:23 am
Adi
I tried the following code to have prices and totals listed on the "final order"
table .PriceCol { display: table-cell; }
table .TotalCol { display: table-cell; }
table .CategoryCol { display: table-cell; }
}
The category column displays, but the price and total columns don't.
Any advice?
Suzanne