Olly

Forum Replies Created

Viewing 20 posts - 3,441 through 3,460 (of 4,451 total)
  • Author
    Posts
  • in reply to: Discount code not excluding certain dishes #9030
    Olly
    Admin & Mod
      This reply has been marked as private.
      in reply to: Discount code not excluding certain dishes #9029
      Olly
      Admin & Mod

        we are talking across each other…:)
        let me see..

        in reply to: Discount code not excluding certain dishes #9028
        Olly
        Admin & Mod

          huh?
          your discount codes are all disabled ?!

          in reply to: Discount code not excluding certain dishes #9026
          Olly
          Admin & Mod

            assuming you are updating your pass etc…

            regarding the discounts:
            only one minor change was made to the discount plugin since last time which would absolutely not affect what you said above.

            i’ll have a look though when i get your new un/pw ….

            in reply to: Discount code not excluding certain dishes #9024
            Olly
            Admin & Mod

              seem you just changed it to private. fine,
              change the pasword anyway , as it might already be too late

              in reply to: Discount code not excluding certain dishes #9022
              Olly
              Admin & Mod

                you have just told the world your username and passowrd (as it was not set to private

                CHANGE IT NOW (i redacted it, but that does not mean it has not already been scraped)

                in reply to: Recipient's email spoofed #9017
                Olly
                Admin & Mod

                  my guess btw (although i cannot be certain) is that it has nothing to do with numbers etc in the email body , but something with the mail server setup or ip being blacklisted (or both)

                  in reply to: Recipient's email spoofed #9016
                  Olly
                  Admin & Mod

                    >Is there a way to say “we are legit”?

                    a)
                    the first thing is to make sure your servers spf and mx records etc have been set correctly
                    and your server is not blacklisted anywhere (both of the above should be obvious , but would not be the first time that this is messed up on a server)

                    b) make sure you have set a static from address (wppizz->order settings ->from address ) to be an address that matches your server if you haven’t done that yet
                    (though there is a big red warning at the top of every page if that is not set – unless it has been switched of forcefully)

                    c) if things are marked as spam somewhere, ask the receiver (i.e where it is marked as spam) as to why it was marked as such (which will give you an idea as to why and where to look)

                    in reply to: Recipient's email spoofed #9007
                    Olly
                    Admin & Mod

                      you are telling me that , (some) servers (allegedly) do not accept email because there is a cc in it ?

                      that makes no sense as that would mean nobody on that server would ever receive any cc’s addressed to him/her.

                      i highly doubt that that is the issue

                      in reply to: No receipt after payment has completed #8998
                      Olly
                      Admin & Mod

                        >and i will sort this out from here and make it part of the plugin itself

                        should not be an issue anymore as of 2.11.8.10

                        in reply to: Discount #8997
                        Olly
                        Admin & Mod

                          if i understand you correctly , this is doable up to a certain extend as in the following screenshots (not 100% what you are asking, but , as i assume those are just examples, you might find this is actually what you might want/need)

                          so, for example one (and/or two as they are the same thing really):
                          1x Small Pizza A 6$
                          1x Small pizza B 0$ (Free)

                          you would do this (click for image) in the backend

                          outcome frontend (click for image)

                          example 3:
                          >If a customer chooses to buy second medium pizza a normal price of 10$ will apply but second pizza will be send for free. Any pizza can be chosen from medium pizza menu.

                          setup backend

                          outcome frontend
                          discount will only be applied once, i.e. if 4xmedium pizza selected , only one of them will get the 30% discount.

                          Note: that is something i should probably make an option so it would do :
                          if 2 x medium one of them will get 30% discount , if 4 x medium 2 of them will get 30% discount etc. i will put that on my list of things to do . at the moment , it does not do that

                          in reply to: Web Service & Connect Windows Form #8992
                          Olly
                          Admin & Mod

                            Hi

                            generally speaking, I am all for people extending and adding to the plugin in some way that may be useful to other people.

                            I must admit though, I do not entirely understand what the above does that is so very different to what there is already available/integrated (or indeed where the advantages would be using your service).

                            in no particular order, the bits i do not understand are as follows:

                            >printed on A4, A5 and Order page in 80mm
                            using cloudprinting for example this is already possible quite easily without having to use another service.
                            i.e add your printers to the cloudprint pool of printers and it will print.

                            > At the same time, computer will give alert when order is received from internet
                            again, there is already a codesnippet that – easily – allows this to happen

                            > This system can show up to 50 orders that was made to the user as a report.
                            the reports section already allows to export / view orders

                            generally: is this a service that runs of some 3rd party website or is this a separate wordpress plugin that would have to be installed ?

                            Again, I am probably misunderstanding something entirely, so of course, please feel free to expand and/or let me know what I am missing

                            in reply to: Modifying item AFTER it has been added to cart. #8986
                            Olly
                            Admin & Mod

                              now implemented as of v4.9
                              (though you will have to distinctly enable it in wppizza->ingredients->options)

                              Olly
                              Admin & Mod

                                >does it support ‘add_item_to_cart_button’ shortcode …
                                as of v.4.9 it does (for all new/added features in that version to be available the main wppizza plugin needs to be v.2.11.8.10+)

                                >Warning: reset() expects parameter….
                                even thought this can be eliminated with actually setting a category (as you noticed), v2.11.8.10 of the main plugin also got rid of that notice even if a category was not selected
                                (PS: you should of course not ever *output* any error/warning etc notices on a production server, you should *log* them , but that’s just by the by)

                                >please inform me by email ..
                                sorry, but i cannot possibly inform everybody individually of things.
                                having said that , assuming you have enabled “Notify me of follow-up replies via email” here, you should now know

                                in reply to: import/export plugin settings #8981
                                Olly
                                Admin & Mod

                                  as of v2.11.8.10

                                  option to not install default menu items and/or categories and/or pages by defining

                                  WPPIZZA_NO_DEFAULTS => (no menu items, categories, pages),
                                  WPPIZZA_NO_DEFAULT_ITEMS => (no menu items, categories) and/or
                                  WPPIZZA_NO_DEFAULT_PAGES => (no pages)

                                  as constants in wp-config.php

                                  PS:
                                  define(‘WPPIZZA_NO_DEFAULTS’,true);

                                  is the same as doing

                                  define(‘WPPIZZA_NO_DEFAULT_ITEMS ‘,true);
                                  define(‘WPPIZZA_NO_DEFAULT_PAGES ‘,true);

                                  in reply to: Recipient's email spoofed #8974
                                  Olly
                                  Admin & Mod

                                    that’s a question you have to ask your host / mail / server administrator

                                    Olly
                                    Admin & Mod

                                      at the moment, no.

                                      it’s certainly something worth looking into, but currenlty i cannot give you an ETA as to when i might be able to implement this I’m afraid

                                      in reply to: Filter spam trough Akismet #8952
                                      Olly
                                      Admin & Mod

                                        just to expand on the above:
                                        (most – although not necessarily all admittedly) spambots do not do javascript.
                                        Therefore, as they will not be able to put anything into the cart, the/your orderpage will not have any input fields to enter any information (email etc) into, nor will there actually be a button to submit any info or indeed register any account.

                                        in reply to: Multisite licence: where to buy it? #8951
                                        Olly
                                        Admin & Mod

                                          >where there is the possibility to buy the multisite licence
                                          every extension/plugin has a multisite license option…(?!)

                                          >basic singlesite “free” code
                                          the free code you are talking about I assume is the main wppizza plugin which is GPL licensed and is the same for multisite and singlesite (but i’m not 100% sure if that was your question)

                                          in reply to: Filter spam trough Akismet #8950
                                          Olly
                                          Admin & Mod

                                            of course, if you want to integrate it anyway, i am not stopping you

                                          Viewing 20 posts - 3,441 through 3,460 (of 4,451 total)