Olly

Forum Replies Created

Viewing 20 posts - 441 through 460 (of 4,433 total)
  • Author
    Posts
  • in reply to: Same Gateway Twice #53305
    Olly
    Admin & Mod

      generally, you could copy the gateway and rename all relevant ‘mollie’ instances/strings to something else (you cannot ever have the same class multiple times. it will never work)

      other than that, if I understand you correctly, you want to add surcharges depending on payment method.
      If you are in the EU this is illegal (since 2018) – though scope varies from country to country as I understand it

      in reply to: Auto print – add how many pages to print #53296
      Olly
      Admin & Mod
        in reply to: 403 error via Stripe (or any payment gateway) #53292
        Olly
        Admin & Mod

          >I have now added a removal script for Jquery and a plugin “Updating Jquery” to try to make sure latest is loaded
          except that it made no difference. you are still loading the same stuff

          i would also seriously suggest you do not load an external jquery library but use the one wp provides
          (at least until you know it all works)
          have a read here: https://pippinsplugins.com/why-loading-your-own-jquery-is-irresponsible/

          and generally of course:
          have you disabled all other non-wppizza plugins and used a default theme ?
          do you still have the same issue if you do ?

          in reply to: Auto print – add how many pages to print #53281
          Olly
          Admin & Mod

            @petroni417
            it’s not very likely that there will be an y extra fields along those lines (as no doubt everyone will want something different based on different things)
            However, I am happy to add a filter to the plugin in an update that allows people to set printids on whatever order value they want to base it on

            in reply to: 403 error via Stripe (or any payment gateway) #53263
            Olly
            Admin & Mod

              you are also loading an external (and outdated at that ) version of jquery

              in reply to: 403 error via Stripe (or any payment gateway) #53234
              Olly
              Admin & Mod

                sorry, but i dont understand what a 403 has to do with any kind of minimum order
                and i’d also like you to talk me through the issue you are describing on your site.
                i want to see that

                in reply to: 403 error via Stripe (or any payment gateway) #53223
                Olly
                Admin & Mod

                  Lol. you need to get out more 🙂

                  in reply to: 403 error via Stripe (or any payment gateway) #53219
                  Olly
                  Admin & Mod

                    in a nutshell, if it worked before , something has changed (obviously) but i can guarantee you that simply enabling and disabling a gateway will not suddenly throw some 403’s

                    in reply to: 403 error via Stripe (or any payment gateway) #53218
                    Olly
                    Admin & Mod

                      have a look at the suggested permissions here
                      https://wordpress.org/support/article/changing-file-permissions/
                      they are somewhat different

                      you might also want to check if your server has mod_sec or some sort of other security stuff (firewall etc) running (which may or may not cause this, if it does check why it throws 403 in your case – might want to speak to your host though)

                      in reply to: 403 error via Stripe (or any payment gateway) #53214
                      Olly
                      Admin & Mod

                        the problem that i’ve seen in the past is that people upload/update via ftp but as a different user, so the owner of the files is incorrect (especially when adding new files and even more so regarding .htaccess files)

                        if the permissions or owner of an .htaccess file is not correct the server will – more often than not – throw a 403 “to be safe”

                        so first of all i would check that the owner of all of your files is correct and “chown” if necessary (or simply “chown” recursively once you know what user is supposed to be the owner of all files

                        of course, you also want to check the permissions of files (plenty of results if you search for that )

                        in reply to: 403 error via Stripe (or any payment gateway) #53206
                        Olly
                        Admin & Mod

                          first question:
                          did you update / install *any* plugin manually (i.e via ftp instead of using the wordpress plugin uploader or updater) ?

                          in reply to: Auto print – add how many pages to print #53095
                          Olly
                          Admin & Mod

                            as of v1.2 multiple copies are now supported (as long as the printer supports this to start off with) by adding “:2” after the printer id
                            i.e enter “123456:2” [to print 2 copies] , “123456:3” [ to print 3 copies] and so on

                            also see https://www.wp-pizza.com/downloads/wppizza-autoprint/ for more details

                            in reply to: Auto print – add how many pages to print #53075
                            Olly
                            Admin & Mod

                              i just got the following from another user, so it appears this is in fact not possible (at the moment at least) unless you add the same printer 2x somehow . If anyone has any better idea(s), i’d be more than happy to hear it.
                              I’ll also have a rummage around if i can find some other way perhaps

                              Just to let you know you can’t put the same printer id in twice (comma separated) when using printnode. I tried and it only printed one. I noticed in the printnode docs it says it ignores duplicate printer id’s. I can’t think of anyway at the moment to get it to do 2 copies, other than maybe adding the printer driver twice so I get 2 different IDs.

                              in reply to: Auto print – add how many pages to print #53057
                              Olly
                              Admin & Mod

                                as there are multiple different ways to use the plugin (like storing the order emails somewhere or sending things to different printers etc ) there is no global “number of copies” or similar.

                                However, you can simply enter the same printer id multiple times (comma separated) in the relevant field I would think.

                                Hope that helps

                                in reply to: Required field/length on order form #52737
                                Olly
                                Admin & Mod

                                  have you cleared all/any kind of caching things (looks like your served scripts are cached at some cdn and are 4 days old)

                                  in reply to: Tips of last year report #52736
                                  Olly
                                  Admin & Mod

                                    sorry, but the detailed report simply does not output any summaries of any kind. period.
                                    it outputs every order for the given timeframe in each line

                                    neithr does the summary report output anything remotely resembling your screenshot you have something else going on somewhere else

                                    in reply to: Tips of last year report #52734
                                    Olly
                                    Admin & Mod

                                      what version of wppizza are you using to start off with ???

                                      in reply to: Tips of last year report #52733
                                      Olly
                                      Admin & Mod

                                        furthermore, your screenshot already shows something like “trinkgeld”, “discounts” etc etc which incidentally the plugin doesnt provide by default as such anyway so this looks like some customised thing of some sort

                                        in reply to: Tips of last year report #52731
                                        Olly
                                        Admin & Mod

                                          >That’s the detailed report
                                          sorry, but it just isn’t (unless you have done some customisations somewhere)
                                          the “detailed” report export has a line for each order and there’s no “summary” or some such

                                          in reply to: Required field/length on order form #52721
                                          Olly
                                          Admin & Mod

                                            without a link i cannot comment, other than to say nothing has changed there for months, if not years

                                          Viewing 20 posts - 441 through 460 (of 4,433 total)