Olly

Forum Replies Created

Viewing 20 posts - 2,901 through 2,920 (of 4,446 total)
  • Author
    Posts
  • in reply to: Additional Languages #14265
    Olly
    Admin & Mod

      the admin side will follow whatever language wordpress is set to – and if it does not exist, it will be english

      the frontend is translatable into / usable in any language (wppizza->localization) and totally independent of what language has been set in the admin or of what languages the plugin has already been translated into

      the same concept applies to all plugins/extensions

      in reply to: How to add Custom field in Order History Print in admin side? #14228
      Olly
      Admin & Mod

        i don’t know what you are doing , but perhaps
        https://support.wp-pizza.com/topic/adding-customer-checkout-fields/ ?

        other than that, if you add a field from the “order form settings” page , it will be available everywhere

        in reply to: Order Email HTML Formate Not Working. #14227
        Olly
        Admin & Mod

          given your other topics, you probably edited or added things somewhere.
          if you can send plaintext emails , html should be sending too, unless you made some coding errors

          i would suggest turn on debug and check your debug log and/or turn off all other plugins, use a default wordpress theme and remove all your edits. if it works then add things one by one to see where the issue is

          in reply to: Order processed as image, for ordering through a messenger #14211
          Olly
          Admin & Mod

            …So, effectively, you are building the plugin to be as universal as possible…
            sure, that’s got to be the goal

            ..hence there’s no need for registration?..
            not entirely sure what you mean by that.

            ..who’s making a prank order…
            i cannot see how anything – short of having prepayment by credit card – will guard against that anyway

            …they can simply order by phone and skip the hassle of entering their personal data on the site…
            sure, if they want. chances are this will take a lot longer for your employees to do than just getting the final order sent to them

            ..you seem to be building this software, thinking like a customer, but you are actually selling it to the businesses..
            absolutely. you have no business i can sell to if you do not have any customers

            ..it may turn out there are more crazy sellers like me, who have the same seemingly strange requirements..
            this might well be true. at the moment – from what i can see or the request i receive – it isn’t the case

            if it doesn’t suit me, it’s not your problem
            also true. as much as i try, there is no way it can be everything for all people and scenarios or circumstances

            in reply to: Order processed as image, for ordering through a messenger #14210
            Olly
            Admin & Mod

              furthermore, if you take the whole ordering/confirmation whatever process out of the flow of the plugin (i.e you are using a messenger program to have a conversation of some sort) the plugin will know nothing about what has been happening, unless you hook up the messenger api into the plugin somewhat. chances are , each messenger api is different (if it even exists) and you ‘ll have to write something for every single one you want to support/integrate

              again, just some thoughts of the top off my head. I am sure I can come up with a lot more possible pitfalls one would have to overcome if one goes down that road

              in reply to: Order processed as image, for ordering through a messenger #14208
              Olly
              Admin & Mod

                >wouldn’t you say that images are as universal as text, when it comes to the Internet?
                sure, but you still have to send them somehow. they don’t send themselves

                require email, which takes anywhere from a second to a few days for someone to receive on his mobile device
                only if not setup correctly (server and/or client side) and messaging services are not 100% foolproof/reliable either

                all mobile devices either have Viber or Whatsapp
                ok, i cannot proof that this is not the case where you are, but i doubt very much that *all* mobile devices have this guaranteed installed, and even if they do, that everybody uses it and is registered with those services

                I can’t force you into developing your program in a direction you don’t care about
                it’s not that i don’t care about these things. i just think it’s impractical (as it stands anyway)
                that said, am happy to learn and having this conversation is interesting.
                I just haven’t been convinced yet that this is something of intrinsic value to add

                report back with the code, if I am successful.
                please do.

                in reply to: Order processed as image, for ordering through a messenger #14206
                Olly
                Admin & Mod

                  in fact, the more i think about it , all your reasons why this is _supposedly_ better I believe are either based on the wrong assumptions or simply not true (i’ll shut up after this, I promise).

                  >… as their phone number has already been confirmed by one of the popular messaging services….

                  so what ? i register a phonenumber and get myself another phonumber. doesn’t guarantee anything (and most certainly not an address)

                  > I need to get their personal information only once and they never have to enter this information again

                  wrong. you will always need the delivery address. only because i am using the same email/messenger id/whatnot does not mean i always want it at the same place.
                  furthermore, when the user has registered on the site the first time he as ordered he will never have to enter anything again as it will be pre-entered when he comes back.

                  > Updates on orders will be faster and more reliable than email…
                  wrong.

                  > it’s easier for us to send a standard image, designed to our liking

                  sorry, but that’s your shortcoming, not the plugin’s. it’sends straight forward html/plaintext with a ton of actions and filters you can use to make it look like you want

                  > saying “Your order is ready, please, come over and get it.” or “Your order is on its way.”, than to type this several times a day…

                  why do that in the first place ? it should already say somewhere “order ready in 30 minutes or something”. alternatively you could also do this though
                  https://support.wp-pizza.com/topic/send-email-on-admin-status-update/

                  anyway, just my 2 cents :)

                  in reply to: Order processed as image, for ordering through a messenger #14204
                  Olly
                  Admin & Mod

                    for the moment – even ignoring the details – this statement

                    > – It’s universal –

                    is just wrong

                    email is universal, messengers aren’t.

                    even if we assume everybody has some sort of messenger software – which they don’t – you – as the receiver – has to have *absolutely all* messenger softwares available installed so as to not miss / being able to accept an order (not just a few).
                    furthermore, some messanger softwares only work on PC, some on Mac some on Android , iOS etc etc
                    so you’ll need all of those too

                    in any event, I am not stopping you to do such a thing, and if you do I would also of course be interested to see it .

                    I can guarantee you though, at least in the foreseeable future, this will not be part of the plugin/added as an option in the core somewhere.

                    in reply to: Check whether a client's email address is valid #14203
                    Olly
                    Admin & Mod

                      > but that’s more work for the people ordering,
                      you can’t have it both ways.
                      either you want to validate the email forcing people to enter it 2x or you don’t

                      in reply to: Check whether a client's email address is valid #14202
                      Olly
                      Admin & Mod

                        >and any changes I make to wp-pizza will be gone with each update.
                        that’s why you should use actions / filters. that’s what they are there for

                        in reply to: Check whether a client's email address is valid #14200
                        Olly
                        Admin & Mod

                          maybe one day i’ll add that as an option. not in the immediate future though.

                          In any case, this should be easy enough as it is

                          just add another (email) formfield on the confirmtion page
                          either using one the action hooks – there are plenty of them
                          or using one of the 12 formfields already available

                          and then just some javascript along these lines perhaps
                          http://stackoverflow.com/questions/18223467/email-match-with-confirm-email-address-in-contact-form

                          in reply to: Sorting by size #14187
                          Olly
                          Admin & Mod

                            i would have thought using the filter provided in the print template

                            wppizza_filter_print_order_items

                            will give you the ability to sort in whatever sorting order you want to do

                            in reply to: eGift Cards #14152
                            Olly
                            Admin & Mod

                              neither of those two will happen anytime soon I’m afraid (unless someone other than myself has the inclination and time to create such plugins)

                              in reply to: Change order #14134
                              Olly
                              Admin & Mod
                                in reply to: Adding SKU to product? #14082
                                Olly
                                Admin & Mod

                                  as of v2.16: SKU’s added (to enable under wppizza->settings)

                                  in reply to: Order form images #14077
                                  Olly
                                  Admin & Mod

                                    feel free to use the filter included there to do that if you want.
                                    after all, that’s the reason for filters are there and being included in various places.

                                    in any event – and for the moment or foreseeable future – I don’t think it will be included in the plugin as default or an option . sorry.
                                    (though never say never of course)

                                    in reply to: More than one delivery charge, please! :) #14063
                                    Olly
                                    Admin & Mod
                                      in reply to: A bug using special characters in order settings #14056
                                      Olly
                                      Admin & Mod

                                        thanks for letting me know.
                                        will be fixed in the next version

                                        in reply to: Add x amount of individual items to cart #13953
                                        Olly
                                        Admin & Mod

                                          at the moment , no

                                          in reply to: Add x amount of individual items to cart #13945
                                          Olly
                                          Admin & Mod

                                            not sure why you are posting the same question 3 times (i deleted the other 2 which were pretty much identical) ?

                                            anyway, have a look through the wppizza layout options. it’s all there

                                          Viewing 20 posts - 2,901 through 2,920 (of 4,446 total)