star-micronics / star-cloudprnt-for-woocommerce

Print to Star CloudPRNT compatible printers from WooCommerce
MIT License
10 stars 8 forks source link

Print QR Codes #5

Closed gare-bear closed 3 years ago

gare-bear commented 3 years ago

Based on feedback from the plugin support forum. https://wordpress.org/support/topic/add-custom-images-2/

Lozrus commented 3 years ago

I have shared code with the user that they have confirmed as working (and also requested 2d barcodes). My feeling now is that I'll commit these changes to the 2.0 branch, and include with 2.0.3. It's effectively a hidden feature, as only available to customers who modify order-handler.php and use the $printer object directly.

gare-bear commented 3 years ago

Great! When you create a pull request for 2.0.3 then I can link this issue and close it.

Lozrus commented 3 years ago

@gare-bear I tagged and released v2.0.3 this morning, which includes the internal QRCode and 1D Barcode printing API.