Skip to content

Commit cb10d98

Browse files
committed
update readme again
1 parent a77ecf7 commit cb10d98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

order-handler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ function star_cloudprnt_print_receipt_header(&$printer, &$selectedPrinter, &$ord
265265

266266
// Print header info area
267267
$printer->add_new_line(1);
268-
//$printer->add_text_line("Order Status: ".$order->get_status());
269268
$pw("Order Status: ".$order->get_status());
270269
$order_date = date("{$date_format} {$time_format}", $order->get_date_created()->getOffsetTimestamp());
271270
$pw("Order Date: {$order_date}");

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ This means that you printer is unable to connect with your server, and can have
117117
* Enable word-wrapping when printing items, in case of very long item names
118118
* Enable Word-wrapping when printing header section fields, in case of long information on 58mm/2" paper
119119
* Format the sub-heading order number and print timestamp on tow lines, in case they can not fit side by side
120+
* Add (potentially not final) Qr Code, and Barcode printing methods to the printer command generation classes.
121+
Not currently exposed as features but may be useful to anyone forking/modifying the plugin.
120122

121123
= 2.0.2 =
122124
* Fix missing "Shipping Method" from the receipt header.

0 commit comments

Comments
 (0)