Forum Replies Created
- AuthorPosts
- 16 January, 2023 at 8:20 pm in reply to: With receipt printer: Ingredient texts cut off from the right #61061
re 1: I don’t understand. Why would you type anything ? Simply copy and paste ( especially for the print templates where its only one field)
In other word – to answer your question – there are no plans to add a css export/import function. SorryRe 2: you can adjust your css as required (there are plenty of classes and id’s ) to align things as you need to
14 January, 2023 at 12:16 pm in reply to: With receipt printer: Ingredient texts cut off from the right #61020>I changed the general CCS sign as you wrote but I didn’t notice anything.
then you edited the wrong template . assuming you are printing from the print button in your order history, you need to edit the print template .
But I don’t know how you send things to your printer of course . only you will know.Secondly, as mentioned above , I would really suggest you simply set the papersize of your printer to something else *regardless* of the paper you are using. I have seen this before (especially when using autoprint) that an 80mm printer does in fact only print 72mm. So you might find setting your printer to be 72mm with 80mm paper will be all you need to do .
Yes, I know this is strange, but thermal printers are still stuck in th last century the way they work
14 January, 2023 at 1:33 am in reply to: With receipt printer: Ingredient texts cut off from the right #61016>Here is my Print Template CSS
No it’s not. It’s your email template cssyour ‘green’ columns are ok because they are left aligned and happen to fit. Your overall css table css is too big for th eprinter
the default is something like.... table{width:100%;margin:0 auto 10px auto;} ....
but might be different in your case now
you need to change that so it fits your printer. something like
.... table { width: 80%; margin: 0; } ....
for example or even absolute widths with/without some margins. There are many ways to do this and really depends on your printers interpretation of things
PS: The default of 100% should actually be just fine .
It might well be the case that the printer setup is actually incorrect here and it was setup for the wrong paperwidth …. I would check this first . If that’s all correct though , adjust the css as mentioned above13 January, 2023 at 11:15 pm in reply to: With receipt printer: Ingredient texts cut off from the right #61014looks to me like your css (body) width declarayion set in your print templates (wppizza->templates->print) that you use for your epson printer is simply to wide for the printer.
good stuff. thanks for letting me know
3.16.3 should have this fixed now – thanks for your patience and reporting the issue
Much appreciated
>I restored the older version for now.
ok, no problem.In fact I can reproduce this now here, but am not sure yet whether this should be addressed in the stockmanagement or the main plugin. I’ll let you know when I know more
>But what is the change in de latest release that causes this?
That’s what we need to find out as I cannot reproduce this here . I’ll try a few things here first of all. Give a little bit.Thanks, I believe the issue is actually in the wppizza stockmanagement plugin rather than the wppizza plugin itself.
Can you turn this off and see if you can then add item to cart as normal ?can you show me a url where i can see this please ?
It’s actually not got anything to do with php8 as such but is simply a typo (although it’s only php8+ that’s actually
– and rightfully – complaining )There’s a few more things I want to look at too in any case – I’ll have an update of the plugin later today I would think
>…..to fix the problem that the customers must always choose first a postcode even if they want to pickup the order.
That’s not the case . Have a look in the settings of the plugin under “Selection required ?” .
What you have there is simply some sort of navigation. This is a question for your theme developer I’m afraid. I cannot help you with that as I know nothing about your theme (Though typically you go to “Menu” in your wordpress admin and create it in there with some drag/drop of pages and/or categories
I dont actually understand what you mean by
“…a bar with categories pizza, snacks etc… Which show only active category…”That sounds to me like some kind of – so called – Breadcrumbs thing which is really a question for the theme you are using. However, if you have a look at the bottom of the page here
https://docs.wp-pizza.com/developers/?section=global-wppizza-functions
you could use the wppizza_breadcrumbs function to add this sort of thing somewhere
> .. Also, thanks for adding the ability ..
You’re welcome. Thought it might be helpful to others in some way so made it also a bit more flexible (I think)That is correct.
If different things have the same VAT rate it will only be displayed in the same line (and summed up).
In other words : all the same Vat Rates will be summed up into the same line.
I can see no reason why there should be several lines that all have the same Vat Rate .Although, due to legacy reasons, it can happen that the text “delivery Vat (or similar)” will be shown instead of just the common “Vat @ [something]%” if the delivery Vat is a distinctly different rate than anything else in the cart
If your theme does not support widgets, you can use the wppizza shortcodes instead or – alternatively – enable widgets in your theme (just search for “enable widgets in wordpress theme” or some such and you’ll get lots of results I would think as to how to do that).
Has nothing to do with compatibility really and all to do with what a theme supports
you can change any text to whatever you like in wppizza-> localization
Unless you enable “Stylable javascript alerts” in “wppizza-> layout” you cannot edit anything about these popups as they are javascript generated and therefore “styled” by the browser
You’ll need to look again.
It most certainly is in the localisation settings of the Add Ingredients plugin - AuthorPosts