Thomas Ulbricht

Forum Replies Created

Viewing 20 posts - 41 through 60 (of 63 total)
  • Author
    Posts
  • in reply to: Additional Order Field in Ordermail #16970
    Thomas Ulbricht
    Participant

      Found the error: I have to add a new template so the fields show up. Any way to get fields in an existing template? So we don’T havbe to make a new template and copy all things when we add a formfield… ?

      Like you see here … the one on the bottom is the existing one : Not show. When I add “new template” the fields show up.

      in reply to: Additional Order Field in Ordermail #16967
      Thomas Ulbricht
      Participant

        Additional Info: Even in the summary on the website itself it is shown correctly … but (for me) no chance to get this field in the E-Mail:

        null

        in reply to: Lost Password – Redirect Link #16912
        Thomas Ulbricht
        Participant

          Yeah …. basically you are right. But i know that people won’t read that on this page. And when they hit the button to “resend a password” it is better to redirect people on a page where it describes again what happened now. believe me … there are some strange people around 🙂

          For me it would be no problem … i know what to do … but i would say about 50% of all people would hit the button and then they as “what now?”.

          Same as here … you read my questions and think “wtf…. ” 😉 😉

          🙂

          in reply to: Lost Password – Redirect Link #16906
          Thomas Ulbricht
          Participant

            To everyone else who will need this :
            this can be a beginning:

            
            add_filter( 'lostpassword_redirect', 'my_redirect_home' );
            function my_redirect_home( $lostpassword_redirect ) {
            return home_url();
            }

            Added the functions.php will it redirect to home … so i guess there can be a redirect to any other url…

            in reply to: Lost Password – Redirect Link #16903
            Thomas Ulbricht
            Participant

              Hey Olly,

              thanks for the answer. I checked a lot of plugins and even “theme my login” has no redirect for that …. they all have redirect for login and logout – but nothing for a redirect after wanting a new password. And like i said: I thought it was generated from the wp pizza plugin in any way because of the redirect in the url : https://myurl.com/wp-login.php?action=lostpassword&redirect_to=https://myurl.com/beta/bestellungen/?nocache=1&ccomments&ctel=0561+50349871&caddress=xyz+40&[email protected]&cname=xyz+xyz&gateway=xyz…etc etc (moderated by admin to eliminate personal info)

              Because it included all the fields. And that doesn’t look like a “Standard wp function” … but i will keep looking… maybe there is something out there 🙂

              in reply to: Text before articels not workin #16860
              Thomas Ulbricht
              Participant

                Just a quick feedback: Worked like a charme 🙂 Wonderful! Thx a lot !!!!

                in reply to: Text before articels not workin #16841
                Thomas Ulbricht
                Participant

                  You are the best! 🙂 Thank you very much!

                  in reply to: Text before articels not workin #16837
                  Thomas Ulbricht
                  Participant

                    Ok no Problem … Thx for having a look anyway!!! 🙂 🙂 🙂

                    Maybe you have an additional hint for me, what the “cleaner and much better ways to add the loop results elsewhere” are? So I can have a look and try to add it better ?

                    in reply to: Text before articels not workin #16835
                    Thomas Ulbricht
                    Participant

                      Hey Olly,

                      thanks for the help. Yeah I think I see the problem. I think what you mean are the items in the “Pizza Butler” … it is hidden first and then it is sort of a “tag/find/help thing” for customers to find what they like.

                      And maybe you know a way not to show ALL the items in the beginning, but to show NONE. I think that would help. I will paste the code for the results of the “Pizza butler” here and if you maybe have a hint what i can do ? (I hope it is ok to ask – I think you are the way better coder than me 😉 )

                      This is “the results” code:

                      [code deleted by admin as it’s kind of unhelpful and people would get the wrong idea as there are cleaner and much better ways to add the loop results elsewhere. sorry]

                      in reply to: Text before articels not workin #16832
                      Thomas Ulbricht
                      Participant

                        Sorry … forget it ! With the basket case showing opening times : My mystake 🙂

                        in reply to: Text before articels not workin #16831
                        Thomas Ulbricht
                        Participant

                          Oh and one more thing … in the basket case widget the “showing of the opening times” stopped working too … not related to the original problem i Think, but before i open another thread i thought i post it here … 😉

                          in reply to: Text before articels not workin #16830
                          Thomas Ulbricht
                          Participant
                            This reply has been marked as private.
                            in reply to: Found a bug: Post/Zip Code and Preorder… #16767
                            Thomas Ulbricht
                            Participant

                              Hey Olli, just installed the fix and it’s working like a charm. Thx so much for this quick and great help!!!

                              in reply to: Found a bug: Post/Zip Code and Preorder… #16745
                              Thomas Ulbricht
                              Participant

                                THX SO MUCH ! 🙂

                                in reply to: Found a bug: Post/Zip Code and Preorder… #16741
                                Thomas Ulbricht
                                Participant

                                  Yes that works fine. My PRoblem ist that i need both plugins 😉

                                  in reply to: Found a bug: Post/Zip Code and Preorder… #16739
                                  Thomas Ulbricht
                                  Participant

                                    Yes we are talking about the positioning of the “Post/Zipcode” inout.
                                    After all / before all does not work either. its always stuck on top 🙁

                                    in reply to: Found a bug: Post/Zip Code and Preorder… #16736
                                    Thomas Ulbricht
                                    Participant

                                      HEy Oli,

                                      WP Pizza: 2.16.7
                                      Preorder: 1.5
                                      Delivery by Postcode: 3.9.2

                                      in reply to: Make a Order from the History #13516
                                      Thomas Ulbricht
                                      Participant

                                        Ah ok … thank you very much for the info!

                                        in reply to: FIlter based search help needed… #13378
                                        Thomas Ulbricht
                                        Participant
                                          This reply has been marked as private.
                                          in reply to: Filter/Edit HTML Emails don't work in custom template #13281
                                          Thomas Ulbricht
                                          Participant

                                            Hey Olli… thanks a lot for the quick reply.
                                            I don’t really get it ….

                                            1. Should i edit the inc/markup.order.html.inc.php if I want changes in a custom mail template?

                                            I am not a programmer … so I don’t really have a clue what to do 🙁
                                            Any hint for me if i want for example:

                                            – Add some text to the template right under the header
                                            – Add some text (html with a link) at the end of the template?

                                            Sorry to ask all this … but any help is welcome. THX!

                                          Viewing 20 posts - 41 through 60 (of 63 total)