Olly

Forum Replies Created

Viewing 20 posts - 1,901 through 1,920 (of 4,447 total)
  • Author
    Posts
  • in reply to: Template setting do not effect #26324
    Olly
    Admin & Mod

      assuming you are talking about the template cloudprint uses, you have to set it to be used in the cloudprint plugin settings

      in reply to: Paypal orders don't send emails to owner #26313
      Olly
      Admin & Mod

        >So, it was a PayPal issue and they wouldn’t really help,
        sounds familiar…it’s always someone else’s fault as far as they are concerned…
        in any event , glad it’s working for you again

        in reply to: Paypal orders don't send emails to owner #26294
        Olly
        Admin & Mod

          https://support.wp-pizza.com/paypal-gateway-extension/
          -> troubleshooting

          most likely (as is the case 99.9999% of the time when people have problems) your IPNs do not work

          clearly, i have not changed anything since yesterday so find out what changed your end

          in reply to: Different Prices !! #26289
          Olly
          Admin & Mod

            maybe i misunderstand. However, you said the following:

            > I have Pizza Hawaii Prices 6$ (Pick up Prices) and Delivery 6,60$,
            > and ex Pizza Parma 7$ (Pick up) and Delivery 8$

            so your Hawaii is 6.60 (delivery) 6 (pickup) – i.e discounted by -0.60 on pickup
            same for Parma e.g.
            8 (delivery) 7 (pickup) – i.e discounted by 1.00 on pickup

            so you need to discount those . if you use “cheapest etc” and use the restrictions to only apply the discount to set items, then that cheapest equals that one item.

            as your 2 items (Hawaii/Parma) are different and require a different discount you would have to set up 2 separate discounts, set the restrictions to those particular items (also checking the box to restrict to those) and enter appropriate amount.

            Again, the simple discount is – essentially – just a “spend [x] (min amount) get y (%/money) off” on the whole order .

            Anything more complicated you will need the “cheapest [x]…”
            (depending on what you need it to do the label may not always be 100% appropriate for your specific discounts , but there is no way to cater for every single idea/combination you could come up with)

            in reply to: Development site #26288
            Olly
            Admin & Mod
              This reply has been marked as private.
              in reply to: Different Prices !! #26283
              Olly
              Admin & Mod

                >I think plugin have bug in Simpel Discount

                no it hasn’t
                simple discounts work exactly like the discounts under wppizza->order settings (just that you can set more of them with a bit more granularity)
                i.e the minimum order required for the discount to apply is calculated based on the exclusions (or not as the case may be)

                for anythimg more complicated (i.e your scenario described above) you will need to use the “cheapest reduced” using requirements as needed

                in reply to: Different Prices !! #26267
                Olly
                Admin & Mod

                  sure,
                  that’s what that plugin allows

                  in reply to: Different Prices !! #26264
                  Olly
                  Admin & Mod

                    you could apply discounts with this when it’s pickup (or vice versa)
                    https://support.wp-pizza.com/downloads/wppizza-coupons-and-discounts/

                    in reply to: Pickup & Delivery Snippet ? #26263
                    Olly
                    Admin & Mod

                      no, sorry.
                      you can only decide if it’s pickup by default or delivery by default
                      (of course the customer can switch between the 2 if enabled)

                      in reply to: Navigation query #26262
                      Olly
                      Admin & Mod
                        in reply to: Navigation query #26213
                        Olly
                        Admin & Mod

                          > I want my page to look like https://support.wp-pizza.com/twentytwelve/….
                          simply use the twentytwelve theme

                          >My actually process is like…
                          that link is not viewable

                          >How to reduce white space between menu items…
                          just use css

                          in reply to: Add Ingredients Top Padding #26102
                          Olly
                          Admin & Mod

                            >Could it be theme related?
                            absolutely

                            use the z-index property

                            in reply to: After 00:00 Hour we make + 1 CHF to Produkcts Delivery #26099
                            Olly
                            Admin & Mod

                              there is a filter you could use

                              $surcharges = apply_filters('wppizza_filter_surcharges', $surcharges, $session, $options, $module);

                              (you probably do not need the 4th parameter and perhaps not even the third)
                              so something like

                              
                              add_filter('wppizza_filter_surcharges', 'my_surcharges', 10, 2);
                              function my_surcharges($surcharges, $session){
                              
                              /* 
                              do your calculations based on time, and whats in the cart (i.e $session) 
                              and return appropriate surcharges 
                              */
                              
                              return $surcharges;
                              }
                              
                              in reply to: Problem with Google cloudprint template #26065
                              Olly
                              Admin & Mod

                                excellent, glad you got it to do what you need it to do

                                in reply to: Problem with Google cloudprint template #26063
                                Olly
                                Admin & Mod

                                  sorry, I cannot advise you on your particular printer as I know nothing about it.

                                  I *do* know however that people use cloudprint with this *type* of printer (but perhaps from different manufactures – have a search here and you might find some ideas )

                                  the plugin just sends things to google cloudprint which in turn sends it to your printer
                                  how your printer then interprets things it was sent by google i have no control over .

                                  might be worth having a chat with the manufacturer of your printer and/or also adjusting the print template you are using (perhaps just a simple 50% fontsize or body width or something in the css settings of that template might work in your scenario)

                                  in reply to: Loyalty Program extension #26002
                                  Olly
                                  Admin & Mod

                                    it’s definitely somewhere on my list of things to do, but I cannot give you any ETA as to when this will be available.
                                    When it is, it will be listed under the extensions here
                                    https://support.wp-pizza.com/extensions/

                                    thanks

                                    in reply to: Mutli stores #25997
                                    Olly
                                    Admin & Mod

                                      Hi
                                      this extension would let you do that
                                      https://support.wp-pizza.com/downloads/wppizza-delivery-by-postcode/

                                      kind regards

                                      in reply to: Cannot install timed menu #25995
                                      Olly
                                      Admin & Mod

                                        this warning should not really matter when installing the plugin (although I will look at it for th enext update)
                                        however, can you please enable debug like so
                                        https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/
                                        and let me know if you can install it when you have done so ?

                                        thanks

                                        in reply to: facebook intergration #25964
                                        Olly
                                        Admin & Mod

                                          not to my knowledge

                                          in reply to: Increase/Decrease amount show double on desktop #25943
                                          Olly
                                          Admin & Mod

                                            cannot tell you anything without a link.
                                            chances are, your theme does things you will need to adjust with some custom css.
                                            those arrows are standard jquery ui elements

                                          Viewing 20 posts - 1,901 through 1,920 (of 4,447 total)