Olly

Forum Replies Created

Viewing 20 posts - 3,581 through 3,600 (of 4,451 total)
  • Author
    Posts
  • in reply to: Status update emails #8305
    Olly
    Admin & Mod

      >but that snippet sends the same email as the first one

      just change what it sends then. it’s a codesnippet, adjust as needed

      >Another idea we use on our sites… an “estimeted delivery time” sign on the website that can be set and changed by the pizzeria staff.

      hmm, dunno.
      what’s wrong with typing some text on the order page (or anywhere else for that matter) ?!

      i am sure there are also a bunch of other plugins that let you set some signage of some sort , somewhere without having to try to re-invent the wheel so to speak ?!

      in reply to: Regarding mobile view #8302
      Olly
      Admin & Mod

        FYI: as of 2.11.8

        a)order, confirmation and thank you page should now scroll pretty much as described/requested above

        b) re: Would it be possible to add a “go to cart button” once you have selected an item?
        kind of decided against this particular thing, but have added the option to show a “minicart” so to speak at the top of the page , if the main cart is not in view which – at least I believe – is somewhat better.

        go to the cart-widget and enable there or if using shortcode add attribute minicart=1

        any problems or issues with this, let me know of course

        in reply to: PopUp #8301
        Olly
        Admin & Mod

          it works just fine. (scroll to the bottom of your page and you’ll see it)

          the problem is that your theme’s css has the following

          #page-title, #content {
          z-index: 9900;
          }

          wheras the popup has a z-index of “only” 1000

          so your content covers absolutely everything

          change one of the 2 z-indexes

          in reply to: PopUp #8299
          Olly
          Admin & Mod

            why are you asking me the same question twice ? I already answered your original question by email

            in reply to: where to change taxonomy slug "wppizza_menu"? #8297
            Olly
            Admin & Mod

              >so its not mather one page or not. this urls exist in my xml map.

              then take them out of the xml map.
              those links/pages are useless anyway unless you create the template that goes with them as they will otherwise just be displayed as a normal blogpost without any option to add things to cart etc

              in reply to: Make your own pizza #8296
              Olly
              Admin & Mod

                bit puzzled by that question. it would have been a lot faster to just try it out , no ?
                in any case, the answer is “yes”. type in 0 and hit enter (or click on the checkmark )

                Olly
                Admin & Mod

                  we’ve been here before……………..
                  this/your theme is still hacked.

                  Olly
                  Admin & Mod

                    appearance->widgets
                    if your current page has no sidebar, use the template that has one

                    Olly
                    Admin & Mod

                      there is no type “cartwidget” . period.
                      of the bunch of shortcodes you posted above, only this is relevant from what i can see

                      [wppizza type=’cart’ stickycart=’0′ width =’90%’ height=’350′ ]

                      (and it works just fine here)

                      however, if you are using the 2012 theme anyway i don’t understand why you are not using the widget in the first place…?!

                      Olly
                      Admin & Mod

                        1: that’s down to your theme and where *you* put it
                        2: there is a scrolling/sticky cart option but that may not be suitable for all themes . if it doesn’t work on your theme, you’ll have to do some css or js depending on your scenario/layout

                        in reply to: where to change taxonomy slug "wppizza_menu"? #8284
                        Olly
                        Admin & Mod

                          google will only index pages that exist, so unless you actually create that page / those pages, what do you want google to index ?

                          if you only have one page, it will only index one page (and having several links to the same page is not a good idea in the first place)

                          in reply to: Automatically add an item to cart #8278
                          Olly
                          Admin & Mod

                            at the moment you’d have to take/copy

                            wppizza/ajax/get-json.php

                            and use the whole bit

                            
                            $options=$this->pluginOptions; 
                            /*
                            you might want to / have to change the above to
                            $options=get_option('wppizza'); 
                            **/
                            global $blog_id;
                            /****************************************************************
                            *	[add / remove item from cart session]
                            ***************************************************************/
                            if(isset($_POST['vars']['type']) && (($_POST['vars']['type']=='add' || $_POST['vars']['type']=='remove' || $_POST['vars']['type']=='removeall' || $_POST['vars']['type']=='increment') && $_POST['vars']['id']!='') ||  $_POST['vars']['type']=='refresh' || $_POST['vars']['type']=='wppizza-update-order'){
                            /**code**/
                            }
                            

                            and pass the relevant variables to it as the whole thing is only only available via ajax

                            one day i might make that whole thing into it’s own class, but for the moment it is what it is

                            in reply to: where to change taxonomy slug "wppizza_menu"? #8271
                            Olly
                            Admin & Mod

                              PS , i’ll probably add a more arbitrary way to do this (i.e instead of creating a page and pointing to that one)
                              but for the moment this is the way it works

                              in reply to: Automatically add an item to cart #8270
                              Olly
                              Admin & Mod

                                php or javascript ?

                                in reply to: where to change taxonomy slug "wppizza_menu"? #8268
                                Olly
                                Admin & Mod

                                  wppizza->settings->Permalinks:”Permalinks – Categories/Pages:”

                                  (only relevant when using option2 of installation btw, otherwise you should be using normal page navigation…..just saying)

                                  in reply to: Regarding Option 2 – using templates: #8255
                                  Olly
                                  Admin & Mod

                                    depends on how your menu items are organised

                                    in reply to: Regarding mobile view #8181
                                    Olly
                                    Admin & Mod

                                      i know/see/understand what you mean.
                                      i’ll see what i can do in an update on that front

                                      in reply to: Paypal in mobile view #8179
                                      Olly
                                      Admin & Mod

                                        that’s paypal’s site.
                                        has nothing to do with me. your customer just gets redirected there

                                        if their site is s*** on mobiles, tell them

                                        in reply to: Print order in order history #8169
                                        Olly
                                        Admin & Mod

                                          >With only a few orders I can easily go to the child site order history page, and print the order from there…..

                                          essentially, it’s a mistake on my part (not boring you with the details) ….
                                          i’ll fix that in an update via an option to do either or something, as I can also think of reasons why someone wants it kept as is

                                          in reply to: Print order in order history #8167
                                          Olly
                                          Admin & Mod

                                            >quoting myself: go to each sites localization and set the appropriate header/title where it says:….

                                            come to think of it. not sure if that would actually do what you want it to do either..will have to investigate (or quickly do this yourself and let me know what happens)

                                          Viewing 20 posts - 3,581 through 3,600 (of 4,451 total)