Olly

Forum Replies Created

Viewing 20 posts - 3,801 through 3,820 (of 4,451 total)
  • Author
    Posts
  • in reply to: wrong time slots showing? #7372
    Olly
    Admin & Mod

      sounds like wrong timezone settings perhaps ? (general ->settings)

      in reply to: Pre-Order not working #7371
      Olly
      Admin & Mod

        as your admin-ajax has issues, i would suggest we get back to the above when that has been fixed

        in reply to: no emails and no order history #7370
        Olly
        Admin & Mod

          admin-ajax.php affects absolutely everything, everywhere
          as i recall it threw a 500 error…..so pretty much no ajax request will work until this is fixed

          in reply to: Button styling #7367
          Olly
          Admin & Mod

            >Sorry, keep forgetting since I have posted multiple post
            nowhere near as many as i have…..

            anyway:

            width: 300px;
            min-width: 300px;

            in reply to: no emails and no order history #7365
            Olly
            Admin & Mod

              from what i recall – though i might be wrong – it had something to do with your admin ajax .php
              btw, the other errors you sent me where only relevant when installing the plugin

              i.e the plugin (tries) to install/add some demo images . however, as your server has http wrappers disabled it does not allow to add these images from a remote – read http:// – url so the images do not get added.

              as you are unlikely to be using those images anyway, this is not an issue and does not impact anything else as this is only something that may occur on first install and has no bearing on the functionality or ability to do everything else

              in reply to: Ingredients Extension not showing up #7361
              Olly
              Admin & Mod

                did you install (and are logged in) as administrator ?
                if so, i would need admin login credentials to be able to have a look
                (never heard of that particular issue unless you are not logged in as admin and/or do not have the adequate permissions set under access rights

                in reply to: Terms and Condition checkbox #7357
                Olly
                Admin & Mod

                  choose any of the actions available/included in the order form template and just output yoru checkbox (or whatever)

                  probably with attribute required.
                  something like this i would have thought

                  
                  add_action('wppizza_order_form_before_profile_update','my_checkbox_stuff');
                  function my_checkbox_stuff(){
                  print"<label>some text<input type='checkbox' id='some_id' name='some_name' value='1' required style='float:left'/></label>";
                  } 
                  
                  in reply to: no emails and no order history #7356
                  Olly
                  Admin & Mod

                    >Do I need to make any chances in the WordPress settings?
                    no, you need to look at your server error logfiles
                    as it says “Internal Server Error” (which could be anything and probably/possibly not a php error)

                    in reply to: Button styling #7355
                    Olly
                    Admin & Mod

                      got a link link ?
                      (depends on your theme )

                      in reply to: wrong time slots showing? #7354
                      Olly
                      Admin & Mod

                        >working now on this site

                        what do you mean by that ? is it working now ?

                        in reply to: Thank you page not showing the order details #7353
                        Olly
                        Admin & Mod

                          Hi
                          you have to enable it in wppizza->gateways (i’ll probably move that option elsewhere one day, but that should not matter for the moment)

                          in reply to: Filter to add text before and after html email? #7334
                          Olly
                          Admin & Mod

                            >What about before

                            there are a ton of filters available you can use to add stuff pretty much wherever you like without ever having to touch the templates

                            in reply to: order form settings "use when registering" #7333
                            Olly
                            Admin & Mod

                              hmm, what do we think “use when registering” could be for ?

                              ever tried ?

                              no need for any shortcode

                              in reply to: print button leaves this in console #7332
                              Olly
                              Admin & Mod

                                sounds like you are blocking popups

                                in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7308
                                Olly
                                Admin & Mod

                                  in fact, i would not use a radio input in the first place if there’s nothing to chose/switch to/between

                                  i would use a “must have minimum number of ingredients” group – as this would makes the icon a lot more appropriate i would think

                                  (if you feel you want to display this in the first place – as mentioned above…)

                                  again, just my thoughts, all up to you

                                  in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7307
                                  Olly
                                  Admin & Mod

                                    personally speaking I would do this entirely differently if you want to make this easy for me (the customer).
                                    i.e – assuming i am the customer – don’t show me choices i cannot do anything about in the first (or as you put it – annoy me) place . just say in your description “includes plain rice ” or whatever it includes as default

                                    does that make it less intuitive for your itech ? perhaps. you’ll need to decide which one of the equation you want to please I guess

                                    (just my 2 cents)

                                    in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7302
                                    Olly
                                    Admin & Mod

                                      having said that , i am somewhat wondering why you would be using a radio input selection for a single ingredient where you cannot switch to another anyway (as there isn’t one)….

                                      in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7301
                                      Olly
                                      Admin & Mod

                                        seems a bug in conjunction with multiple radio groups AND preselect.
                                        will have to investigate but will take a few days to look into

                                        (am travelling for a few days)

                                        in reply to: Category Description #7300
                                        Olly
                                        Admin & Mod

                                          >. Is anybody else having the same issue?
                                          in short: No.

                                          try enable debug and have a look.
                                          updating category description is an internal WP thing and has nothing to do with the plugin

                                          in reply to: Different ingredients on different meal sizes #7298
                                          Olly
                                          Admin & Mod

                                            i;m more likely to go for an option to select that at the exclude level/group as it’s not exactly a common things that needs doing…we’ll see. not sure yet

                                            thanks for the suggestion anyway

                                          Viewing 20 posts - 3,801 through 3,820 (of 4,451 total)