Olly

Forum Replies Created

Viewing 20 posts - 1,121 through 1,140 (of 4,451 total)
  • Author
    Posts
  • in reply to: Product extra options #38208
    Olly
    Admin & Mod

      you could simply make a “menu item” (i.e what would typically be a pizza for example) and call it “gutschein” , sell that “gutschein” like you would sell the “pizza” and then send that to the customer…

      in reply to: Order from 2 pizzas #38205
      Olly
      Admin & Mod

        that’s quite deliberate.
        you should probably use a setting like here instead
        http://demo.wp-pizza.com/wppizza-add-ingredients/wp-content/uploads/sites/15/2017/10/cg-simplefor2.png where you set the min and max per group (you *might* need more than one custom group for all your things)

        in reply to: Order from 2 pizzas #38202
        Olly
        Admin & Mod

          have a look at the “simple must choose two” here https://demo.wp-pizza.com/wppizza-add-ingredients/our-menu/user/
          i would think and/or “SIMPLE MEAL FOR 2 – UPSELL” (or a combination of those, depends on what you need exactly)

          in reply to: Relocate position of ingredients in cart table #38200
          Olly
          Admin & Mod

            >it is important that I have the ability to relocate that particular injection.
            you could try to change
            $markup_item['tr_add_ingredients'] .='<td colspan="'.($colspan).'">';
            to
            $markup_item['tr_add_ingredients'] .='<td></td><td colspan="'.($colspan-1).'">';
            in wppizza-addingredients.php approx line 1684

            though that’s at your own risk of course (and i still cannot see how this could not be accomplished with css, but i dont know every little detail of your setup of course)

            > I also want to add identifiers to the injected code as outlined above. Examples being “TOPPINGS:” and “SPECIAL REQUESTS:”.
            which you can if enable “Display ingredient groups in emails (sort and display ingredients by (custom)groups in emails, thank you page, admin history print)”

            >support being minimal,
            how is that “minimal” ?
            generally support (free plugins or not) is for plugins as they are and not for making them do something they don’t or re-writing them for a particular scenario. that’s not support, that’s customisation.

            even so , wherever practical/possible I’ll try to point people in the right direction even if it’s not inbuilt or at least leave some filters action hooks in them (i am also always more then happy to add some filters on request) (and see above of course)

            in reply to: Want to change the Size of Liters to Kilograms #38198
            Olly
            Admin & Mod

              what’s stopping you ? it’s just a label, you can name it whatever you want

              in reply to: Relocate position of ingredients in cart table #38189
              Olly
              Admin & Mod

                there is no single file as such.
                this is all dynamically generated via filters etc and if you were to simply edit rows/colspans/td etc directly you will most likely break things elsewhere sooner or later
                honestly, use css to change/tweak layouts. after all, that’s what it’s for

                in reply to: Dismis… #38186
                Olly
                Admin & Mod

                  >For the plugin “Post zip code” I’d prefer a different solution if possible.
                  as i said, just overwrite the plugin files (without uninstalling!) or fix your file permissions and update as normal

                  in reply to: Dismis… #38183
                  Olly
                  Admin & Mod

                    as the licenses are ok, i can only guess that your file permissions are not so the the new versions cannot overwrite the old ones and you will get an error

                    so i’d suggest you either fix those permissions or download the new plugin version from here https://www.wp-pizza.com/checkout/purchase-history/ and then overwrite it manually (presumably using ftp or something along those lines)

                    in reply to: Print Invoice Menu Items Issue #38180
                    Olly
                    Admin & Mod

                      you will have to adjust your template css for your printer as is necessary for your circumstances
                      like break-word declarations , font-size declarations etc etc
                      (i also dont know why those thermal printers all always seem to have massive left/right margins when printing, but only the manufacturer will know)

                      in reply to: Dismis… #38179
                      Olly
                      Admin & Mod
                        This reply has been marked as private.
                        in reply to: GoodCom printers #38174
                        Olly
                        Admin & Mod

                          if you get “fundamental” errors (like a 500 or something)
                          you should enable debug (https://docs.wp-pizza.com/troubleshooting/) and check your debug.log . there’s a good chance it will tell you what the issue is

                          in reply to: Dismis… #38173
                          Olly
                          Admin & Mod

                            > or a common problem.
                            it’s a known problem for older versions of the plugin (and to my knowledge was fixed in the latest version), which version are you using ?
                            thanks

                            in reply to: Category sort #38160
                            Olly
                            Admin & Mod

                              just a couple of things
                              a) apologies for sending you to the faq link. i did not read the initial post properly (i.e i wrongly read this to be about item sorting not categories), my bad
                              b)looking at what’s there, and in addition to what i said earlier, it does make perfect sense to me to also sort by selected/set category order first (if categories are to be displayed in the cart) and i will add that to the next update (never been the case before from what i can see , so thanks for pointing it out)
                              c) it will not however (necessarily) match the order of your navigation menu (talking about the using “WordPress->Appearance->menu” settings here) as this order can of course be set arbitrarily, (but it would naturally respect the order of the wppizza navigation widget if used) – -just pointing this out to avoid confusion further down the line perhaps

                              just bear with me for a few days and update the plugin when the next version becomes available . It will automagically follow the settings as discussed then

                              cheers

                              in reply to: Relocate position of ingredients in cart table #38159
                              Olly
                              Admin & Mod

                                ingredients span the whole row because in many (i dare say most) cases they need as much space as possible. however with some simple css (“padding-left” i would think) you can align it as it works for you)

                                in reply to: Category sort #38154
                                Olly
                                Admin & Mod

                                  haven’t looked at that for ages actually , but from what i can see/remember it simply adds newly added items to the cart or to a respective category in that cart if it already exists

                                  along the following lines:
                                  a) customer adds starters
                                  b) customer adds main course
                                  c) customer adds dessert
                                  d) customer adds drinks

                                  so it will be show in a/b/c/d order (but items themselves sorted as set within those cats)

                                  having said that, there is certainly a case that can be made for also allowing the category sort order to be displayed as set

                                  admittedly, i am even somewhat surprised myself this is not the case , but i cannot tell you whether that was a decision made at the time to be as it is or in fact that option/order got lost at some time in the past in one of the many updates and no-one has noticed yet

                                  suffice to say: i agree with you this should be an option (at least, if not even the default)
                                  i’ll dig around for a bit and see what i can do in the next update

                                  cheers

                                  in reply to: Category sort #38152
                                  Olly
                                  Admin & Mod
                                    in reply to: GoodCom printers #38132
                                    Olly
                                    Admin & Mod

                                      re: > Can we integrate the callback.php with your Confirm|Reject|Notify addon?
                                      maybe there’s an action or filter hook i could add that could be used to intercept the whole process (but the individual programming using the appropriate API would still have to be a custom thing)
                                      i’ll have a bit of a think , but no promises or indeed ETA I’m afraid at the moment

                                      in reply to: Single Menu Item cannot be added to the cart ! #38131
                                      Olly
                                      Admin & Mod

                                        coming back to the needing to use the “single” shortcode instead of a category shortcode i still have no idea why this would be required/preferable in this case

                                        (featured)images apply to each item individually anyway, so i cant see where the benefits are on that front…
                                        furthermore (maybe this is a piece of info you are missing , but i dont know)
                                        the plugin has a layout option called “grid” which lets you display things in a – err – grid

                                        generally speaking, it does not really matter of course which way you do things as long as it works for you (and it always depends on other plugins and themes used anyway). after all, who am i to judge what is the best way for you
                                        I was just trying to get my head around why it would be really necessary to use lots of single shortcodes instead of a simple category one…(which of course would have the benefit that you do not need to add more shortcodes if you decide to simply add another menu item to a given category…)

                                        just thinking out loud here though..

                                        in reply to: Single Menu Item cannot be added to the cart ! #38122
                                        Olly
                                        Admin & Mod

                                          v3.6.1 should fix the single=”x” shortcode not working

                                          in reply to: GoodCom printers #38121
                                          Olly
                                          Admin & Mod

                                            just a note here re https://www.wp-pizza.com/topic/goodcom-printers/page/3/#post-38116

                                            in reality the _GET parameters are being sanitised in some way shape or form…..right ?
                                            just saying

                                          Viewing 20 posts - 1,121 through 1,140 (of 4,451 total)