Olly

Forum Replies Created

Viewing 20 posts - 2,761 through 2,780 (of 4,446 total)
  • Author
    Posts
  • in reply to: Selcet one item ? how to? #16013
    Olly
    Admin & Mod

      i have no idea what exactly it is that is removing version numbers on your site.
      it’s your site with your chosen themes and plugins.

      all i CAN tell you, is that no wppizza plugin removes version numbers (in fact it deliberately adds them to precisely eliminate the problem you are/were having )

      in reply to: Cannot set free delivery for some #16009
      Olly
      Admin & Mod

        so, now i am looking at the right input field (doh, sorry) it seems like it’s in fact correctly saving to the db, but not displayed when set to 0 in the admin .

        i’ll fix that in an update.

        for now, please do the following:
        in admin.echo.get_delivery_areas.inc.php on apprx line 50 you will find

        
        $value=!empty($options[$field][$k]['charge']) ? wppizza_output_format_price($options[$field][$k]['charge'],$optionsDecimals) : '';
        

        REPLACE this with

        
        $value=isset($options[$field][$k]['charge']) ? wppizza_output_format_price($options[$field][$k]['charge'],$optionsDecimals) : '';
        

        (i.e the !empty becomes isset )

        once you have done that, let me know if that fixes things…

        in reply to: Cannot set free delivery for some #16008
        Olly
        Admin & Mod

          let me check a few things here, i believe i may have been looking at the wrong input field

          in reply to: Selcet one item ? how to? #16006
          Olly
          Admin & Mod

            i already told you

            you dont add anything but remove whatever plugin/filter/script removes the version numbers from your loaded resources.

            in reply to: Selcet one item ? how to? #16004
            Olly
            Admin & Mod

              the (probable) “bug” is that you are omitting version numbers from your resources (styles / js etc)
              which is never a good idea for many reasons

              in reply to: Selcet one item ? how to? #16003
              Olly
              Admin & Mod

                no bug here from what i can tell (and if it were i ‘m sure i would have heard about it before)

                in reply to: Selcet one item ? how to? #16002
                Olly
                Admin & Mod

                  i am using chrome ……

                  in reply to: Selcet one item ? how to? #16000
                  Olly
                  Admin & Mod

                    i dont know what it is you are seeing, but if i goto
                    http://pizza-munot.ch/unsere-speisekarte/hamburger/ -> gold burger
                    it’s 27 , not zero as totalprice (with or without a sauce selected)

                    in reply to: Selcet one item ? how to? #15998
                    Olly
                    Admin & Mod

                      see ingredients -> options [TAB] : *Added* ingredients display options.

                      however, if the TOTAL is zero, then it’s zero – entirely depends on your setup there and what prices are for your individual ingredients or the base menu item price to start off with ( i know nothing about your setup )

                      in reply to: Selcet one item ? how to? #15995
                      Olly
                      Admin & Mod

                        you will need two custom groups
                        see screenshots

                        custom group one – select salad or wings

                        custom group two – select two topping

                        adjust as required of course

                        in reply to: Selcet one item ? how to? #15991
                        Olly
                        Admin & Mod

                          the following extension is designed for this sort of thing
                          https://support.wp-pizza.com/downloads/wppizza-add-ingredients/

                          in reply to: problems with preorder #15989
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            in reply to: Cannot set free delivery for some #15988
                            Olly
                            Admin & Mod

                              >If that was the problem I should not be able to set ….

                              probably, but if – for some reason – some other vars change and you might therefore run out of max vars, it could have been an issue. Alas at 1000 post vars, you should be just fine here. so the problem is elsewhere.

                              as i said, i can save 0 just fine here.
                              can you turn on debug please and see if you get any info from there ?

                              in reply to: Cannot set free delivery for some #15976
                              Olly
                              Admin & Mod

                                looks more like a max_post_vars/max_input_vars issue..
                                are you running suhosin or have limited max_post_vars/max_input_vars somehow ?

                                in reply to: Cannot set free delivery for some #15970
                                Olly
                                Admin & Mod

                                  >But a 0 is not allowed…
                                  you sure ? i can set 0 just fine here.
                                  can you do a screenshot of the “Delivery Charges:” in wppizza->order settings
                                  and a screenshot of the post/zip delivery options please , so i can first of all try to reproduce this?

                                  thanks

                                  in reply to: Loyalty program #15956
                                  Olly
                                  Admin & Mod

                                    so much to do , so little time….one day i hope

                                    in reply to: registration #15926
                                    Olly
                                    Admin & Mod

                                      >possible to use user registration in other pages (or shortcode) without use other plugins?

                                      please see wordpress.org and google. this is not a wppizza question

                                      >disable some fields to the order page only for the registered users ?
                                      what for ?

                                      in reply to: Post code error #15902
                                      Olly
                                      Admin & Mod

                                        can i have a link to the site please ?

                                        in reply to: Limit changes and half/half menu items #15885
                                        Olly
                                        Admin & Mod

                                          PS: i will have a look at adding an alert of some sort before trying to add to cart when removing below 4 instead of waiting until the user is actually trying to add it to the cart.If memory serves me right, the restriction(s) were added before the ability to pre-select things so did not take the possibility into consideration that things might already have been added.

                                          anyway, i’ll see what i can come up with there

                                          in reply to: Limit changes and half/half menu items #15884
                                          Olly
                                          Admin & Mod

                                            something like this i would have thought screenshot

                                            although -if you also have preselected things – one would still be able to remove items to below 4, one would not actually be able to add it to the cart, so you might want to add something to the label of the group like “minimum of 4 maximum of 8” or some such thing

                                          Viewing 20 posts - 2,761 through 2,780 (of 4,446 total)