@stoejfan
Good to hear that it is all working and was easy to set up 🙂
We get a lot of requests for changing the font size, but it is a little difficult, because we have to use the fonts that are built-in to the printer, which are quite limited, and can only be magnified by whole numbers (e.g. you can have 2x the character size, but not 1.5). There is some information on our common issues page here. We will add some additional font control (within the limits oo the built-in fonts), I can’t promise that it will be included in the 2.1 update, but if not then soon after.
Version 2.1 will add several hooks and filters to enable developers to modify the receipt design more easily from other plugins/themes. This will make it possible to re-style the receipt in the way you are suggesting. I you are a developer, then you will be able to create a plugin that styles the receipt as you need it. if not, then we will be able to help you.
You are also free to modify the existing code, but it is better to wait for 2.1 to avoid the need to re-create your changes for each new release.
Do you have any ideas on when version 2.1 is rolled out?
@stoejfan As a free plugin there is no fixed schedule, but I will make releases once I’m happy with the feature set and level of testing. Saying that, development is usually quite fast and I’m starting to work on the 2.1 modifications from this week, so I hope there will be betas available very soon.
You can follow development on the GitHub repository if you like.
About your request to change the font size, while the sizing is limited, I did post some sample code on this thread today to help a customer enable double width/height font magnification when printing the order items, which may be useful.