Olly

Forum Replies Created

Viewing 20 posts - 4,401 through 4,420 (of 4,428 total)
  • Author
    Posts
  • in reply to: Please , it’s a very interessant plug,… #3586
    Olly
    Admin & Mod

      >display images…..
      every ingredient has an id, just edit/add css for it. generally , just adjust the css as needed

      > nutrition/more info
      in the main text for an item

      in reply to: Hi Olly, My client has around 30 pizza… #3590
      Olly
      Admin & Mod

        Hi Derek

        first of all, thanks for reading the comments and not asking me the same questions again (re paypal / payment processing)
        🙂

        as it happens I am about 80% through a paypal payment gateway implementation. Got a few more days of another job to do at the moment, but should be able to do some testing on this paypal thing next week.
        So I assume this will be ready in 10-14 days – fingers crossed….(along with some other options I have added whilst I’m at it)

        re POS: surely, that’s the job of the POS software and not the other way round, no ?!

        Having said that, shouldn’t your POS integrate/communicate with the payment provider in the first place (i.e paypal for example) and not with some other random software (i.e wppizza) that does not do any payment processing itself anyway?! Am I missing something ?

        in reply to: Hi Olly, My client has around 30 pizza… #3588
        Olly
        Admin & Mod

          Hi,

          i am working on something that will make this more elegant (such as implementing different delivery charges per postcode etc).
          That’s a few weeks away yet though.
          In the meantime you can do something like I described here
          http://wordpress.org/support/topic/restrict-orders-to-locale-or-id
          maybe this helps !?

          in reply to: Please , it’s a very interessant plug,… #3584
          Olly
          Admin & Mod

            >it possible to display images on ingredients and divide for category
            not natively in the plugin, but you can always edit the css…

            >and does it possible in the feature put a nutritional calculator.
            just put your nutritional info into the info for every menu item……am i missing something ?

            in reply to: Hi! First of all – great work! Secondly,… #3582
            Olly
            Admin & Mod

              they are all on one page . no ?
              and divided/sorted by price first and alphabetically second…

              in reply to: hi when will fuktionen payment kreditkor.t … #3580
              Olly
              Admin & Mod

                pls read the feature request page/comments.
                i have answered this question more than once

                in reply to: Hi Olly, I’m testing your plugin on a client’… #3572
                Olly
                Admin & Mod

                  yup, where it says “order” if that doesnt work, maybe you can get me access to your server

                  in reply to: I’ve configured wp-pizza on the local host…. #3578
                  Olly
                  Admin & Mod

                    that’s got nothiing to do with wordpress. you need a mailserver on your server.try google. you will find many more answers there than I could give you as I have no idea what your setup is

                    in reply to: I’ve configured wp-pizza on the local host…. #3576
                    Olly
                    Admin & Mod

                      configure your mailserver (as the error clearly states. no?)

                      in reply to: Hi Olly, I’m testing your plugin on a client’… #3570
                      Olly
                      Admin & Mod

                        Hi,

                        maybe I’m missing something, but what’s wrong with using the order option/attribute ?

                        in reply to: Good work so far, and I applaud the effort… #3566
                        Olly
                        Admin & Mod

                          i replied to you directly for the moment

                          in reply to: Hi Olly, I’m testing your plugin on a client’… #3568
                          Olly
                          Admin & Mod

                            you mean sorting the categories or the items within categories ?

                            in reply to: Good work so far, and I applaud the effort… #3564
                            Olly
                            Admin & Mod

                              Hi ,

                              thanks for your message. please see below.

                              re 1)
                              The way I understand you (although I might be wrong), it would be far easier (and less confusing for the customer I would have thought) to offer one Pizza(menu item) which is a “quarter”/”small” where add ingredients is disabled and another one with medium/large
                              where it IS allowed (also see my answer to prices/ingredient) below.
                              My question is though: do you actually deliver/make half pizzas ? Because if you don’t, how does the customer know, he has to order 2 half pizzas ?

                              also: if you have three different size options (call them small/medium/large or quarter/half/whole or whatever) you just set the ingredients prices accordingly for this “pricetier”. Or am I missing something ?

                              re 2):
                              maybe I’ll do that one day, but I can’t promise any timescale on that one as there are other more important things I want to do first.
                              (like adding the option to set it up so a customer for example HAS TO add at least one ingredient , or CAN ONLY ADD ONE ingredient from a list (like salad dressings) etc.)
                              maybe – just maybe – it’s possible to do something along the lines you mentioned under 1) there too. not sure, but I’ll bear that in mind.

                              Nevertheless, personally I think it makes a lot more sense to make a “base” sandwich as menu item and allow the customer to add cheese and/or ham (after all , a ham and cheese sandwich without cheese is just a ham sandwich)

                              re3: do you have a link I can have a look at ? (as it should/does do that)

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

                                excellent
                                it’s actually not a bad idea.
                                i’ll probably put this in the next update

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

                                  you can edit the template as required

                                  see: http://codex.wordpress.org/Function_Reference/get_currentuserinfo

                                  does that help ?

                                  in reply to: Would like the option of being able to order… #3558
                                  Olly
                                  Admin & Mod

                                    it’s something I will do in the not too distant future.
                                    please see comments further up though

                                    in reply to: Hey, great plugin. Would it be possible to… #3556
                                    Olly
                                    Admin & Mod

                                      i don’t think i’ll ever integrate this particular thing into the plugin (after all, don’t you pay the tip when you get the stuff delivered ?)

                                      however, you can try the following:
                                      copy templates/wppizza-order.php to your theme directory and edit/add along the following lines (these will get included in any/all emails send):

                                      
                                      /***********************************************/
                                      //if you want to add custom  field value pairs, make sure
                                      //its an array having [label] and [value] to display in email
                                      //i.e:
                                      <input type="hidden" name="distinct_name[label]" value="some value"/>';
                                      <input type="text" name="distinct_name[value]" value="some value"/>';
                                      /***********************************************/
                                      

                                      hope that makes sense. (shout if not)

                                      in reply to: Hi there, First of all, congratulations!!… #3552
                                      Olly
                                      Admin & Mod

                                        hi

                                        >I fixed the problem just installing again the plugin. Thanks
                                        good

                                        >any idea when you will have ready that?
                                        about 6 weeks from now i would have thought (end of june/ early july I guess)

                                        >If not I will leave this plugin
                                        be my guest. I’m not stopping you. it clearly states it’s a cash on delivery solution/plugin

                                        >I’ll be happy to pay you for that solution.
                                        I don’t think you would be unless you want me to abandon the current thing I’m doing and pay me several thousand GBP for doing so….
                                        (even then I wouldn’t, as I intend to do and finish the jobs I’ve committed myself to do)

                                        furthermore, you can always try, find and pay someone else who’s willing to do it. If he/she comes up with a solution – as an extension/class – that would need a couple of changes to the main plugin (it will need this anyway for a reasonably flexible integration of cc payments) , I’m happy to change a few lines in the main plugin if needs be

                                        in reply to: It’s possible have a module for payments thru… #3554
                                        Olly
                                        Admin & Mod

                                          assuming that you are the same Davide that asked that same question above…
                                          did you read my reply to that one ?

                                          in reply to: Hi there, First of all, congratulations!!… #3550
                                          Olly
                                          Admin & Mod

                                            Hi
                                            i fixed a bug in the plugin that I introduced last night.
                                            could you update to the latest version and check if this fixes things ?

                                            thanks

                                          Viewing 20 posts - 4,401 through 4,420 (of 4,428 total)