Olly

Forum Replies Created

Viewing 20 posts - 3,021 through 3,040 (of 4,446 total)
  • Author
    Posts
  • in reply to: Order Completely Missed #12625
    Olly
    Admin & Mod

      >function of wordfence
      yup, seems all wordfence is doing is hiding WP version no (for whatever reason that’s supposed to be good for)

      so it seems something else is getting rid of all other version numbers everywhere else….
      anyway, jut thought i’d mention it. what you do about it is up to you of course

      in reply to: Order History – popup in html? #12621
      Olly
      Admin & Mod

        well, of course it’s possible.
        but you will have to write your own script/php/js using the filters in ajax/admin-get-json.php

        in reply to: Order History – popup in html? #12620
        Olly
        Admin & Mod

          no

          i don’t even know what the benefit would be
          furthermore, technically speaking , it *is* actually html

          in reply to: cart issue #12609
          Olly
          Admin & Mod

            you have installed 2 versions of wppizza on the same domain ????

            as in the files literally exist 2 times ?

            Enable “empty cart” button has nothing to do with this (well, only very remotely)

            in reply to: Timed Menu option with two menus #12607
            Olly
            Admin & Mod

              there are plenty of plugins available on wordpress.org that let you duplicate/clone posts

              (make sure the one you think of using supports custom post types though)

              in reply to: cart issue #12605
              Olly
              Admin & Mod

                by default it doesnt do that anyway
                seems to me you might have “Cart per site:” turned off (wppizza->settings) ?

                in reply to: Order Completely Missed #12602
                Olly
                Admin & Mod

                  >protects version numbers by default.
                  possibly, but i doubt it. if so , it would be exceptionally stupid

                  let me explain why:

                  a) visitor comes to your site , does stuff. scripts are now in his cache
                  b) you update site/plugins with newer versions
                  c) visitor comes back to your site. browser of visitor says: cool it’s the same file, no need to download again
                  d) result: site doesn’t work as visitor is using old script…..

                  unless that is wordfence does something very clever with expiry times somehow

                  in reply to: cart issue #12601
                  Olly
                  Admin & Mod

                    >can you check

                    how ? got a link ?

                    in reply to: Timed Menu option with two menus #12554
                    Olly
                    Admin & Mod

                      > Duplicate the shared sections?

                      actually duplicate the menu item i would have thought, but essentially , yes
                      you cannot have the same item not available and available at the same time

                      in reply to: Mobile "Shopping Card Icon" #12553
                      Olly
                      Admin & Mod

                        there is a “minicart” available (check the widget/shortcodes) which does some of the things (at the top though not what you call “footer”)

                        in reply to: Date field option include in order form #12530
                        Olly
                        Admin & Mod

                          may i ask for what purpose?

                          the input type=”date” doesnt work in IE ….(nor do most other types apart from the standard input, button etc)

                          in reply to: Order sometimes dont come #12526
                          Olly
                          Admin & Mod

                            turn on debug, and check the logs
                            i can’t even guess from the info you are giving here

                            in reply to: Google Map Location and save IP-Adress from customer #12525
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: Order Completely Missed #12523
                              Olly
                              Admin & Mod
                                This reply has been marked as private.
                                in reply to: Google Map Location and save IP-Adress from customer #12522
                                Olly
                                Admin & Mod

                                  there are a ton of action hooks you can use for this sort of thing.

                                  for example

                                  
                                  
                                  add_action('wppizza_emailhtml_end','some_function');
                                  
                                  funstion some_function($param){
                                  echo"<tr><td>".$_SERVER['REMOTE_ADDR']."</td></tr>";
                                  }
                                  
                                  

                                  or something along those lines

                                  in reply to: Google Map Location and save IP-Adress from customer #12520
                                  Olly
                                  Admin & Mod

                                    > but not everyone know how to make orders from different ip-adresses

                                    but the people who want to send fake orders are the ones that most likely do know

                                    in reply to: Order Completely Missed #12519
                                    Olly
                                    Admin & Mod

                                      @kaybee
                                      i’m confused.
                                      you are already using 3.0.2 from what i can see, so there would not be any updates showing up anyway

                                      that said, if you downloaded it manually and updated from 2.1.7.somethimg

                                      then this should work a lot more reliable now for versions 3.+

                                      in reply to: Google Map Location and save IP-Adress from customer #12514
                                      Olly
                                      Admin & Mod

                                        >a simple Google Map Image which shows the ordered location…
                                        there is nothing “simple” about getting the order location based on what address people input in some form

                                        >if someone orders something the IP-Adress will be saved…
                                        it already is actually and i could – optionally – display it somewhere.

                                        however, using ip addresses to identify people doing fake orders (if that is what you are referring to) is VERY simple to circumvent as well as VERY unreliable.
                                        i can easily do 10 orders on your site from 10 different ip addresses without any effort so the above would not help you at all

                                        in reply to: Code Snippet where to add? #12513
                                        Olly
                                        Admin & Mod

                                          it works just fine as is.

                                          i suspect however you want to not show images in the frontend, in which case
                                          a) don’t upload any
                                          and
                                          b) disable wppizza->layout :Display placeholder image when no image associated with meal item:

                                          in reply to: Cart Item Scrolling not working on iPhone 6 #12461
                                          Olly
                                          Admin & Mod

                                            >So I guess you should still implement the changes
                                            already done that…

                                          Viewing 20 posts - 3,021 through 3,040 (of 4,446 total)