Olly

Forum Replies Created

Viewing 20 posts - 1,761 through 1,780 (of 4,446 total)
  • Author
    Posts
  • 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…

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

                                            strangely, that calculation – with your numbers (6% / 15%) is not accurate
                                            it returns 14.241509433…
                                            when it should be 14.150943 (you’ll still get some rounding errors if a sale is over 1,000,000 but i’m sure that’s good enough for this excercise)

                                            just enter this (i.e 14.150943) into the surcharges percentage field while i figure out why this is different (kind of for my own entertainment and future reference)

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