I’m happy to say I have just released a printer extension for TastyIgniter to the market place.
https://tastyigniter.com/marketplace/item/thoughtco-printer

It supports USB (ESC/POS), IP/Network Printing (ESC/POS) and printing through the Epson ePOS network web service. You can add multiple printers per location, format the docket per printer, and can limit what is printed to each device by category selection.

A huge thanks to those who helped beta test this extension - your feedback was really valuable and I appreciate all your time.

If you have any questions about the extension, check through the readme, but if that doesn’t help add your questions here or message me on slack (https://tastyigniter.slack.com/team/U013ENYFQLR) and I’ll do my best to help.

Hey, I just paid for the extension. It still doesn’t show up on my admin panel. How does this exactly work ?

    The caching issue was fixed in v3.0.4-beta.22 so the item will appear in the admin dashboard after purchase if you are using the latest version.

      Wow this is awesome! Will probably buy this in the next few weeks.

        I couldn’t do the settings, can you take a video of installation and setup please,

          @bima the settings very much depend on your local printer setup, so a video would not be universal. Feel free to reach out to me on Slack and I will guide you as best I can.

          Thanks, when I click on the print button, a new page opens.
          (1/1) ErrorException
          Array to string conversion
          in StringParser.php line 59

          this error page opens

            @bima if you apply the fix in this commit, that should go away:
            https://github.com/tastyigniter/flame/pull/11/commits/820e7cee3599d9096596397beff8db8843feeeb5

              Thanks, the problem has been fixed, but the order total information is missing in the order receipt.

                bima as in the info is blank or the variable remains in the print out? Might be easier to reach out on slack and we can debug.

                  prices are missing , the price should be 15.20 €, but the 5.20 € , out of the printer does not write the value at the beginning of the price

                    I found the problem, the printer does not print the euro sign. It’s a very strange problem.

                      I deleted the printer’s standard print template, you can share it again
                      order for delivery
                      order ..
                      datum
                      …..

                        Setting / Printer setting / output format :

                        I deleted the output format template, share the template please.

                          @bina if you aren’t seeing the Euro character you need to ensure the character set on the printer is set to one that includes it. I tend to use cp1252 to get euro and pound symbol support. This can usually be changed in the software that the printer manufacturer supplies.

                          The default receipt format is:

                          # {location_name}
                          ### {location_address}
                          ### Phone: {location_telephone}
                          -----
                          ## Order for {order_type}
                          ## Order #: {order_id}
                          ## {order_date} {order_time}
                          ## {order_payment}
                          -----
                          {customer_name}
                          {telephone}
                          {order_address}
                          -----
                          {order_menus}
                          {menu_quantity}x {menu_name}
                          {menu_options}{menu_option_name}{/menu_options}
                          {menu_price}
                          {/order_menus}
                          -----
                          {order_totals}
                          ### {order_total_title}: {order_total_value}{/order_totals}
                          -----
                          ### {site_url}

                            bima can you reach out to me on slack so I can help? This forum isnt great for real time interaction. I’m free now to help.

                            bima I think I’ve been able to replicate the issue with the symbol not printing. Give me a few days to look into it and try and get a resolution.