Olly

Forum Replies Created

Viewing 20 posts - 3,461 through 3,480 (of 4,451 total)
  • Author
    Posts
  • in reply to: Filter spam trough Akismet #8949
    Olly
    Admin & Mod

      it’s also pretty pointless/superfluous to do….
      i do not believe you really understand how (at least most) spambots work

      in reply to: Hi, Two features I’d like you to add… #8947
      Olly
      Admin & Mod

        @matteoraggi

        again, this is a 2 year old topic……

        in reply to: Register the clients #8946
        Olly
        Admin & Mod

          you are suggesting things that are already part of it (and have been for ages)

          in reply to: Hi , I want to know if there is away to auto… #8944
          Olly
          Admin & Mod

            a) this topic is 2 years old ….!!

            b) if you’d use wppizza you would already have the answer

            in reply to: Register the clients #8933
            Olly
            Admin & Mod

              >but it not register automatically the new clients with an automatic password
              it’s not supposed to. clients/customers have to *agree* to register

              > they have to do it by another path and not during the first order.
              sorry, i don’t understand what you are saying here

              in reply to: Delivery online -Restaurant 15 subsides- #8931
              Olly
              Admin & Mod

                sorry, but i cannot understand the question

                in reply to: No receipt after payment has completed #8910
                Olly
                Admin & Mod

                  ok.

                  PS: i assume you had the cookie thing in there so as to keep the information the user entered in the orderform.
                  although these automatically get saven in a session when using any gateway that redirects to their own page this is not the case (or at least seems to be) when using any kind of form of payment windows (like epay.dk for example.
                  i will do something about that soon.

                  so, unless you are using your cookie js to do something more than that, i would suggest you just skip that one and i will sort this out from here and make it part of the plugin itself

                  in reply to: Help, automatic printing incoming orders #8909
                  Olly
                  Admin & Mod

                    depends entirely on your printer and where you are .
                    please read here too
                    https://www.wp-pizza.com/topic/autoprint-order/

                    in reply to: Autoprint / SMS / GPRS / Fax orders #8898
                    Olly
                    Admin & Mod

                      @gstudio
                      did you actually read the topic ?

                      in reply to: No receipt after payment has completed #8894
                      Olly
                      Admin & Mod

                        btw, just installed the theme you are using here and this works just fine…
                        did you add stuff to the functions.php perhaps that needs investigating ?

                        in reply to: No receipt after payment has completed #8893
                        Olly
                        Admin & Mod

                          can’t be that. (although i will fix that notice)

                          can you please use the default theme and/or switch off all other plugins and see if that issue remains. if it behaves with everything else turned off , turn things on one by one and see where it falls over .

                          and let me know what you find

                          in reply to: Strange intermittent issues with order history screen #8847
                          Olly
                          Admin & Mod

                            some other options/variations of the same

                            https://www.google.co.uk/#q=htaccess+force+redirect+to+https

                            in reply to: Strange intermittent issues with order history screen #8846
                            Olly
                            Admin & Mod

                              then they are either stupid or unwilling (and you should change hosts just based on that probably )
                              it’s a simple 3 liner in your htaccess (most of the time anyway)

                              various ways to do this in different places too and depends a bit on setup, though this being one of them (htaccess)

                              RewriteEngine On
                              RewriteCond %{HTTPS} off
                              RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

                              in reply to: No receipt after payment has completed #8845
                              Olly
                              Admin & Mod

                                can you please turn on debug and see if you get anything in your debug.log when you complete an order / payment

                                in reply to: Strange intermittent issues with order history screen #8824
                                Olly
                                Admin & Mod

                                  > that is the website falling over yes?

                                  can’t be certain for all cases
                                  but what i AM certain about is that it WILL fall over if your are on http://etc etc /etc

                                  in reply to: Strange intermittent issues with order history screen #8822
                                  Olly
                                  Admin & Mod

                                    you are assuming that your site visitors will always come through your homepage and then click on things…

                                    that just isn’t the case . when is the last time you searched for stuff , clicked on a link and went to the homepage as opposed to the page where you actually want to be ? (my guess is: about never)

                                    though – seemingly – google has only indexed your https pages (which is good and will eliminate most of these issues) if ANY other page on the web links to any of the pages on your site without https: it will fall over

                                    for example: just go up a couple of posts and we have a link to your orders page without https.
                                    this is indexed by google.

                                    someone comes here, clicks on link, falls over….

                                    again, it’s not quite as dramatic as searching on google for rednaga.co.uk will mostly result in https links it seems, but you really cannot be certain that’s alwasy the case…

                                    === end of lesson 🙂 ====

                                    in reply to: Strange intermittent issues with order history screen #8820
                                    Olly
                                    Admin & Mod

                                      (very simplistically)

                                      it means that you cannot send wordpress javascript/ajax requests from an http:// page to an https:// page
                                      (and vice versa)
                                      they are different domains

                                      go to
                                      http://www.rednaga.co.uk/order-online/
                                      and (try) to put something in the cart, not only will it most like throw an error, but if you now go to
                                      https://www.rednaga.co.uk/order-online/ (by clicking on your navigation) you will have nothing in the cart (or different things)

                                      in short, http:// and https:// are entirely/totally different sites but your http:// site uses scripts from the https:// site and is trying to submit stuff to that one which you just cannot do

                                      you / your host/administrator/whatever should force to redirect ALL pages to https:// or just don’t mix and match like this….

                                      in reply to: Strange intermittent issues with order history screen #8786
                                      Olly
                                      Admin & Mod

                                        let’s start from the beginning

                                        http://www.rednaga.co.uk

                                        mixes https and http
                                        your ajax url is set to be https, so it would ALWAYS fall over as you cannot access scripts crossdomain
                                        (my guess is that your host person added something dealing with that discrepancy in your htaccess file, fixing the symptoms, not the cause – just a guess though)

                                        unrelated, and nothing to do with me, but while i’m at it :
                                        for some unknown reason, you also have the following 2x in your page (in itself , that shouldnt be a problem, but who knows what else is going on)
                                        var cro_query = {"ajaxurl":"https:\/\/www.rednaga.co.uk\/wp-admin\/admin-ajax.php","cro_nonces":"ea20d3befc"};

                                        apart from that:
                                        —–a—–
                                        > Because no server will ever be 100% reliable …
                                        not really true anymore these days. there are plenty of hosts that guarantee 100% uptime (though you pay for it)

                                        —–b—–
                                        i cannot tell you about host or whether they are good or not. google probably can

                                        in reply to: Strange intermittent issues with order history screen #8785
                                        Olly
                                        Admin & Mod

                                          ok.
                                          i will probably also have something more useful to say tomorrow,,,my brains fried today

                                          in reply to: Strange intermittent issues with order history screen #8782
                                          Olly
                                          Admin & Mod
                                            This reply has been marked as private.
                                          Viewing 20 posts - 3,461 through 3,480 (of 4,451 total)