Olly

Forum Replies Created

Viewing 20 posts - 3,321 through 3,340 (of 4,454 total)
  • Author
    Posts
  • in reply to: cart error #10044
    Olly
    Admin & Mod
      This reply has been marked as private.
      in reply to: cart error #10041
      Olly
      Admin & Mod

        also, turn on debug and check your debug log

        in reply to: cart error #10040
        Olly
        Admin & Mod

          link ?

          in reply to: one of the stranges bug i ever see. #10018
          Olly
          Admin & Mod

            your export file has a bunch of errors
            a) the same meta keys are 2x in the xml for the same item but with different values
            b) there is a bunch of metadata missing

            this has nothing to do with me and i cannot help you there
            (i suspect) you have been using the wordpress import/export and you somehow ended up with this messed up xml.

            maybe you did something else somewhere else that caused that (perhaps multiple merged exports or something). i do not know.

            fact is, that wppizza menu items are just regular custom post types with meta keys stored in the db as wordpress does it. exporting these items is nothing i have any influence over

            in reply to: Request for individual coding #10002
            Olly
            Admin & Mod

              re 1) that codesnippet already exists

              https://www.wp-pizza.com/topic/send-email-on-admin-status-update/

              quick fix re 2) – in your themes functions.php

              
              add_filter( 'wppizza_filter_print_order_single_item', 'myprefix_add_ingredients_items_linebreaks');
              function myprefix_add_ingredients_items_linebreaks($item){
              $item['addinfo']=str_replace(', ','<br />',$item['addinfo']);	
              return $item;
              }
              in reply to: Request for individual coding #9991
              Olly
              Admin & Mod

                in any event, i also have a number of (non-wppizza) clients anyway so capacity==0

                in reply to: Request for individual coding #9990
                Olly
                Admin & Mod

                  in short:

                  if i were to take on customisations, development of the plugin and extensions/gateways would stop dead right here

                  i am already spending way too much time dealing with stuff that has nothing to do with the plugin in the first place or indeed providing/writing codesnippets so someone can do something that is not in the scope of the plugin.

                  there are – quite literally – millions of developers out there that build and customise wordpress based websites to your exact specifications. I’m sure you should be able to find one somewhere that can do what you want to do

                  in reply to: Display Sub Categories #9986
                  Olly
                  Admin & Mod

                    just use category=”hot” (like any other category – subcategory or not)

                    in reply to: INFO – WPPizza – Add Ingredients Extension #9983
                    Olly
                    Admin & Mod

                      you can do all of that (and more).
                      just create custom groups as required

                      in reply to: one of the stranges bug i ever see. #9975
                      Olly
                      Admin & Mod

                        >i try the “repair categories” without any luck.
                        try adding a new (dummy) category and see what happens.
                        you can delete it again after.

                        in reply to: one of the stranges bug i ever see. #9973
                        Olly
                        Admin & Mod

                          i know of that bug, but cannot ever reproduce it (i have heard about this about 3 times now)
                          in anycase, try “repair categories” in wppizza->tools

                          in reply to: Meal Sizes and Ingredients #9971
                          Olly
                          Admin & Mod

                            >Do I need it network enabled in order to see the updates from the main sites?
                            if you activated the license on one/any site in the network it applies to all (and it subsequently should show up as an update being available in your network admin – let me know if it doesn’t, sending me your licence key to dev[at]wp-pizza.com )

                            > Is there a way to hard code the license so it activates the license on each site when created?
                            you don’t (should not) need to . assuming we are talking about a network. activating it on one will apply to all
                            (network installations only ever reference one install, so if it’s updated on one, they all are)

                            if the above isn’t clear , feel free to elaborate and i will try to expand

                            in reply to: How too docs #9970
                            Olly
                            Admin & Mod

                              it’s a tab at the top in the extension (at the top) labeled “how to”

                              in reply to: how to work with parent categories? #9968
                              Olly
                              Admin & Mod

                                >if there is any way to use ids and not names
                                it’s not names, it’s slugs (which are as unique as id’s)

                                in reply to: Delet Delivery text #9944
                                Olly
                                Admin & Mod

                                  localization is where you should be looking. just delete the text….

                                  in reply to: Meal Sizes and Ingredients #9941
                                  Olly
                                  Admin & Mod

                                    then you haven’t updated the plugin – as i said – v.4.7+

                                    in reply to: Meal Sizes and Ingredients #9936
                                    Olly
                                    Admin & Mod

                                      create a new custom group -> set type : exclude and select it there (you’ll see what i mean i think) (v.4.7+)

                                      in reply to: Problem with Internet Explorer 11 #9930
                                      Olly
                                      Admin & Mod

                                        or better still update wordpress entirely (who knows what else has been “fixed” ) so you know you have the right jquery version for the right wordpress version.

                                        generally, do not ever overwrite / change corefiles.

                                        in reply to: Problem with Internet Explorer 11 #9929
                                        Olly
                                        Admin & Mod

                                          >Is it possible to send me latest jquery version?

                                          huh ?
                                          just download wordpress again and copy it from there…

                                          in reply to: how to work with parent categories? #9927
                                          Olly
                                          Admin & Mod

                                            there are also some comments in templates/navigation.php maybe those will help . dunno. all depends on your setup and what exactly it is you need to do

                                          Viewing 20 posts - 3,321 through 3,340 (of 4,454 total)