Olly

Forum Replies Created

Viewing 20 posts - 241 through 260 (of 4,452 total)
  • Author
    Posts
  • in reply to: Open Closing Widget on Grid Kale Theme #61322
    Olly
    Admin & Mod

      Hi

      re name: https://www.wp-pizza.com/downloads/wppizza-countdown/
      re opening/closing times: yes, it takes it’s timing from those

      Hope that helps

      in reply to: debug error #61305
      Olly
      Admin & Mod

        Hi

        thanks for letting me know. these should now be eliminated (v3.16.6)

        in reply to: Add ingredients- Single vs Menu Feature #61239
        Olly
        Admin & Mod

          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.

          in reply to: Twint Pluigin fpr WP-Shop #61169
          Olly
          Admin & Mod

            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-integration

            so 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

            in reply to: email template #61149
            Olly
            Admin & Mod
              in reply to: PHP 8.1. compatible? #61064
              Olly
              Admin & Mod

                as 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)

                Olly
                Admin & Mod

                  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. Sorry

                  Re 2: you can adjust your css as required (there are plenty of classes and id’s ) to align things as you need to

                  in reply to: With receipt printer: Ingredient texts cut off from the right #61020
                  Olly
                  Admin & Mod

                    >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

                    Olly
                    Admin & Mod

                      >Here is my Print Template CSS
                      No it’s not. It’s your email template css

                      your ‘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 above

                      in reply to: With receipt printer: Ingredient texts cut off from the right #61014
                      Olly
                      Admin & Mod

                        looks 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.

                        in reply to: Issue in 3.16.2 #60884
                        Olly
                        Admin & Mod

                          good stuff. thanks for letting me know

                          in reply to: Issue in 3.16.2 #60882
                          Olly
                          Admin & Mod

                            3.16.3 should have this fixed now – thanks for your patience and reporting the issue

                            Much appreciated

                            in reply to: Issue in 3.16.2 #60881
                            Olly
                            Admin & Mod

                              >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

                              in reply to: Issue in 3.16.2 #60879
                              Olly
                              Admin & Mod

                                >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.

                                in reply to: Issue in 3.16.2 #60877
                                Olly
                                Admin & Mod

                                  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 ?

                                  in reply to: Issue in 3.16.2 #60875
                                  Olly
                                  Admin & Mod

                                    can you show me a url where i can see this please ?

                                    in reply to: Custom Group #60551
                                    Olly
                                    Admin & Mod

                                      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

                                      in reply to: Pickup option as dropdown menu #60249
                                      Olly
                                      Admin & Mod

                                        >…..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 ?” .

                                        in reply to: Bar with categories #60209
                                        Olly
                                        Admin & Mod

                                          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

                                          in reply to: Bar with categories #60184
                                          Olly
                                          Admin & Mod

                                            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

                                          Viewing 20 posts - 241 through 260 (of 4,452 total)