Olly

Forum Replies Created

Viewing 20 posts - 1,761 through 1,780 (of 4,447 total)
  • Author
    Posts
  • in reply to: What if it don't work? #28333
    Olly
    Admin & Mod

      Noone will be able to give you a guarantee that it will work 100% all the time as there are many parts and 3rd parties involved , all of which may get changed by whoever is responsible for maintaining that part at any time.

      for example, if Omnikassa/Rabobank (i dont know what “other” company you were referring to) simply change their API at some point than there is a chance it might not work anymore (though once i get informed of this i will of course try to update the plugin/gateway implementation asap if at all possible.

      it may also be the case that at some point they do not even offer any API anymore , or even only some proprietary software of some sort (unlikely, but possible)

      All i can say is that quite a few of the omnikassa implementations are in use and seeminigly working without any problems as i have not had anybody contacting me for months regarding any issues with it

      hope that helps

      in reply to: Guest "checkout" report. #28332
      Olly
      Admin & Mod

        wppizza templates of any kind must – since v3 – reside in [child-theme]/wppizza with the same structure as under the /template/ directory in the plugin itself

        so [plugins]/wppizza/templates/css/wppizza.custom.css
        must be copied to
        [child-theme]/wppizza/css/wppizza.custom.css

        (says so in the file itself too i believe)

        [edit by admin, in case someone reads this]
        some goes for – as an example –
        [plugins]/wppizza/templates/markup/pages/page.thankyou.php
        must be copied to
        [child-theme]/wppizza/markup/pages/page.thankyou.php

        generally though – in 99.99% of cases – there will be no need to mess around with files as there will be plenty of filters one can use

        in reply to: POST request to close/open store #28330
        Olly
        Admin & Mod

          >Would it make sense …
          no. there is already a perfectly nice checkbox in the opening times settings that does that

          >Any hints on how I trigger it to close
          filter: 'wppizza_filter_is_open', $bool

          in reply to: tips/gratuities #28329
          Olly
          Admin & Mod

            simply update the plugin

            this was only an issue in non-english sites or – more accurately – languages that do not use english standard for decimals etc

            in reply to: Guest "checkout" report. #28307
            Olly
            Admin & Mod

              probably need to re-enable the/a gateway (wppizza->gateways)

              in reply to: Strange problem with email: smtp error #28281
              Olly
              Admin & Mod

                maybe you are using another / additional mail/smtp plugin ?
                also i would strongly suggest you change your smtp username now as your screenshot is publicly visible !

                in reply to: Firefox – constantly trying to get my location #28269
                Olly
                Admin & Mod
                  in reply to: order page empty #28268
                  Olly
                  Admin & Mod

                    my guess would be its your sessions , as the postcode thing doesnt work either and needs sessions to work too (but i dont know how that’s setup, so am just guessing)
                    typically it’s the session save path not set , or not writable – is that’s the case, the host needs to sort this out

                    in reply to: order page empty #28267
                    Olly
                    Admin & Mod
                      in reply to: % Surcharge includes tax #28240
                      Olly
                      Admin & Mod
                        This reply has been marked as private.
                        in reply to: % Surcharge includes tax #28238
                        Olly
                        Admin & Mod
                          This reply has been marked as private.
                          in reply to: % Surcharge includes tax #28236
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            in reply to: % Surcharge includes tax #28235
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: % Surcharge includes tax #28234
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                in reply to: Guest "checkout" report. #28233
                                Olly
                                Admin & Mod

                                  >I’m sure the same is even more true of restaurants and pizza places.
                                  be that as it may, the only thing relevant or of interest there is the total per customer regardless of date range
                                  although i am happy to stand corrected if this becomes a requirement that is being asked for frequently , as always, the plugin is and has been growing to the state it is in mostly by user feedback so I am never saying – barring the completely outlandish requests and within reason – it’s not ever going to happen

                                  suffice to say, it’s been noted

                                  in reply to: % Surcharge includes tax #28231
                                  Olly
                                  Admin & Mod
                                    This reply has been marked as private.
                                    in reply to: Guest "checkout" report. #28228
                                    Olly
                                    Admin & Mod

                                      > i’m not suggesting this become “an Airbnb thing”
                                      yeah, i didn’t really think you were

                                      regarding the rest what i mentioned under c) in my previous reply still stands and i agree would/could be useful (and would/will be part of the main, free, plugin when the time comes)

                                      in reply to: % Surcharge includes tax #28227
                                      Olly
                                      Admin & Mod

                                        PS: in case someone else reads this.
                                        percentages should be entered with either upto 2 or 4 (or more) decimals otherwise you will end up with a number in the thousands (i.e 14.123% would be saved as 14123%) that’s because of formatting sanitisation and the fact that there are actually some currencies that use 3 decimals (for reasons i do not know)

                                        in reply to: % Surcharge includes tax #28226
                                        Olly
                                        Admin & Mod
                                          This reply has been marked as private.
                                          in reply to: % Surcharge includes tax #28225
                                          Olly
                                          Admin & Mod

                                            ok, calculation should actually be like this (just so happens that using 2% and 10% in my initial example produces the same result …..lol)

                                            x = vat/sales tax
                                            y = handling charge
                                            calculation should be

                                            y – (y/10x*x)

                                            so – in your case:
                                            15 – (15/106*6) = 14.1509433…

                                          Viewing 20 posts - 1,761 through 1,780 (of 4,447 total)