Olly

Forum Replies Created

Viewing 20 posts - 3,201 through 3,220 (of 4,446 total)
  • Author
    Posts
  • in reply to: popup problem #11285
    Olly
    Admin & Mod

      thanks for letting me know
      will fix that in the next update

      in reply to: wppizza-customer-details #11276
      Olly
      Admin & Mod

        then it should not output anything anywhere unless it gets overwritten elsewhere

        in any event, you can add the following (which will be default in th enext update anyway, so feel free to edit the core file)

        in wppizza-delivery-by-postcode.php approx line 485 you will find the following

        function wppizza_dbp_user_register_saveupdate_meta($ff){

        right after that , add

        if(!is_array($ff)){return $ff;}

        so the whole function reads

        
        	function  wppizza_dbp_user_register_saveupdate_meta($ff){
        		if(!is_array($ff)){return $ff;}
        		$ff[]=$this->wppizza_dbp_output_array();
        		return $ff;
        	}
        

        which should get rid of that warning

        in reply to: Working with Tags (Empty Pages) #11262
        Olly
        Admin & Mod

          >Do you know any sites
          no

          you should look/search for “tags custom post types” or similar as wppizza is just a standard custom post type like any other

          in reply to: wppizza-customer-details #11261
          Olly
          Admin & Mod

            you should never output error/warnings/notices but log them instead. (as outputting them will stop sessions from working amongst other things)

            that said, i will fix this warning in the next update of course. for the time being though change

            define('WP_DEBUG_DISPLAY', true);

            to

            define('WP_DEBUG_DISPLAY', false); in your wp-config.php

            in reply to: Working with Tags (Empty Pages) #11259
            Olly
            Admin & Mod

              >but when I click on a tag it leads me to an “empty tag page” with no meals on it.
              i understand that. the answer is still the same.
              in any event, this is not something i will be able to help you with as i have no idea how your particular tagcloud implementation searches and displays things

              in reply to: Working with Tags (Empty Pages) #11256
              Olly
              Admin & Mod

                my guess is that your tag cloud does not look at and/or search in custom post types (in this case the CPT being wppizza)

                in reply to: One category to rule them all #11252
                Olly
                Admin & Mod

                  >“Repair Categories” was the answer
                  good

                  >And the wp_options record for wppizza seemed to be ok
                  yeah, that’s why i – as yet – do not know why this sometimes (albeit rarely) happens

                  >I don’t really know how I “broke” them.
                  i know. i wished i could replicate this somehow myself to be able to fix it

                  >Anyway, i’ll keep an eye on this.
                  please do, and if you find anything that might shed a light on this , please let me know

                  >Many thanks for your support
                  you’re welcome

                  in reply to: One category to rule them all #11249
                  Olly
                  Admin & Mod

                    you can also try:
                    wppizza->tools->repair categories (read the text next to that option , i suspect you are a victim of that issue)

                    also read here
                    https://support.wp-pizza.com/topic/i-have-dragged-and-dropped-my-categories-but/#post-7271
                    and here
                    https://support.wp-pizza.com/topic/one-of-the-stranges-bug-i-ever-see/#post-9975

                    if the above is the case and you can shed light on that somehow (i .e what did you do before this occurred, any plugins running that – when disabled – makes the cats show up again etc etc , i would be very interested to hear it)

                    in reply to: One category to rule them all #11242
                    Olly
                    Admin & Mod

                      >You may have noticed that, even if you got several categories, you can see only the last one
                      no, i can see all just fine (paginated if necessary)…

                      >in taxonomy.php
                      no such file exists in the plugin

                      >Obviously, $key is always the same (when sort option is not set)
                      no, it is not

                      >Do you agree with this investigation ?
                      no

                      in reply to: wppizza-customer-details #11235
                      Olly
                      Admin & Mod

                        then all those 5 are doing it wrong.
                        try this one

                        https://wordpress.org/plugins/theme-my-login/

                        in reply to: Ordermail additionally to another Specific Adress #11234
                        Olly
                        Admin & Mod

                          order settings->
                          “Which email address should any orders be sent to [separated by comma if multiple]:”

                          or you can even use bcc’s too the same way

                          in reply to: Custom gateways #11215
                          Olly
                          Admin & Mod

                            for the time being:

                            wppizza-gateway-mygateway.zip

                            basic skeleton gateway to implement your own gateway credit card implementation according to your gateway API

                            unzip and replace filenames and instances of “mygateway” as required and place into your plugins directory

                            read the comments in the files, update/edit/changes as necessary

                            currently only documented for hosted payment pages (i.e redirection to gateway for payment) – ajax overlay docs will follow in due course

                            although gateway implementation may change in the future , i will still cater for this way of implementaion if at all possible

                            in reply to: Custom gateways #11214
                            Olly
                            Admin & Mod

                              as a quick fix , download it here :
                              https://support.wp-pizza.com/wp-content/uploads/2015/07/wppizza-gateway-mygateway.zip

                              unzip and replace ALL instances of “mygateway” in all files and edit the rest as required such as the dummy vars in gateway_process_payment and the response handling (gateway_handle_response) etc

                              Olly
                              Admin & Mod

                                thanks for posting.
                                happy to hear this can also be made to work with these kind of printers

                                in reply to: Custom gateways #11205
                                Olly
                                Admin & Mod

                                  the next version will have a skeleton gateway included in the add-on directory

                                  in reply to: Preslage question #11166
                                  Olly
                                  Admin & Mod
                                    in reply to: Display content in email #11083
                                    Olly
                                    Admin & Mod

                                      i edited the example code a little bit.
                                      try that

                                      in reply to: License in-active #11081
                                      Olly
                                      Admin & Mod

                                        licence looks all fine here,

                                        >We have the “WPPizza – Add Ingredients Extension – up to 5 Sites License”
                                        but from what i can see, this is a single site licence…
                                        my guess is, you still have it registered elsewhere perhaps (whence the in-active) ?

                                        in reply to: License in-active #11071
                                        Olly
                                        Admin & Mod

                                          did you enter the licence there and activate it ?
                                          what’s the licence key so i can have a look at the status / what’s going on ?
                                          (dont post that key here, but send it to dev[at]wp-pizza.com please)

                                          in reply to: Delivery costs #11062
                                          Olly
                                          Admin & Mod

                                            if you want to add 3.00 to every item on delivery, set delivery costs per item to be 3.00 in wppizza->order settings->Delivery Charges per item:

                                            and then use the filter above to count the items for which you do not want to add those 3.00 and substract them again

                                          Viewing 20 posts - 3,201 through 3,220 (of 4,446 total)