Olly

Forum Replies Created

Viewing 20 posts - 4,341 through 4,360 (of 4,469 total)
  • Author
    Posts
  • in reply to: Is it possible to set a limited amount of… #3811
    Olly
    Admin & Mod

      Is it possible to set a limited amount of extra ingredients, so that customers cannot choose more than 5 ingredients

      assuming you are talking about maximum 5 of (let’s say) 10 available, then yes .
      obviously , if you are talking about you only want 5 available to choose from, then you just offer those 5 ingredients)

      drop-down menu…

      no, as you will run into serious usability issues. However:

      a) you can edit/amend the css to have – for example – 4 ingredients per row as opposed to the default 3 (whether that looks any good depends on your theme though)

      b) you can easily write some javascript that only ever shows parts of the ingredients or set the height of the div that contains the ingredients and make it scrollable or whatever else you can think of

      in reply to: Hello Olly – with the ingredients add on – is… #3807
      Olly
      Admin & Mod

        not at the moment , sorry. I’ll have a think, i can somewhat see the benefit but it may just end up causing a MAJOR headache to do. not sure at the moment

        in reply to: for my restaurant, i dont have home delivery… #3803
        Olly
        Admin & Mod

          i have answered to you directly with some links..

          in reply to: for my restaurant, i dont have home delivery… #3801
          Olly
          Admin & Mod

            just set the pricing (i.e “Delivery Free above”) on a per postcode basis
            (incidentally, which version of the post/zipcode extension do you have ? – if any)

            in reply to: for my restaurant, i dont have home delivery… #3799
            Olly
            Admin & Mod

              Hi,

              the distinct option of “No delivery offered / pickup only” in the main plugin has only been added recently and has – as yet – not been reflected in the post/zipcode extension. I do however plan to update the extension as soon as i find time (in the next week or two).

              In the meantime and if you are desperate, you could use the workaround here : http://wordpress.org/support/topic/remove-mention-of-delivery. and use the associated and appropriate settings in the zip/postcode extension

              in reply to: Can we intergrate with a POS system for… #3805
              Olly
              Admin & Mod

                i have no idea. depends entirely on what POS you have/use.
                secondly – whichever way you look at it or whatever POS you use – there will need to be some programming done

                in reply to: I love what you’re doing, and I feel as… #3797
                Olly
                Admin & Mod

                  The way it’s set up now is considered ‘multi-site,’

                  what are you referring to ? wp-pizza.com or your site ? (either way, to set up a multisite : http://codex.wordpress.org/Create_A_Network )

                  whatever theme you use you will (most probably) have to adjust/tweak the css of wppizza (or any extensions thereof) to work with your particular theme (there are 1000’s after all and all are different)
                  see http://wordpress.org/plugins/wppizza/faq/ -> can i edit the css

                  My last question for the night – I need to limit delivery to 5 zip codes,

                  and

                  I’m expecting to need the zip code plugin …

                  not sure i understand entirely / it depends

                  every restaurant (i.e site in a multisite setup) can have their own delivery prices set. if delivery prices per restaurant differ depending on postcode, then – yes – you/they need the zip/postcode extension.

                  if you want – on your main site (so to speak) – something where people type/select their postcode and then get a choice of restaurant that deliver to this postcode, then the post/zipcode extension doesnt do that …..

                  in reply to: I love what you’re doing, and I feel as… #3794
                  Olly
                  Admin & Mod

                    a hint: if you want themes that work on mobiles, search for “responsive” themes when you are looking for wordpress themes

                    in reply to: I love what you’re doing, and I feel as… #3793
                    Olly
                    Admin & Mod

                      Again, I apologize for my ignorance.

                      don’t worry.

                      from what i can see , you want to have different restaurants under one roof so to speak.
                      however, I assume each restaurant will have a different menu (at least, never mind opening times etc)

                      so the only way this will work is a multisite setup.

                      as an example, consider all the different demos here (http://www.wp-pizza.com/origami/ , http://www.wp-pizza.com/twentytwelve/ etc ) as your individual restaurants where you can have different themes (or of course the same for all), different menus, different opening times etc

                      whats going on here is a multisite setup where every demo has its own site within the multisite setup that can be administered individually after a common login….

                      in short : a single site with different restaurants will just not work

                      in reply to: I love what you’re doing, and I feel as… #3791
                      Olly
                      Admin & Mod

                        a few things:

                        unless all of your restaurants have exactly the same menu you will HAVE TO use a multisite setup. (or of course different sites altogether) – at least I cannot see any other way of doing this. if you can think of a way , please do share

                        I have the popups enabled, but it simply lists the ingredients as different price points on the item page

                        well, yeah that’s the idea (what else were you expecting ?). if you want some other options (like choose one of mild, medium, hot, blow your head off or whatever else ) you will need to set up custom ingredients groups (that’s what they are there for)

                        and eventually I’d like to make this site mobile-friendly so I’d probably be better off avoiding the popups altogether

                        if you want the site mobile friendly you’ll need a mobile friendly theme , nothing to do with wppizza and/or add ingredients (again though, as mentioned above , i know that when using add ingredients as a popup there’s an issue on mobile sites I’m working on to sort out)

                        Also, if you visit my site on a pc, ….etc

                        again, that’s a theme issue and has nothing to do with me (personally i find the twentyfourteen theme ghastly anyway, but that’s just me i guess)

                        in reply to: I love what you’re doing, and I feel as… #3789
                        Olly
                        Admin & Mod

                          mind you, which version if the add ingredients extension do you have . if it’s an old one, send me an email with your original purchase id and i send you the new version.
                          I believe (not 100% sure anymore though) the popup option was added in v 3.2

                          in reply to: I love what you’re doing, and I feel as… #3788
                          Olly
                          Admin & Mod

                            Hi

                            I can’t seem to get the ingredients pulled off of the main item page into a popup…

                            might be stating the obvious here, but did you go to wppizza->ingredients->options->Show Ingrediens in a popup ?
                            i know there’s a typo in “Ingrediens” – will be sorted in the next update
                            also, i know there is an issue with this popup when used on mobile/small devices I am addressing at the moment

                            I would love some feedback on what I’m doing with it, by the way

                            I don’t think you’ll get any feedback as long as you don’t know yourself what you are doing with it and certainly not if you are not telling us what it is you’re doing 🙂

                            in reply to: Hello, I’m starting to look into your plugin… #3785
                            Olly
                            Admin & Mod

                              its just a straight forward query like:

                              “SELECT * FROM wp_wppizza_orders WHERE payment_status =’COMPLETED’ AND [YOUR CONDITIONALS] [YOUR LIMITS]”;

                              for simplicities sake, the order details and customer details are in the ‘customer_details’ and ‘order_details’ column as plaintext

                              obviously you can also use the order_date, id, transaction_id and whatever other column you like (although you probably want to skip/ignore at least the customer_ini and order_ini) , but generally the above 2 fields hold the order and customer details

                              in reply to: Hello, I’m starting to look into your plugin… #3783
                              Olly
                              Admin & Mod

                                do you mean a page outside the wppizza->order history ?

                                in reply to: Hello – I was wondering if we can add a link… #3780
                                Olly
                                Admin & Mod

                                  Sorry, but changing order id’s is just a really bad idea as no-one knows anymore which was what (imagine your customer has an email of your order and refers to that in another email to you, but you changed the order id. you will have no idea what he’s talking about.)

                                  Your scenario should go into the notes section (when it exists)

                                  in reply to: Hello – I was wondering if we can add a link… #3778
                                  Olly
                                  Admin & Mod

                                    It’s certainly an idea which may or may not make it into one of the next releases..all depends on what else needs to have priority. Shouldnt be too difficult but – as ever – is a matter of finding the time

                                    in reply to: Hi Olly – I added “Delivery time” as a… #3776
                                    Olly
                                    Admin & Mod

                                      The first issue I can see is that the shop is closed and no orders can be placed during your closed times.
                                      This would of course also apply when trying to place orders for future delivery (i.e you wont be able to place those either during closed hours). So that would have to be addressed to start off with when doing some sort of “future delivery/order”.

                                      No doubt there would be a few other issues one comes across when doing such a thing…..

                                      As I mentioned earlier though, I will probably resurrect this idea – as I agree that this might be useful for a variety of shops/resturants – but really have no ETA as to when I’ll get round to doing something about this…

                                      in reply to: Hi Olly – I added “Delivery time” as a… #3774
                                      Olly
                                      Admin & Mod

                                        Hi

                                        regarding:

                                        It would also be helpful to be able to black out certain days and times in advance if the restaurant is not open.

                                        you can already do that. wppizza->opening times -> “Any dates/days where opening times differ from the standard times above” . No ?

                                        regarding the other stuff. I did start to do something along those lines a while back but abandoned it as it was getting silly and horrendously complicated and messy with all the timing options available. Having said that , that was a while ago when the whole wppizza plugin was in its infancy . I will probably resurrect that idea now it has somewhat matured a bit. Cant give you and ETA though

                                        in reply to: i would like to have a search by post number… #3772
                                        Olly
                                        Admin & Mod

                                          At the moment, there’s no way to do that. sure this could be done, but would require some programming. However, this doesnt really have anything to do with the wppizza plugin really (unless i misunderstand things)
                                          Either way, it’s not really a priority from where I am sitting as there are other things I can/could/should do that are more useful to more people

                                          in reply to: I think there should be an option to change… #3770
                                          Olly
                                          Admin & Mod

                                            would be quite nice i guess but I have no idea when i might get round to do something about that though

                                          Viewing 20 posts - 4,341 through 4,360 (of 4,469 total)