+ 1
Is it possible to print on a zebra labels printer when I click a button on the web page?
5 Answers
0
yes
0
How?
0
If the printer is connected correctly and configured. You just need to set up the CSS page and use JavaScript to trigger the order action for the customer to print.
0
// I use type this
@media print{
body, div, input{
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
footer, .btn, .start_menu, .fixed-action-btn {display: none}
@page{
size: portrait;
margin: 0;
}
@page :last-child{
/*My conf.*/
}
}
0
From an HP Printer
Open the HP Smart app or go to hpsmart.com.
Click Printer Settings.
Click Printer Reports under Tools.
Click Network Configuration.
The printer will print a network configuration page containing information that should include your IP address. It will be located under the IPv4 category.
This May Help,
Peter