Olly

Forum Replies Created

Viewing 20 posts - 1,401 through 1,420 (of 4,454 total)
  • Author
    Posts
  • in reply to: Orders not sending email. #34208
    Olly
    Admin & Mod

      can i please have admin credentials to have a look at some things ?
      (i wont change anything, just haveing a look at some settings)
      if you post them here, make sure you set your reply to “private”

      in reply to: Orders not sending email. #34207
      Olly
      Admin & Mod

        ok, give me a minute

        in reply to: Orders not sending email. #34205
        Olly
        Admin & Mod

          can you please enable cash on delivery so i can do a test order (will be clearly marked as test)

          in reply to: Orders not sending email. #34203
          Olly
          Admin & Mod

            >You mean put..
            yes

            >There isn’t a separate debug mode
            No

            as you are using (only) paypal: have you set your IPN correctly (see setup/troubleshooting from here https://www.wp-pizza.com/downloads/wppizza-paypal-standard-gateway/)

            have you enabled – temporarily perhaps – the cash on delivery gateway and made an order ?
            do you receive emails when you do that ?

            in reply to: Orders not sending email. #34147
            Olly
            Admin & Mod

              have you enabled debug and looked at your debug log ?

              (PS: your site is also trying to load insecure content – admin-ajax.php – over a secure connection which results in it being blocked . have a look at your browser console )

              in reply to: Weird Critical Error #34087
              Olly
              Admin & Mod

                everytime someone goes to the order page an entry gets created in the database with it’s unique id

                they are not sequential because not everybody that goes to the order page will also actually go through with the order

                in reply to: More customers – can I copy the existing installation? #34083
                Olly
                Admin & Mod

                  you can clone and then change things afterwards as you like
                  that isn’t really a wppizza issue or question though but simply how to administer wordpress sites in general

                  i would say clone away, empty order table (or delete orders one by one) and delete the users as you like, but all at your own risk

                  in reply to: More customers – can I copy the existing installation? #34068
                  Olly
                  Admin & Mod

                    sorry, but i do not understand what exactly you are trying to do here

                    users have id’s which are referenced in the wppizza orders table (and pretty much throughout your whole wordpress installation) and have meta information added if necessary

                    if you also want to delete all categories and items then you are simply adding some users to wordpress (wppizza does not create it’s own userbase but simply uses the users registered in wordpress and allows for registration to those users)

                    that said, if you just want to move an installation somewhere, there are plenty of cloning plugins that would let you do that

                    generally speaking though, partially removing or copying things might cause you all sorts of problems as id numbers might change (but it really depends)

                    (i also don’t really understand what this has to do with licenses of things)

                    in reply to: My Order Page says Cart is Empty #34023
                    Olly
                    Admin & Mod

                      without a link to your site i cannot tell you anything other than
                      have you enabled debug ?
                      http://docs.wp-pizza.com/troubleshooting/

                      in reply to: SMTP not working at V3.X #33874
                      Olly
                      Admin & Mod

                        works all fine here as intended
                        i’d suggest you enable debug and check your console

                        in reply to: Order SMS #33873
                        Olly
                        Admin & Mod
                          in reply to: Admin can’t delete item created by another user #33604
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            in reply to: Admin can’t delete item created by another user #33603
                            Olly
                            Admin & Mod

                              I can actually see in the code that i deliberately omitted this option at the time.
                              That said, I cannot really recall why and con only think of either there being some security implications of some sort (which of course there are) or I got sidetracked with something else and never finished it off, leaving it until someone asks for it
                              – i.e now

                              let me see what I can do in the next update – it’s not quite as trivial as one would want it to be though unfortunately.

                              in reply to: Customer details #33599
                              Olly
                              Admin & Mod

                                only thing i can see here is that there is no var called $order_table_name
                                there is however a constant one can use instead WPPIZZA_TABLE_ORDERS

                                other than that – as this’ not the full code/function/hook i cannot comment too much other than – under normal circumstances – the $order_details['customer'] array makes no distinction between cod or prepay(i.e cc) orders in that action hook (it only exists once regardless of what payment type was used)
                                unless something was done via some filter before of course (in which case your thank you page etc would also be missing a bunch of details though)

                                in reply to: undefined index debug log #33584
                                Olly
                                Admin & Mod

                                  a) php notice: inconsequential of course , but will be eliminated in the next update. thanks for mentioning it

                                  b) without seeing the settings (and a link/site where one can see what happens) i cannot say much

                                  in reply to: Custom Error Message per Dish with Ingredients/Options #33483
                                  Olly
                                  Admin & Mod

                                    No, sorry. There is no provision for that I’m afraid.
                                    (to be honest, I cannot even see under what circumstances this would be of particular benefit other than perhaps some minor and somewhat inconsequential cosmetics such as adding the item name perhaps to the message. never mind that you would have to add a multitude of individual messages, one for each item…)

                                    in reply to: How to get rid of shop cart icon on menu #33423
                                    Olly
                                    Admin & Mod

                                      alternatively

                                      wppizza->layout -> miscellaneous->Hide cart icon next to prices

                                      in reply to: How to get rid of shop cart icon on menu #33372
                                      Olly
                                      Admin & Mod

                                        use css

                                        .wppizza-article-default .wppizza-article-size:after
                                        is the one that displays it

                                        in reply to: Showing number of items in mobile mini cart #33323
                                        Olly
                                        Admin & Mod

                                          had a mess around with things here for a bit
                                          setting a limit of 300 as opposed to 420 as it is now, seems quite acceptable as well (always provided the theme itself is responsive to start off with)

                                          will be added/updated in the next update

                                          in reply to: Can no longer add item by name #33322
                                          Olly
                                          Admin & Mod

                                            so , just for the fun of it , i messed around with a couple of things.

                                            and – contrary to what i expected actually – <?php echo single_cat_title(); ?> as well as <?php echo category_description(); ?>
                                            works also just fine from what i can see here (at least with the 2016 theme)….

                                            dunno

                                          Viewing 20 posts - 1,401 through 1,420 (of 4,454 total)