Olly

Forum Replies Created

Viewing 20 posts - 4,321 through 4,340 (of 4,356 total)
  • Author
    Posts
  • in reply to: Hi, this is a great plugin and shows much… #3613
    Olly
    Admin & Mod

      a: > ..an easy way to have a big ‘add to cart’ button instead…
      its controlled via css, so you can change it there to whatever you like

      b: >customer doesn’t have the put in their address each time they order
      if the are logged in, email address and name fields already get populated automatically

      c:>discount codes.., do you have plans for these
      not in the immediate future, but i’ll put it on my list of things to do . no ETA though

      in reply to: Hi, this is a great plugin and shows much… #3610
      Olly
      Admin & Mod

        a: what do you mean “other plugins use this function”
        b: get your host to enable it. (it’s absurd that it’s turned off. its a website for crying out load)
        c: and/or try and change wppizza->settings->type of mail delivery (try phpmailer)

        in reply to: Hi again, Another coupla thoughts: Is… #3605
        Olly
        Admin & Mod

          Hi,
          >ingredient to be removed from an already existing pizza?
          i heard this before and have thought about this. However, so far I have not been able to come up with anything sensible that would NOT make the whole thing insanely messy, confusing and just generally very user-unfriendly.

          as outlined in my reply to your previous comment – you would have to set your ingredients for EVERY menu item so its’s somewhat pre-configured and then it can get de-selected as required…it’ll be a nightmare for the administrator to setup and maintain as – for starters – the mealprice has to be entered WITHOUT the automatically selected ingredient prices for accurate calculations to take place on (de)selecting ingredients.
          I’ll keep thinking but can’t promise anything along those lines in the immediate future.

          furthermore, a chicken and ham sandwich without the chicken is just a ham sandwich.. no? 🙂

          >if a user could register an account and save a “preset”
          it’s somewhere on my list of things to do (one of the problems/things to consider being, what happens if you don’t offer this pizza anymore or the ingredients have changed , or you have renamed them , repriced theme etc etc …). it’s not as easy to do as it sounds at first glance

          sorry, don’t man to be all that negative about your suggestions, but I have had a thought about most of those (and several others) and there’s one reason or another why these options aren’t there.

          feel free to come up with more ideas though. I’m happy to integrate more/improved options if at all possible

          Olly

          in reply to: Hello! First of all, thanks and… #3602
          Olly
          Admin & Mod

            Hi Denis,

            first of all, i wouldn’t call it counterproductive. cumbersome perhaps….(but then again, you’ll only have to do it once)

            secondly, i understand what you are saying, but there’s no way to do that without severely restricting the flexibility of the plugin. It might be the case in your situation, that you have the same ingredients for a multitude of different meals/sizes, but that does not mean it’s the same for everybody. so, sorry, but you will have to duplicate the ingredients.

            Essentially, you are assigning a set of ingredients to a mealsize group which in turn you can assigne to any/all meals within that group. If one were to do it the other way round somewhat, one would have to list all your ingredients under every meal/menu item and select them there individually, set prices etc etc , which I would think you’ll agree would be a lot more work. (never mind the fact, if you decide that you do not have an ingredient anymore or the price changes , you would have to do that for every menu item it is being used instead of just editing it once as appropriate in the ingredient section….

            there are a couple more reasons why it is the way it is, but I’m not going to bore you senseless (unless you want me to 🙂

            in reply to: Is there a way to remove the “regular” option… #3599
            Olly
            Admin & Mod

              if you only want to not display it for items that have only one price:
              tick/check: layout->Hide pricetier name and cart icon if item has only one size

              if you don’t want to display it even if an item has more than 1 price, edit the css like so:
              .wppizza-article-price-lbl{display:none}

              in reply to: I have added the plugin to a test site… #3597
              Olly
              Admin & Mod

                that’s because your theme doesn’t have thumbnails/featured images enabled

                add
                add_theme_support(‘post-thumbnails’);
                to your functions file (or complain to the people that make the theme )

                in reply to: Hi, Excellent plugin and I read through… #3595
                Olly
                Admin & Mod

                  Hi Malik,

                  it’s not such a daft question. Short answer is: yes, you can.

                  If you go to the twentytwelve demo – and just to demonstrate – you will see that you can have different additional ingredients for the “Great Steak” too

                  in reply to: G’day Olly, First of all I’d like to say… #3542
                  Olly
                  Admin & Mod

                    your english is fine.

                    currently finishing paypal integration (and a few other options like sales tax , discount for self-pickup etc)

                    after that , i’ll re-visit the add ingredients plugin.
                    (i did get started on that a few weeks ago, but got sidetracked by other things)

                    anyway, suffice to say that – in the next version of that extension – you can order and name things as you please etc . (on top of the currently available possibilities of course)

                    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 ?

                                          Viewing 20 posts - 4,321 through 4,340 (of 4,356 total)