Olly

Forum Replies Created

Viewing 20 posts - 3,161 through 3,180 (of 4,446 total)
  • Author
    Posts
  • in reply to: Dowload list of Products on Future Orders #11654
    Olly
    Admin & Mod

      will be part of the next update in the export file
      i.e a cumulative count of items in the given daterange

      although having cold pizza in the future seems strange, but i guess you are not talking about pizza things in particular but something more durable

      and – of course – it wont know anything about actual future orders as they haven’t been made yet…

      in reply to: Extra Ingredients label #11593
      Olly
      Admin & Mod

        should now be fixed as of v4.10.4

        in reply to: Extra Ingredients label #11592
        Olly
        Admin & Mod

          ok.

          in the meantime, i believe i also found a bug related to that implementation/option that might or might not affect you.
          essentially a custom group gets displayed even if not assigned to that menu item.
          most of the time thhough, custom groups would be assigned to all available items…

          anyway, i’ll fix that

          in reply to: Missing sends Order #11590
          Olly
          Admin & Mod

            hmm, i thought i’d replied to that…
            anyway , seems you have answered that question yourself, as you posted a new topic (as this one here was still in moderation)

            to not confuse matters. i’ll post your solution here (in case some stumbles across this)

            In WPPizza settings Gateways, I disabled Cash on Delivery. Now everything is OK.

            Greetings
            SS

            this makes sense of course. if you have no gateways enabled , you cannot order anything…

            anyway, glad you figured it out

            in reply to: Changing the order page #11588
            Olly
            Admin & Mod

              what gets displayed is the same template on the page.
              difference being that on COD purchases the content gets dynamcially “replaced” (as there is no need for a page reload) whereas when returning from epay, the page gets loaded entirely (obviously)

              seems to me that your css might be targeting a container that exists on the order form page but does not exist when coming to the page back from epay

              essentially, you should be targeting .wppizza-cart-thankyou .some-element{/*some css*/}

              in reply to: Table bookins #11587
              Olly
              Admin & Mod

                there are many plugins out there already that do this sort of thing.
                this will never be part of wppizza

                in reply to: popup problem #11575
                Olly
                Admin & Mod

                  you have enabled “am using a caching plugin:” even you you do not seem to use any caching plugin

                  turn it off, and you’ll see that it will probably work.

                  that said, i will add something to the plugin that will also make this work with that checkbox enabled

                  in reply to: Order pickup checkbox doesn’t scroll with sticky cart #11546
                  Olly
                  Admin & Mod

                    Hi,

                    the sticky cart option is an old feature that will not be developed any further as it causes more trouble than it’s worth with many themes (especially responsive ones as the sticky cart would prevent people on mobile devices from doing anything)

                    it’s only still there for some old sites / legacy reasons.

                    i would advise you to abandon this in favour of the mini cart (enable that one instead in the widget/shortcode, with some more options to set in wppizza->layout).
                    you can (and probably want to) enable the self-pickup option checkbox on the order page too – if you have not already done so

                    note to self: must update the shortcode page. in the meantime, in your shortcode, replace
                    stickycart=1 with minicart=1 if you want to do that

                    in reply to: Redirect after payment #11543
                    Olly
                    Admin & Mod

                      did you read the setup instructions here:
                      https://support.wp-pizza.com/downloads/wppizza-authorizenet-gateway/
                      ?
                      especially the “silent post url” ?

                      no one should have to click on anything as the execution happens in the background…

                      in reply to: Extra Ingredients label #11495
                      Olly
                      Admin & Mod

                        – have a look in network admin->dashboard / updates

                        – if you just activated it , it might take a few hours to show up though

                        – that said, i know of a handful of servers that just refused to show the updates for some reasons so the whole licence handling was changed in 4.9.2. as you do not have that yet, you might have to do this manually

                        – if so, download the latest version from https://support.wp-pizza.com/checkout/purchase-history , and unzip somewhere. then de-ACTIVATE (do NOT uninstall unless you want to loose all your settings!), overwrite the files and re-activate. that should be that

                        in reply to: Extra Ingredients label #11460
                        Olly
                        Admin & Mod

                          >Do you have an ETA …

                          already done. make sure you have the licence activated and it should show up in your updates/plugin pages in the WP admin

                          in reply to: Suggesion for the danish currency in wppizza #11452
                          Olly
                          Admin & Mod

                            i question their reasons, but if you must , there’s a filter you can use “wppizza_filter_currencies” like so

                            
                            add_filter('wppizza_filter_currencies','myprefix_currency_filter');
                            function myprefix_currency_filter(currencies){
                            
                            $currencies['DKK']='DKK';
                            
                            return $currencies;
                            }
                            

                            not tested but should work

                            in reply to: Suggesion for the danish currency in wppizza #11450
                            Olly
                            Admin & Mod

                              essentially , what you are suggesting is already the case (otherwise the epay dk gateway would not work anyway)

                              in reply to: Suggesion for the danish currency in wppizza #11449
                              Olly
                              Admin & Mod

                                ehem, the currency code submitted to any payment gateway will be DKK. it’s only the display that will show as kr. same goes for £ for example. depending on country it will be submitted as GBR for UK, EGP for Egypt , etc

                                in reply to: Print letters bigger #11446
                                Olly
                                Admin & Mod
                                  in reply to: Extra Ingredients label #11436
                                  Olly
                                  Admin & Mod

                                    as of v4.10.1 you now have an additional option that you can enable to add “extra” (or whatever) to additionally added ingredients that were not already pre-selected in the first place . hope that helps

                                    in reply to: coupons Label #11425
                                    Olly
                                    Admin & Mod

                                      read the howto
                                      quote: public: only items marked as “public” will be displayed when using shortcodes to display coupons

                                      in reply to: coupons Label #11421
                                      Olly
                                      Admin & Mod

                                        have a look in the “howto” of the plugin.

                                        in reply to: Extra Ingredients label #11399
                                        Olly
                                        Admin & Mod

                                          >Any easy way…

                                          no, sorry

                                          in reply to: error when browsing #11375
                                          Olly
                                          Admin & Mod

                                            try downloading this

                                            https://support.wp-pizza.com/wp-content/uploads/2015/08/wppizza-2.11.10-interim.js_.zip

                                            unzip and replace the two files in wppizza/js directory with the two files in the zip archive

                                            when you have done that, you will have to clear your browser cache.

                                            let me know if this stops the error popup

                                          Viewing 20 posts - 3,161 through 3,180 (of 4,446 total)