Olly

Forum Replies Created

Viewing 20 posts - 3,941 through 3,960 (of 4,441 total)
  • Author
    Posts
  • in reply to: get the list of all the sizes #6576
    Olly
    Admin & Mod

      >i dont want to show near evry price the size
      use css: .wppizza-article-price-lbl{display:none}

      >i want to print all the sizes in the top of the table.
      use (one of the) action hooks in the templates (i.e wppizza_loop_outside_start for example – hava a look at the loop templates. $options[sizes] will return all the sizes)

      >some of the items don’t have the extra big size:
      then you should probably create another size with just “small”,”medium”,”big” and use that one for items that have no “extra big”

      in reply to: separate Discounts for self-pickup and delivery #6561
      Olly
      Admin & Mod

        i see what you mean.
        essentially you are applying 2 discounts , one general one if order >25 on all orders, plus another one of 10% on pickup

        although this makes sense to me (as in why should the customer not get both discounts when both requirements apply) , i might put an option into the coupon/discounts plugin to specify if a discount should only apply on delivery …i’ll have to mull this over for a bit how to best do that (without breaking things)

        in reply to: separate Discounts for self-pickup and delivery #6560
        Olly
        Admin & Mod

          ok, i’ll check tomorrow and see if i can reproduce this

          in reply to: separate Discounts for self-pickup and delivery #6558
          Olly
          Admin & Mod

            actually i don’t think i understand this:

            >If I put 10% for pickup discount and it has setting of order>25 get 4 dollars off

            how do you manage to have 4$ off as well as 10% discount ?
            either your discount is in % or in absolute value (i.e $ off). no ?

            what the plugin does (or at least should do unless I messed up somewhere – always possible)
            is to only ever apply the best/highest *one* discount given the actual order/settings and not combine/use 2 different ones….

            in reply to: separate Discounts for self-pickup and delivery #6557
            Olly
            Admin & Mod

              just to say i read this,

              will have to think about this tomorrow as it’s way too late here and my brain is fried – (might have a couple of questions though, but can’t think anymore)

              in reply to: how to prevent losing changes i have made in translation files #6554
              Olly
              Admin & Mod

                that has even less to do with po files / translations those are individual prices …….?!

                in reply to: how to prevent losing changes i have made in translation files #6551
                Olly
                Admin & Mod

                  > give the food in defernce “Breads” “Pita”, “Baguette” “Plate” and etc…

                  sorry, but that has no bearing on the translation from what i can see.
                  these are just categories you would enter as required for any restaurant anyway.
                  the chances are , that not one restaurant will have the same categories as another so you wold have to create a new po file for every single one, which makes the whole thing pointless from what i can see

                  in any case, from what you are saying, it strikes m that the right approach would be to export/import categories as required instead of messing about with po/mo files here

                  in reply to: Urgent bug (duplicated items) #6549
                  Olly
                  Admin & Mod

                    this is what happens when people do not start their own topic.


                    @foxpc

                    you are replying to a question that was not addressed to you
                    so your reply does not really answer the question as it may be an entirely different scenario

                    @ christo pinto
                    to avoid confusion, i will close this topic now, but feel free to start a new one, preferably with a screenshot of your categories, the wppizza version number and/or a link as requested

                    thanks

                    in reply to: integrate orders of justeat #6518
                    Olly
                    Admin & Mod

                      sorry, not going to happen (for about a million reasons)

                      in reply to: Postcode analitcs!!!! #6516
                      Olly
                      Admin & Mod

                        certainly something to consider for the next version of the post/zipcode plugin (but only when used with google maps option)

                        that is now available as of v3.0)

                        in reply to: Show adress in multi google maps #6514
                        Olly
                        Admin & Mod

                          sorry, i have no idea what you mean by multimaps

                          in reply to: Displaying category items in a grid #6490
                          Olly
                          Admin & Mod

                            >I do realize this is a bit of custom support which you do not have to offer but I would greatly appreciate it!

                            no problem, happy to help.

                            essentially it works like this:

                            in wppizza->layout you will have selected (under Which style to use (if enabled above):)

                            either “responsive” or “default”

                            pretty much the only difference between the two being that “respsonsive” will result in the title being above image/prices etc, whereas “default” will put the title next to the image (i.e between image and prices)

                            which one of the two is appropriate depends a bit on the number of prices you have etc
                            (there’s also a way to kind of make the default become responsive depending on screensize: see here
                            https://www.wp-pizza.com/topic/making-the-default-css-responsive/ )

                            depending on what style you have chosen the relevant template will be used:
                            i.e “default” ->wppizza-loop.php
                            if “responsive”-> wppizza-loop-responsive.php

                            mostly you should be able to do stuff by just customising the css, so just copy wppizza-custom.css to your them directory and edit/add stuff as required.

                            if you DO still need to actually change the templates , copy wppizza-loop.php (or wppizza-loop-responsive.php depending on the above) to your theme directory and edit

                            I hope the above explains things somewhat (there’s also a bunch of info in the faq’s btw regarding template editing etc)

                            PS: you can also put your custom.css and loop stuff into a subdirectory of your theme called wppizza (depends on how you like things organised).
                            just make sure you either put all of them in there or don’t use that subdirectory at all.

                            ie. either use /path/to/theme/wppizza/[css|loop] or path /to/theme/[css|loop] .

                            in reply to: Displaying category items in a grid #6468
                            Olly
                            Admin & Mod

                              you can do what you want on that front so edit/use/change css and/or templates

                              read the faq’s

                              https://www.wp-pizza.com/topic/customising-the-css/
                              https://www.wp-pizza.com/topic/editing-templates/

                              in reply to: How to make items fonts smaller #6445
                              Olly
                              Admin & Mod

                                ok,

                                two options (either will work)

                                a) change
                                .wppizza-article-title{font-size: 10px}
                                to
                                .wppizza-article-title{font-size: 10px !important}

                                or

                                b) do
                                .wppizza-article-info h2{font-size:10px}
                                instead

                                in reply to: How to make items fonts smaller #6442
                                Olly
                                Admin & Mod

                                  got a link ? i cannot guess really what’s going in on your situation

                                  in reply to: Delivery order under minimum #6429
                                  Olly
                                  Admin & Mod

                                    Hi
                                    not as such, but, correct me if I’m wrong, technically I think this is more of a discount than a delivery prices issue.

                                    i.e delivery costs == $6
                                    if >$25 -> discount $4
                                    if >$50 ->discount $6

                                    which you could do by setting the discount options appropriately whilst having a static $6 delivery charge. so the outcome would be the same

                                    (although I realise that it might be a question of presentation, but as said above it’s not really an option – at the moment anyway)

                                    PS:
                                    just a thought and haven’t thought this through 100%:
                                    doing it that way possibly also has the advantage of reducing your tax bill/liabilities , as your sales tax – or whatever it is called wherever you are – would only be payable on the actual sale after those discounts …..then again, that’s just my 2 cents thinking out loud here and might not be accurate and/or applicable

                                    in reply to: [ADD-ON:Ingredients] Preselect options clarification #6426
                                    Olly
                                    Admin & Mod

                                      i don’t know exactly how your groups are configured (there can be all sorts of variations),
                                      but off the top of my head something like this would probably work:

                                      a) you will have to put all ingredients that have the same price into their own custom groups.

                                      b) depending on how many ingredients end up being preselected in each group, set:
                                      “ingredients free (of this group; cheapest first) ” to that number of preselected ingredients

                                      i would think this would work but feel free to also send me a screenshot of all/any custom groups you have set up for this particular item together with a screenshot of the list of ingredients available for this (just to know how the prices are set up there)

                                      in reply to: Urgent bug (duplicated items) #6423
                                      Olly
                                      Admin & Mod

                                        also, what’s the outcome of this apparent bug ?
                                        does it display nothing, or just some categories but not others ?
                                        something else ?

                                        in reply to: Urgent bug (duplicated items) #6422
                                        Olly
                                        Admin & Mod

                                          >There is a bug when i use the !all function too

                                          please – next time – start your own topic

                                          in the meantime, please send me a screenshot of your categories and which version of the plugin you are using or – preferably – a link to your site

                                          in reply to: multiple locations on 1 site #6389
                                          Olly
                                          Admin & Mod

                                            simplest would be this from what you are describing:

                                            https://www.wp-pizza.com/downloads/wppizza-delivery-by-postcode/
                                            (read the bits under “notes:”)

                                            or alternatively you could of course have a multisite setup (but then you have 2 sites of course you would need to administer)

                                          Viewing 20 posts - 3,941 through 3,960 (of 4,441 total)