Olly

Forum Replies Created

Viewing 20 posts - 3,381 through 3,400 (of 4,452 total)
  • Author
    Posts
  • in reply to: error when browsing #9545
    Olly
    Admin & Mod

      @iazomuk
      you have not done anything about the issues i mentioned, so your problem will not go away (if indeed it is caused by that, which – at a minimum – i would suggest to eliminate the possibility of by following the advise i gave)


      @maherali

      i appreciate you trying to help.
      however, it has nothing at all to do with each other. believe me.
      (and you are really confusing the issue here when you are referring to polling etc)

      in reply to: error when browsing #9542
      Olly
      Admin & Mod

        because if i recall you had issue the order history (i.e backend/admin) throwing errors

        in any event, if you still have issues *please* start or resume your own topic rather than hijacking this one .
        chances are it will be entirely different anyway and only confuse the issue carrying on here

        in reply to: error when browsing #9540
        Olly
        Admin & Mod

          >Is it possible I get a link to the website in question?

          no, because

          a) the OP set it to private for reasons known to him so it stays private

          b) you wouldn’t like it either if i made your private replies public or pass them on

          c) it’s a frontend issue that is – probably/possibly – cause by what i already said above whereas yours was a backend issue and has nothing whatsoever to do with this

          in reply to: error when browsing #9538
          Olly
          Admin & Mod

            >This is the same error I get on my website Olly

            no you don’t, (even more so given that there is absolutely no error when i use the site this topic is referring to)

            in reply to: Help….Last clarifications print SMS / GPRS #9536
            Olly
            Admin & Mod

              Sorry, but you are asking questions i cannot answer.

              a) i know nothing about your printer, so anything related to that printer you will have to ask the manufacturer/merchant you bought it from

              b) re: which SMS / Mail2Fax plugin…
              there are no wppizza sms/mail2fax plugins.
              there are however many (e)mail2fax services.
              which one – if any – would be the right one in your circumstances i have no idea and cannot advise you (i do not even know or indeed understand why you would want any if you have a gprs printer)

              all i can say is that there are codesnippets here you *might* be able to use with your setup/printer/smsgateway etc

              how exactly you would have to code or setup things in your scenario I have no knowledge about.
              I know nothing about your sms gateway, printer or any other API of anything else you are referring to above.

              my *guess* would be the following:
              you do not need to download any plugin, but will need someone to – programmatically – connect your printer using the API that your printer provides using the codesnippets.

              in reply to: shortcode for showadditives #9530
              Olly
              Admin & Mod

                Hi

                i’ve moved this into the user contributions section. maybe it helps someone.

                personally, i would do this differently of course (as i can use the actual wppizza plugin to add things to) but if someone is desperate/needs this then your code above might just be a starting point for whatever it is one wants to do

                i would also add spans rather than br’s for easier more flexible css/output etc , but that’s just by the by and irrelevant here

                in any event, thanks for sharing/posting

                in reply to: error when browsing #9528
                Olly
                Admin & Mod

                  and you are loading jquery 2x for unknown reasons

                  in reply to: error when browsing #9526
                  Olly
                  Admin & Mod

                    you do however seem to have to removed version numbers from some of your scripts.
                    that’s just not a good idea

                    in reply to: error when browsing #9525
                    Olly
                    Admin & Mod

                      i have clicked a couple of hundred times now without ever getting any error (not once).
                      seems to me there’s something else going on (maybe in your network/firewall/elsewhere..i have no idea)

                      in reply to: error when browsing #9523
                      Olly
                      Admin & Mod

                        >Error will appear once you clicked few times adding to cart

                        i am not getting any error and i added about 50 items to the cart without any issues and on different browsers.
                        can’t see any problem…?!

                        in reply to: error when browsing #9521
                        Olly
                        Admin & Mod

                          i need a link. a screenshot doesnt help here

                          in reply to: shortcode for showadditives #9487
                          Olly
                          Admin & Mod

                            >Is there a shortcode for showadditives?

                            no, there isn’t, sorry.
                            but you can easily do this sort of thing somewhere:

                            
                            $options=get_option('wppizza');
                            $additives=$options['additives'];
                            foreach($additives as $additive){
                            /*do something*/
                            }
                            
                            in reply to: Ingredient Extension – Whole/Half & Half #9439
                            Olly
                            Admin & Mod

                              in short: no (not without re-writing about 70% of the plugin), sorry

                              in reply to: –Add Textbox to item– #9411
                              Olly
                              Admin & Mod
                                in reply to: –Add Textbox to item– #9408
                                Olly
                                Admin & Mod

                                  >How do I “add textbox to item”?

                                  that’s part of the add ingredients plugin/extension settable in “custom groups”

                                  in reply to: is it possible to get IP address with order #9272
                                  Olly
                                  Admin & Mod

                                    > Please help me with best advice to establish a unlimited food portal .
                                    sorry, but that really is something you need to figure out for yourself.

                                    >Do you know why just eat and hungry house forces to login ?

                                    because they want the customers data to spam them …..(or – ok – to be able to offer them “other things you might like ” etc etc )

                                    in reply to: is it possible to get IP address with order #9269
                                    Olly
                                    Admin & Mod

                                      then we are talking about something that is not really likely to happen to start off with.

                                      wppizza uses javascript.
                                      spambots (99% or so) do not.
                                      so they will never get to an orderpage where they could submit a fake order (as there will never be anything in the cart)

                                      if an actual human adds things to cart and presses submit, that that’s of course something else entirely, but in that case you cannot do anything about it anyway…

                                      in short, it sounds to me like you are trying to solve a non-exiting problem…

                                      in reply to: is it possible to get IP address with order #9267
                                      Olly
                                      Admin & Mod

                                        one question springs to mind:
                                        is your client already using wppizza and gets fake orders, or are we talking about something hypothetical ?

                                        in reply to: is it possible to get IP address with order #9266
                                        Olly
                                        Admin & Mod

                                          >If I install this plugin will it resolve the issue

                                          depends on what the issue is….(in any case, it’s not my plugin so i have no idea)

                                          >Can block this individual accessing the domain.

                                          not if he/she then just uses a proxy or has a dynamic ip address or uses any other ip spoofing …

                                          what’s worse, if you block an ip address and that ip is – at some point – allocated to someone else you will block that someone else who has done nothing wrong…

                                          in short, this is a very crude way to do this.

                                          if your client really gets a lot of fake orders, i would – if i were him – only accept credit card payments. not 100% foolproof of course as cc’s can be stolen etc, but a much better approach i would have thought

                                          in reply to: is it possible to get IP address with order #9263
                                          Olly
                                          Admin & Mod

                                            > I really need it my client receiving orders with false details

                                            and how does an ip address help exactly ?

                                          Viewing 20 posts - 3,381 through 3,400 (of 4,452 total)