Forum Replies Created
- AuthorPosts
-
Hi
re name: https://www.wp-pizza.com/downloads/wppizza-countdown/
re opening/closing times: yes, it takes it’s timing from thoseHope that helps
Hi
thanks for letting me know. these should now be eliminated (v3.16.6)
Hi
first of all, this is already possible. You simply need to use “exclude” type custom groups and apply those as required to your first menu item (the single burger in this case)
Secondly – though that’s just a personal opinion and you can do what you like of course – I think you are overcomplicating things for no reason.
It appears to me you are somewhat trying to combine 2 different things into one item.
I.e we really are talking about 2 different product here. One is a burger as is , the other is a menu (that happens to contain a burger I presume).Especially if at some point you want to allow people to add things to this single burger – i.e they can create their own kind of menu so to speak – you will go insane setting this up using all sorts of custom groups applying those to one, but not the other.
Sure , it’s do-able as mentioned above, but for your own sanity I would really recommend you make this 2 different and independent products (as that’s what they are really)Again, just my 2 cents, you can do as you please of course.
From what I can see, Twint do not make their API available
https://www.twint.ch/en/faq/how-do-i-as-a-software-developer-receive-the-twint-api/
and you have to use some of their providers (one being saferpay, which – as you know – exists already )
https://www.twint.ch/en/business-customers/our-solutions/online-shop/?lang=en#section-integrationso there’s no way I can program an integration
Is that stupid ? If you ask me: yes , of course it is, but it’s their perogative to do as they please
DEBUG is your friend
https://docs.wp-pizza.com/troubleshootingas far as I am aware, yes.
(though given that WordPress itself is throwing a ton of deprecation notices when used with php8+ it kind of depends as to what you mean by “fully” compatible really)
16 January, 2023 at 8:20 pm in reply to: With receipt printer: Ingredient texts cut off from the right #61061re 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
- AuthorPosts