Olly

Forum Replies Created

Viewing 20 posts - 2,961 through 2,980 (of 4,446 total)
  • Author
    Posts
  • in reply to: Admin panel name and icon #13394
    Olly
    Admin & Mod

      it belongs before the line

      /* That’s all, stop editing! Happy blogging. */

      in reply to: FIlter based search help needed… #13379
      Olly
      Admin & Mod

        i guessed that’s what you might be referring to.

        i would suggest you look at the wppizza-wrapper.php
        read the comments in there

        in reply to: FIlter based search help needed… #13369
        Olly
        Admin & Mod

          like all over the page (I hope you understand what i mean)

          no, sorry, i do not know what you mean
          i could guess but that’s not helpful and might only serve to confuse the issue

          in reply to: Admin panel name and icon #13367
          Olly
          Admin & Mod

            i cannot tell you anything other than what it says there.
            check your spelling and location where you add things

            in reply to: WPPizza – Coupons and Discounts #13366
            Olly
            Admin & Mod
              This reply has been marked as private.
              in reply to: Add ingredients Extension and admin profile #13330
              Olly
              Admin & Mod

                fixed in v4.13

                in reply to: WPPizza – Coupons and Discounts #13310
                Olly
                Admin & Mod

                  as a short answer to your question: no

                  see https://support.wp-pizza.com/downloads/wppizza-coupons-and-discounts/
                  Limitations : It does not…..

                  in reply to: Review order Email #13304
                  Olly
                  Admin & Mod

                    then you should not be sending him any other emails than a copy of the order when it was made,
                    as he/she will not have opted in / agreed for you to do that in the first place

                    sorry, but if you send emails to someone who did not agree to be contacted by you for anything other than the order itself, it’s spam. plain and simple.

                    in reply to: Page refresh #13303
                    Olly
                    Admin & Mod

                      i had a bit of a think.
                      although i still think it would be better to use a multisite setup if you want to have control over different restaurants, you might be able to clear the session as follows in a single site environment…(test this thoroughly though as some unexpected results may occur)

                      you could possible play with some get/post variables to clear the items in a session like so:

                      
                      if (get/post == whatever){
                       unset($_SESSION['wppizza']['items']);
                      }
                      

                      again, the recommended way would be to have a multisite setup, but the above might work for you

                      in reply to: Review order Email #13301
                      Olly
                      Admin & Mod

                        orders are assigned/linked to wordpress user id’s (if the user is registered)
                        so you just do a query on the wordpress user id’s (in the order table its the column wp_user_id)

                        in reply to: Review order Email #13296
                        Olly
                        Admin & Mod

                          ok. i migth understand you (still not 100% sure)

                          either way, i don’t think i will ever add anything like that.

                          there are tons of review plugins out there and i’m not going to try to re-invent the wheel.
                          (it’s also way outside the scope of what wppizza is designed to do)

                          in reply to: Add ingredients Extension and admin profile #13295
                          Olly
                          Admin & Mod

                            i’ll check.
                            maybe a bug in the way access rights are handled.
                            are you using a multisite setup or a normal/single one ?

                            in reply to: Filter/Edit HTML Emails don't work in custom template #13292
                            Olly
                            Admin & Mod

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

                              NO, NEVER EVER edit core files. the ONLY files editable are the ones in /templates/ and even those should be copied to your theme directory if you want to edit them directly.

                              the filters added in that file are to be used as such . i.e as filters in your theme’s functions.php (like any other wordpress filter and/or action hook)

                              if you do not know how to use wordpress filters , please learn about how these work.
                              plenty of resources on google the explain this better than i could ever do

                              other than that , i might be able to add some example here, but a busy with a number things, so will take a few days

                              in reply to: Filter/Edit HTML Emails don't work in custom template #13279
                              Olly
                              Admin & Mod

                                because they are COMPLETELY different animals

                                if you want to filter things in the non-standard templates, have a look inside
                                inc/markup.order.html.inc.php
                                and use the filters in there

                                perhaps – for simplicities sake the one near the end named
                                wppizza_filter_template_html_message_markup

                                but it depends what you want to do, there are other filters in there too.
                                possibly the ones marked with

                                /**allow filtering – unused in plugin**/

                                in reply to: Review order Email #13270
                                Olly
                                Admin & Mod

                                  >to send a review order email to customers
                                  what do you mean ?
                                  if you allow them to enter their email, they get an email with the order details too ?!

                                  >so we can use any other service …
                                  what other service ?
                                  sorry i don’t understand what you are requesting here really

                                  in reply to: Multiply order with same ingredients #13268
                                  Olly
                                  Admin & Mod

                                    what do you mean you can’t do this ?
                                    go to https://support.wp-pizza.com/twentytwelve/ -> add a “make your own pizza” with some things to the cart.
                                    increase cart number to whatever you want….-> same item added x number of times

                                    cant see the problem

                                    in reply to: Page refresh #13254
                                    Olly
                                    Admin & Mod
                                      in reply to: Page refresh #13250
                                      Olly
                                      Admin & Mod

                                        err, yes, use a multisite setup

                                        in reply to: Page refresh #13248
                                        Olly
                                        Admin & Mod

                                          sure.
                                          if you are dealing with different restaurants, use a multisite setup.
                                          that’s what it’s for

                                          other than that you could do as you suggested:
                                          >This can be done invoking fake click on the empty card button on page reload?

                                          though this would probably work, this isn’t really an elegant solution i would think, but if this works for you then that’s fine by me

                                          in reply to: Page refresh #13246
                                          Olly
                                          Admin & Mod

                                            then you really should be using a multisite setup i would have thought..

                                          Viewing 20 posts - 2,961 through 2,980 (of 4,446 total)