Olly

Forum Replies Created

Viewing 20 posts - 2,821 through 2,840 (of 4,447 total)
  • Author
    Posts
  • in reply to: Custom order history #15496
    Olly
    Admin & Mod

      although i suppose you could hide some of the dropdown options with some css or javascript

      in reply to: Custom order history #15491
      Olly
      Admin & Mod

        sorry, this is not changeable (not without breaking a lot of other things)

        in reply to: Changes in the order history #15488
        Olly
        Admin & Mod
          This reply has been marked as private.
          in reply to: Custom product availability #15487
          Olly
          Admin & Mod

            then they are – effectively – two different sites (not only regarding items, but also addresses etc)
            you could however use two categories . one for location A one for location B, but in the long run you might find that there will be more differences than just the menu, so personally I would setup 2 sites (in a multisite setup probably)

            in reply to: Menu Drop Downs #15476
            Olly
            Admin & Mod

              >menu drop downs don’t work.

              because there is nothing to order (right now anyway)
              if you go here
              http://foodking.co.uk/sthelens/menu/burger-king/
              you’ll see there’s no item that could possibly be ordered, so no link to any of the pages show up in the nav menu

              that’s deliberate and not something that “doesnt work”

              Olly
              Admin & Mod

                @sogu do

                a) please post your own topics

                b) i know nothing about your printer. check your use manual regarding margins etc. this has nothing to do with wppizza (cloudprint or otherwise)

                ….closing this topic

                in reply to: Template for Product #15450
                Olly
                Admin & Mod

                  there are various issues here:

                  a) yes, i did have a think about adding some sort of loop/item template editing in the past and something might make it into wppizza v3 (which I am doing at the moment). And perhaps something like adding template_type=default template_id=3 to the shortcode might be doable…that will become clearer at the time.
                  That said, there always tend to be some surprises when one is actually doing things that suddenly make options that seemed good ideas in theory, impractical in practice. We will see on that

                  However:
                  b) adding a textarea where you can add some html which then wraps some other html not only seems strange to me (why not just edit the underlying template in the first place )
                  but will also not work as I believe you think it works as – in the case of the default layout for example – there is a lot of nesting of elements going on. Not to mention that SKU’s are dynamically generated and inserted. (amongst a bunch of other things ) .
                  Maybe you want to use the grid template to start off with though, where the sections are quite distinct, and edit that one.
                  Furthermore, there are already an absolute ton of classes and id’s added you could be using to do your layout as opposed to wrapping elements in yet more elements

                  c)

                  I’d much rather prefer that you control everything in the source code than me

                  Me too, but if you want to customize things for your “one-off” scenario than that’s something that you have to do

                  d)

                  there is the risk that it could be overridden or things have changed.

                  ignoring here wppizza v3 (a lot will change there , but there will be ample warning when we get there and is months away yet anyway).
                  Why would there be a risk that stuff gets overwritten (assuming you are not editing corefiles which you should not be doing of course)?

                  I thinks that’s it for the moment from me here in a “off the top of my head” kind of way

                  in reply to: E-Mail Template Edit. #15449
                  Olly
                  Admin & Mod

                    can you post a screenshot of your templates settings ?
                    alternatively – if it’s easier for you and you are ok with that – give me admin access so i can have a look.
                    if you do , make sure you set your reply as “Set as private reply”

                    in reply to: Template for Product #15425
                    Olly
                    Admin & Mod

                      PS: I totally agree that css is not what you want to use for hiding things here !

                      in reply to: Template for Product #15424
                      Olly
                      Admin & Mod

                        it’s a template !
                        if you want it to do other things, edit it . there are plenty of filters there, or indeed add your own conditionals (based on post_id or whatever)…..do whatever you need (that’s why it actually is a template in the first place).

                        although i *might* one day add some drag/drop builder for this it’s most certainly not going to happen this year
                        just doing the currently available drag/drop templates for emails/print took months and the basic requirements for those should be pretty much the same for everybody

                        The possible ideas one might have as to what the loop should look like are – quite literally – endless.
                        Building some admin drag/drop thing for this will only result in people asking for more and more things and is – essentially – pretty pointless.

                        ( Re-reading the above – I don’t actually think this kind of drag/drop for loops/item lists will actually ever happen. Though never say never….)

                        in reply to: Timed Menues and Preorder #15423
                        Olly
                        Admin & Mod

                          sure, as long as it’s not disabled (which is the point of the timed menu)

                          i.e if menu item disabled -> no order during times it’s disabled . preorder or otherwise.
                          at other times, item behaves like all other items

                          Olly
                          Admin & Mod

                            sorry, but I do not offer customisation

                            perhaps though you would be better off using something like this
                            https://support.wp-pizza.com/downloads/wppizza-add-ingredients/

                            see some demos here
                            https://support.wp-pizza.com/twentytwelve/
                            and here
                            https://support.wp-pizza.com/twentytwelve/our-menu/user/

                            where you can restrict things per group
                            just imagine that the items dont say pizza or steak or something but “lamb” and then you can set the groups to be “leg” , “shoulder” etc with their respective options

                            might not be useful in your scenario, so it’s just an idea

                            Olly
                            Admin & Mod

                              you can if you want, but
                              a) it doesn’t do anything as it is, you will have to write some code
                              b) things like WPPIZZA_EXTEND_CUSTOM_JS ,wppizza_extend_custom_js, the plugin name , description etc should probably be something more descriptive.
                              c) (i just updated the code in a couple of place) replace the “myprefix” with something sensible

                              Olly
                              Admin & Mod

                                >I don’t know how to write javascript etc, but I will give it a go.
                                good luck. however, as already mentioned , this is not trivial and should also include php/serverside scripting or you will still allow people with a bit of scripting knowledge and that want to mischievously mess around to order things by simply just altering the page code

                                >Is there any way you can help with the writing of the script?
                                no, sorry. i support the plugin as is. if you want to customize things, it’s up to you to do that

                                Olly
                                Admin & Mod

                                  PS: i don’t even understand why your farmer would want to restrict this in the first place, but then again I do of course not know the exact details as to why this sort of thing might be desirable..

                                  Olly
                                  Admin & Mod

                                    “out of the box” so to speak, you can’t

                                    however, if you want to get your hands dirty, you could write some javascript based on this
                                    https://support.wp-pizza.com/topic/running-your-own-custom-javascript-functions-on-cart-refresh/

                                    together with some ajax and the following filter “wppizza_filter_order_summary_session” to not allow (or more accurately unset) the addition of another item if there are already items that belong to that category

                                    furthermore, you might want to unset the “wppizza-add-to-cart” classes on items in categories where an item of that category has already been added to the cart. either by javascript or using the “wppizza_filter_price_class” filter to unset the “wppizza-add-to-cart” class for relevant items

                                    in any event though, this is not trivial by any means . never mind that it would not stop a customer to just do two separate orders anyway…

                                    in reply to: E-Mail Template Edit. #15379
                                    Olly
                                    Admin & Mod

                                      did you enable any of the radio buttons there so it is actually used ?
                                      (such as email recipients: shop and bccs and/or customer and/or additional recipients)

                                      see also the help tab at the top right of the screen for more info on those

                                      in reply to: Bulk creation? #15360
                                      Olly
                                      Admin & Mod

                                        any other suggestion or solution?
                                        perhaps using the normal WP->tools -> import , creating some xml/csv/whatever beforehand.
                                        other than that, no

                                        in reply to: saving blank orders to db #15350
                                        Olly
                                        Admin & Mod

                                          sorry, but you have chosen to work with a 2 year old version, while (it seems) updating WP.

                                          the plugin gets updated not only to add more features but also to fix bugs and make it play nicely with new versions of wordpress.

                                          if you do not update the plugin but WP only, you run the risk of things breaking. there isn’t anything i can do there.

                                          that said, because you have not updated, the most likely problem is your db is using an outdated scheme/collation so you should fix that (see here https://support.wp-pizza.com/topic/error-sorry-we-could-not-find-this-order-2/)

                                          regarding your install trying to connect to root: this has nothing to do with the plugin but is somewhere in your setup

                                          in reply to: Bulk creation? #15349
                                          Olly
                                          Admin & Mod

                                            wppizza items are just (custom) post types.
                                            maybe you find something here
                                            https://www.google.co.uk/?gws_rd=ssl#q=wordpress+bulk+create+posts

                                          Viewing 20 posts - 2,821 through 2,840 (of 4,447 total)