Olly

Forum Replies Created

Viewing 20 posts - 3,221 through 3,240 (of 4,446 total)
  • Author
    Posts
  • in reply to: Delivery costs #11059
    Olly
    Admin & Mod

      in your themes functions.php (lika all customisations using filters and actions)

      in reply to: Few problems with WP-Pizza #11058
      Olly
      Admin & Mod

        > re http://www.yooweb.ch/piccobello/online-bestellen/

        you made the orderpage a page with items ?!
        please read here :
        https://support.wp-pizza.com/topic/things-to-do-on-first-install/

        >The plugin does offer an option to exclude delivery costs for certain articles
        no, it does not. what it does, is exclude certain articles when calculating the delivery costs which is different.

        i.e if you say free delivery above 50.00 you can say do not use drinks (for example) to see if the 50.00 has been reached

        in reply to: Able to discount orders when paying by cash? #11038
        Olly
        Admin & Mod

          as mentioned, currently only by using the filter and some jQuery…might make that an option someday , but no ETA

          in reply to: Able to discount orders when paying by cash? #11036
          Olly
          Admin & Mod

            PS: well, it would be doable by writing some jquery that reloads the page when (de)selecting stripe, setting some session variable or something (for example) and recalculating delivery /discounts using filters available (in thin case the ‘wppizza_filter_discount’ filter i would have thought).

            in reply to: Able to discount orders when paying by cash? #11035
            Olly
            Admin & Mod

              > Is there a way so that customers who place an order over a certain amount (say £10) get a discount on their order say for £0.50p

              of course (puzzled by the question as that was always there)
              wppizza->order setting -> discounts

              however, i suspect you want to have a discount only when paying cash.
              although most other gateways are implemented to be able to add a fee when using them (i.e the opposite way round, outcome being somewhat the same though), the way stripe works this is not really do-able at the moment I’m afraid

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

                there are no provisions for having different delivery prices for different items.
                your only options would be to use the following filter and re-calculate as required

                
                add_filter('wppizza_filter_delivery_charges', 'my_filter', 10, 3);
                function my_filter($deliveryCharges,$session,$options){
                
                /*
                recalculate/edit/adjust delivery charges as required based on parameters
                $session == array of order details
                $options == array of plugin options set 
                
                */
                
                return $deliveryCharges;
                }
                
                
                in reply to: German Files searched for ingredients #11029
                Olly
                Admin & Mod

                  Hi

                  these do not exist, but feel free to translate into german by using
                  wppizza_addingredients-en_GB.po
                  as a base

                  in reply to: Move element within menuitem #10996
                  Olly
                  Admin & Mod

                    btw, you might find it easier to use the grid layout option.
                    you will still have to move the prices below the description if that is what you want, but they are not nested and the css adjustment should be easier…just an idea

                    in reply to: Move element within menuitem #10995
                    Olly
                    Admin & Mod

                      >Is there an easier way to do this?

                      no.
                      if you move things around you will have to adjust the css

                      in reply to: Is this possible? Certain items free. #10977
                      Olly
                      Admin & Mod

                        apologies.
                        I really try to answer 100% of questions/request.
                        However, although i do remember reading your question I got sidetracked at the time with other things and subsequently forgot about it altogether
                        again, sorry about that.

                        regarding the case in hand:

                        in short:no.
                        as mentioned in the description of the plugin,

                        IT DOES NOT :

                        enable things like “buy one particular item get one other particular item free/reduced”, “buy 2 of this , get one of that” or any other up-sells/cross-sells etc along those lines
                        in due course there will be a separate plugin for these scenarios

                        in reply to: Order notifications app #10976
                        Olly
                        Admin & Mod

                          >Do you know any order notifications app for Android and iOS,

                          sure, they are called email clients….

                          if you are looking for anything else , then no, i do not know of any others

                          in reply to: Menus with choice of drinks #10975
                          Olly
                          Admin & Mod

                            >Is it possible to make a “select ONE of these” selection anywhere?-

                            of course. just set the applicable type in your/a custom group that has all your drinks assigned.
                            (in your case probably the “one and one only ingredient one time -> radio” option )

                            in reply to: Display content in email #10972
                            Olly
                            Admin & Mod

                              >What exactly do i put in the php ?

                              nothing (assuming you are talking ab out the template …..emails.php

                              you add and use the filter in your themes’ functions php as required

                              in reply to: Sandbox to real deal… #10969
                              Olly
                              Admin & Mod

                                essentially, do the same thing with your real paypal account (and of course take it out of test/sandbox mode)

                                the plugin does pretty much the same thing in either mode (just sends it to the sandbox instead of live url of paypal and vice versa)

                                in reply to: can't translate Add Ingredients plugin #10960
                                Olly
                                Admin & Mod

                                  in wppizza-addingredients.php (approx line 89)

                                  took m a bit to find out why it did not load it.

                                  so, do the following :

                                  in wppizza-addingredients.php (approx line 89)

                                  add_action(‘init’, array($this, ‘wppizza_ingredients_load_plugin_textdomain’));

                                  and change to

                                  add_action(‘init’, array($this, ‘wppizza_ingredients_load_plugin_textdomain’),99);

                                  feel free to do that in the core file of the plugin as it will be default in th enext update

                                  in reply to: can't translate Add Ingredients plugin #10926
                                  Olly
                                  Admin & Mod

                                    which version of the plugin are you using ?

                                    secondly how exactly are you translating it ?i.e where are you putting the po/mo files and what did you name them ?

                                    essentially the translation for that plugin works the same as for all the other wppizza plugins so I cannot see any reason why you should not be able to do that .

                                    if you wish, send m your translation files and i will have a look whether i can get them to work here (send them to dev[at]wp-pizza.com)

                                    in reply to: When would you like to order for – field #10908
                                    Olly
                                    Admin & Mod

                                      it’s that one:
                                      https://support.wp-pizza.com/downloads/wppizza-preorder/

                                      (alternatively of course you could just add a normal textfield to the orderform if you do not need to add specific timeslots)

                                      in reply to: Email address hide #10907
                                      Olly
                                      Admin & Mod

                                        nothing i can do.
                                        i have no power about how emails work (and what your hardware does with it)

                                        another option would be to send a second separate email to the printer only
                                        see here for a starting point
                                        https://support.wp-pizza.com/topic/after-every-order/

                                        in a future update to the plugin, there will be the possibility to send several independent emails/orders and layout to different recipients, but it will be a few weeks yet until i have this implemented and tested

                                        in reply to: email address #10906
                                        Olly
                                        Admin & Mod

                                          ok,
                                          it’s easy. all you need to do is enable “allow everybody to register” (which will also have the advantage – if they do – that next time their details are already filled in if the log in….)

                                          in reply to: Email address hide #10901
                                          Olly
                                          Admin & Mod

                                            use the bcc instead I would have thought.

                                          Viewing 20 posts - 3,221 through 3,240 (of 4,446 total)