Olly

Forum Replies Created

Viewing 20 posts - 4,381 through 4,400 (of 4,428 total)
  • Author
    Posts
  • in reply to: I love your plugin. I want to use it and buy… #3641
    Olly
    Admin & Mod

      on second and third thoughts…..

      if you have a pre-configured sub where the customer then says ” i want 10x cheese” would your client be happy to do that without charging extra for it ? (as the shoppingcart will – of course – not be able to reflect this in the price it calculates)

      also, wouldn’t it be a better (or at least additional) idea to add another menu item to the preconfigured ones called “build your own sub” and then let the customer add what he likes (and get charged for it of course). i.e exactly like a build your own pizza ?

      in reply to: I love your plugin. I want to use it and buy… #3640
      Olly
      Admin & Mod

        a,b):
        hmm, to be honest, it doesn’t sound like you need an “add ingredients” plugin at all.
        Surely, the point of this is to stop people having to write things like “extra cheese” etc but to just click on things (with the added advantage that they can get charged for it if necessary

        if one adds a textbox to the add ingredients section of a product to allow the customer to then say “i don’t want any cheese” it kind of defeats the point of the whole thing.

        furthermore, you would only get this textbox on items that have any selectable ingredients to start off with. As you describe it though, there wouldn’t be any as the item would be pre-configured so to speak , and the customer would just write some text saying “your preconfigured is fine, but i don’t like xyz” or “I would like a couple of extra cows with my sub” ….

        it would strike me as a better idea, to add an option to the main plugin that allows you to globally enable a – possibly show/hide – textbox for every menu item which – if any comment is added there by the customer will get added to the cart regardless of the existence of any “add ingredients”
        (essentially this text would be displayed in the cart / on the orderpage in addition to any ingredients that may or may not have been selected)….

        c)

        >I could have people change it I suppose…
        well, you could but you will not be able to ever use/benefit from any future updates to the plugin without re-applying your changes (which might not even work anymore anyway when the plugin changes )

        >The idea is why build a car yourself if they have them made already? I just need a piece added to the car.

        • being somewhat facetious – :
        • Customer: “Sir, I have a Fiat 500 and would like it to have a 500PS engine”
        • Seller: “Buy a Ferrari….”

        anyway, does the above make sense to you ?

        Again, I am happy to add options and discuss things, but at this junction I am not convinced the “add ingredients” extension is the right place to look for the scenario you are describing

        in reply to: I love your plugin. I want to use it and buy… #3638
        Olly
        Admin & Mod

          a few thoughts:

          a) being able to write/leave some additional comments is not such a bad thing per se (and I might just add that option at some point. However,…

          b) your rationale behind why you would want to / need to use it strikes me as a bit strange.
          Surely, if I want “extra mayo” i just add extra mayo as an ingredient. Conversely, if I do not want any pickles I just do not add any to start off with. Obviously, that means having “mayo” and “pickles” selectable as an ingredient to start off with, but then again that should be the case regardless…(no point of anyone asking for mayo if you don’t have any anyway)
          I might of course miss something here. Feel free to correct me ….

          c) Don’t mean to be rude, but who is “we” ? (as in “we need to have the ability” etc) From what I can tell – so far at least – it’s only you who seems to “need” these things. No-one else appears to be missing anything along the lines you have been mentioning ….
          (might have misunderstood things though, feel free to shoot me down in flames 🙂 )

          as always, happy to discuss……

          Olly

          in reply to: Is there a way to display the order history… #3635
          Olly
          Admin & Mod

            ah ok. i see where you are coming from, but I think you are missing something which you should be doing:

            you do not need to/shouldn’t give them administrator access.

            as the order history is only available to users with editor or above privileges I would do the following in your scenario:

            get yourself a version of advanced access manager [AMM](although i found it a bit buggy in places – especially with woocommerce – in most cases it works reasonably well) or any other role editor plugin you might like

            make a new role called “shopowner” (or whatever you want to call it) as a copy of the “editor” role which will already take away access to most things in the backend.
            now you can use the AMM to take away everything you like from the “shopowner” role and just leave access to the order history only if you want by restricting access to everything else in access manager main menu.
            as AMM is a bit crap in places (but its the best one i have found so far) you might have to goto AMM capabilities and deselect “manage categories” as well for that “shopowner ” role. anyway, play with it you’ll probably get the idea when you see it

            I would strongly suggest – before doing anything with AMM – to backup your db and also definitely create a new role and set this under capabilities to be a copy of editor first so you dont screw up any other “normal” wordpress roles when editing things.

            now just create a new user with this “shopowner” role and tell your clients use that one. nothing they can screw up then.

            and if you really want straight away redirect them to the order page put something like this in your themes function.php


            function shopowner_login_redirect( $redirect_to, $request, $user ) {
            if ( !is_wp_error( $user ) ) {
            $redirect=admin_url();/*everybody else*/
            if($user->data && $user->data->user_login=='shopowner'){
            $redirect=admin_url().'admin.php?page=wppizza-order-history';
            }
            return $redirect;
            }
            }
            add_filter( 'login_redirect', 'shopowner_login_redirect', 10, 3 );

            in reply to: Is there a way to display the order history… #3633
            Olly
            Admin & Mod

              err, if you password protect the page the user still has to use a username and password too, so there are not any more clicks as in using the – perfectly valid, styleable etc – wordpress login. sorry , that makes no sense to me

              regarding people not being able to see behind the curtain:
              the most fleeting look at the source of any wordpress page will tell anyone that you are using wordpress (if that;s what you are worried about for some unknown reason). i really cannot see the point of your request, but feel free to expand. maybe i am still misunderstanding things

              in reply to: Is there a way to display the order history… #3631
              Olly
              Admin & Mod

                of course you will always have to login to the backend.
                otherwise anyone could just have a look at the orders which I’m sure is not what you (or more importantly your client) wants ….
                or maybe i’m missing something

                in reply to: This is very good work! Thank you! I have… #3629
                Olly
                Admin & Mod

                  sorry, there’s no way to do that at the moment other than writing something on the (order or whatever) page saying that you do not deliver before 12 or something

                  in reply to: This is very good work! Thank you! I have… #3627
                  Olly
                  Admin & Mod

                    fix what exactly ?
                    also, are you saying you don’t deliver during openingtimes ?
                    if you are delivering during opening times but also at other times , then i would think this is pretty much irrelevant, as you cannot order anything when the shop is closed anyway …(but maybe i’m missing something)

                    in reply to: Hello there, thanks for this great extension…. #3621
                    Olly
                    Admin & Mod

                      sounds to me like you want everything different from one to another. so you really need 2 websites (dedicated or multisite/network)…am i missing something ?

                      in reply to: Hi I have a few questions.. can i make the… #3619
                      Olly
                      Admin & Mod

                        Hi

                        re 1: yes you could, if you are happy to / want to program it yourself (which might of course not be what you had in mind. dunno though).

                        if you want to do it yourself, i can make a template or some such thing with comments on how to do that bearing in mind the way the plugin is written

                        Anyway,ignoring that, at the moment only PayPal Gateway and Omnikassa (available in a day or two) exist.

                        Maybe you want to let me know which gateway you were interested in and i’ll see what I can do. If it’s a commonly used gateway I am probably willing to just program it and charge the same as for the paypal thing (as it will probably be useful to other people and i would get back (at least part of) the development costs that way) if it’s something a bit more obscure, I’d be happy to quote you for implementing it if you want. Entirely up to you of course

                        re 2: ingredients for half pizzas etc are not implemented in that extension at the moment . it’s something i need to do – i know – but i do not have an ETA when that will be possible/available

                        re 3: yes you can. there’s something called “custom groups” in that extension where you could just make a group with certain ingredients that are free – or not , your choice.
                        (as an example , go to http://www.wp-pizza.com/twentytwelve/ and check out the “Pizza and Salad or Wings” . (but you can also make some of the ingredients free whereas others are additional etc etc . it’s just an example)

                        re 4, i assume that we are talking about the same as under “2”.. so the same applies.
                        not yet, but is something i will look into (in fact , it will be done in a way that you will be able to choose between offering half/quarter/thirds whatever…..as i said though , its not yet implemented

                        hope the above helps, but let me know if you have any further questions

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

                          a: just change this line to whatever you need
                          .wppizza-article-price-lbl:after{content: url(‘img/cart-black-12-12.png’);position: relative;top: 2px;margin-left: 2px;}

                          b: >…they will need a wordpress login…
                          yes, no need to reinvent the wheel as there’s already usermanagement built in to wordpress. however, wordpress does not – natively – add addresses etc. there are plugins though that add whatever customs fields you like to the user info.
                          after that , you can just add this to the template as required.
                          alternatively – you could wait until i get round to do something about the logged in / re-ordering / history of things as addresses when ordering get already stored in the db. the plugin is just not doing anything with it ….

                          telefone: there are just too many ways a telephone number can be formatted (different countries different formats) to do too much checking. having said that, one could probably add a function that at least takes out the most obvious invalid characters….i’ll put that on my list of things to do

                          spam: i cannot see this ever be too much of a problem as the whole thing only works with javascript enabled and people clicking on things. spambots don’t do that . if it should ever become a problem (never say never) i’ll do something about it. for the moment i really cannot see any need (if you must and really want to annoy your customers you can always add some captcha thing to the order page template)

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

                            > I would really like to purchase a pro version..
                            i don’t understand. what pro version ? there’s the free plugin and some extension that go with it

                            >have a way so customer can dynamically add or take off quantities within the cart
                            well. it doesn’t do that (at the moment anyway and there are no immediate plans to do something about that

                            > repeat customers to be able to login so that they can either reorder
                            have a read here: http://www.wp-pizza.com/feature-requests/comment-page-2/#comment-146
                            i talked about that already

                            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)

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