Olly

Forum Replies Created

Viewing 20 posts - 3,581 through 3,600 (of 4,446 total)
  • Author
    Posts
  • in reply to: shopping cart generating invoices and auto printing #8351
    Olly
    Admin & Mod

      i’m probably missing something…

      what occurs to me is this:
      the customer has already got his invoice – that’s the email he received, no ?
      (and you can set up your receiver email to be [email protected] anyway . either as main or as bcc or whatever)

      with regards to printing, i already answered that above i believe

      in reply to: How to change the cart icon? #8349
      Olly
      Admin & Mod

        >how do I put the image as an add cart function,
        without editing the template directly, you can’t
        all you can do is enable/use the title as a link and that will alos only work if there is no more than one size otherwise neither the title, nor the image for that matter would have any idea which size it is supposed to add to the cart

        in reply to: How to change the cart icon? #8345
        Olly
        Admin & Mod

          got a link ?

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

            try wppizza 2.11.8.1
            has a couple of fixes plus
            a max-width option in wppizza->layout->small cart

            feedback welcome of course

            in reply to: Coupon Codes #8341
            Olly
            Admin & Mod

              FYI: as of 1.2.2 (referring to the above)
              added: option to always show input box
              added: option to exclude items

              in reply to: Coupon Codes #8334
              Olly
              Admin & Mod
                This reply has been marked as private.
                in reply to: Coupon Codes #8333
                Olly
                Admin & Mod

                  > I have like 100 items

                  one day i might add the alternative (i.e exclude instead of include) but for the moment that’s the only way I’m afraid

                  in reply to: Coupon Codes #8330
                  Olly
                  Admin & Mod

                    > is there anyway to exclude such products/menu categories from the coupon codes

                    “apply discount only to selected items” should do the job (and only put the items you want to be discounted in the box above)

                    >– Is there anyway to have the input box always there
                    i can probably make that an option. i’ll put it on my “ideas/requests” list

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

                      >I will disable it for now until further developments thanks you.

                      probably a good idea. the feedback and being able to look at it in different scenarios helps though.
                      most should not be too difficult to fix now i know what might go wrong so to speak

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

                        thinking out loud for a sec. i might be able to give people a max-width option up to what width of the site the thing shows up, so they can set this according to at what width their particular site turns into a mobile view…i’ll have a think

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

                          > I am using a sticky cart actually which is probably causing the problem
                          partially. i’ll see what i can do (then again, i know about that hence it says you probably do not want to use it in conjunction with the sticky cart…either way, maybe i can do both)

                          but on your site it also shows on load when first going to the page (which is wrong, i’ll fix that if i can)

                          >Is there anyway I can just enable it the mini-cart when the site is being viewed on a mobile rather than a desktop?

                          in theory, if you set some media queries in your css, sure. but it’s not something i can do as I do not know how each website behaves and when or under what circumstances it decides to display the mobile view (or indeed if there even is one).

                          usually, responsive websites move things around . i.e in a mobile view the sidebar – which typically has the cart – moves to the bottom of the page and out of view, in which case that always visible cart shows up until you scroll to the bottom.

                          i can’t see you using the sticky cart btw but your theme however seems to keep the whole sidebar in place . i’ll see if i can account for that

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

                            link please.

                            in reply to: How to change the cart icon? #8320
                            Olly
                            Admin & Mod

                              simple css:

                              .wppizza-article-price-lbl:after{
                              content: url(/path/to/image.png);
                              /*any other declarations*/
                              }

                              in reply to: where to change taxonomy slug "wppizza_menu"? #8318
                              Olly
                              Admin & Mod
                                in reply to: shopping cart generating invoices and auto printing #8315
                                Olly
                                Admin & Mod

                                  the only way (I know of anyway) to automatically print is to have a net connected printer that does one of the following

                                  a) checks a set email account and prints anything that comes into that account
                                  b) a cloud print connected printer
                                  c) a printer that has some other interface to the net one could script things for
                                  d) a gprs enabled printer where you can send sms to

                                  all which will – at a minimum – require the printer to be connected to the net or phone network in some way and has (been given) permission to do the above

                                  in reply to: shopping cart generating invoices and auto printing #8314
                                  Olly
                                  Admin & Mod

                                    re 1: i don’t know what you mean, please elaborate (you can print stuff from the order history in the admin of course)

                                    re 2: you cannot automatically print stuff (well, you can but not the way I think you mean).

                                    *very simplistically speaking*, software/scripts cannot access hardware (unless your hardware is setup to accept certain software commands).

                                    imagine if this were possible and i write a script/website that automatically can print to your printer.
                                    so, when you come to my – malicious – site i force your printer to print 10000000000000 pages without your say so…

                                    (again, this is very simplistic, but will give you an idea – then again, maybe i am misunderstanding what you are after)

                                    in summary somewhat: software is not allowed to access hardware without the hardwares “say so”, but you can setup (some) hardware to respond to certain software commands. see also post below

                                    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

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