Olly

Forum Replies Created

Viewing 20 posts - 3,601 through 3,620 (of 4,446 total)
  • Author
    Posts
  • 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)

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

                                      >(i think I have to edit the individual php files in the template folder). …..
                                      NOOOOOO

                                      > It just isn’t on the print out.
                                      i’ll look at that.
                                      in the meantime though (and probably a better idea anyway):
                                      go to each sites localization and set the appropriate header/title where it says:
                                      Print Order Admin - [Header]: optional - for example your shops name

                                      >food portal.
                                      let me put it this way:
                                      doable ? yes. but not without some coding you will have to do yourself to – essentially – built yourself a frontend that searches and redirects as required

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

                                        did you set the site title for your child sites ? (in general settings)

                                        in reply to: Pick up at multiple locations #8159
                                        Olly
                                        Admin & Mod

                                          If he really only wants to run one website/shop where both have the same opening times, menus , prices – i.e absolutely *everything* is the same – you could do it with this

                                          https://support.wp-pizza.com/downloads/wppizza-delivery-by-postcode/

                                          post/zipcodes can be arbitrary in that plugin, so you do not have to say zip1, zip2 zip3 in the plugin, but shopA, shopB etc will also work and you can set the email as required

                                          however, generally speaking – although not my business – you will probably find that one day your client says “oh, I want to close Shop-B 15 earlier” or “‘pizza napoli’ doesn’t sell in Shop-A, let’s take it off the menu” or any other random thing that is different between Shop-A and Shop-B.

                                          At that point you will need 2 websites anyway (although they could of course be in a wordpress multisite setup)
                                          just trying to save you some future headaches, but it’s up to you/him of course…

                                          in reply to: Modifying item AFTER it has been added to cart. #8136
                                          Olly
                                          Admin & Mod

                                            once it’s added to the cart there is nothing you can change anymore apart from the quantity of that item (i.e you can have 2,3, more or none of the same

                                            other than that you cannot modify this anymore

                                            so assuming this is what you aer referring to, the answer is no I’m afraid

                                          Viewing 20 posts - 3,601 through 3,620 (of 4,446 total)