-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththermal.php
45 lines (43 loc) · 1.32 KB
/
thermal.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
function example_address_free_receipt() {
?>
<style>
#page {
font-size:14pt;
font: Georgia, "Times New Roman", Times, serif;
margin-left:0;
margin-right:0;
page-break-inside : avoid
}
.content {
padding-left: 0%;
padding-right: 0%;
padding-top: 0;
padding-bottom: 0;
line-height: 1.3em;
}
.order-items .head-name, .order-items .product-name, .order-items .total-name {
width: 25%;
max-width: 90px;
}
.order-addresses {
margin-bottom: 20px;
}
.order-branding, .order-addresses, .order-info, .order-items, .order-notes, .order-thanks, .order-colophon {
margin-bottom: 0;
}
thead
{
display: table-row-group;
}
@page{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
thead
{
display: table-row-group;
}
}
</style>
<?php