Olly

Forum Replies Created

Viewing 20 posts - 2,681 through 2,700 (of 4,446 total)
  • Author
    Posts
  • in reply to: Found a bug: Post/Zip Code and Preorder… #16738
    Olly
    Admin & Mod

      ok, will have a look and let you know when i know.

      you *might* find that at least “after all formfields” or *before all…* works. (as a temporary workaround for it to at least perhaps make a bit of sense)

      we are just talking about the positioning of the “post/zipcode” input . right ?
      (the other seems to be in your screenshots from what i can see)

      in reply to: Link add to cart #16737
      Olly
      Admin & Mod

        i guess you could just create an image and use the same classes that are used for the normal prices.

        i would suggest you use the shortcode [wppizza type='add_item_to_cart_button' id='6'] id being the id of your menu item
        and have a look what it outputs (it’s the classes and id’s you will need )

        then adjust the elements (span/div) to use images instead

        in reply to: Found a bug: Post/Zip Code and Preorder… #16735
        Olly
        Admin & Mod

          will have to try to reproduce this here first.
          what versions of the plugin(s) are you using there …?

          in reply to: Coupon error #16731
          Olly
          Admin & Mod

            already fixed in 1.4.2

            in reply to: Coupon error #16724
            Olly
            Admin & Mod

              thanks for the report.easily fixed in an update.

              (though you should not ever output any notices/warning etc on a production site anyway , but log them instead)

              in reply to: Select your post/zipcode and time delivery #16704
              Olly
              Admin & Mod

                you would need this
                https://support.wp-pizza.com/downloads/wppizza-delivery-by-postcode/
                and the set the relevant option in the options tab of that plugin

                hope that helps

                in reply to: Link add to cart #16703
                Olly
                Admin & Mod

                  sorry, I don’t think I understand the question.

                  in reply to: Possible to show Ingredients on Initial Page Load? #16638
                  Olly
                  Admin & Mod

                    you’re welcome

                    in reply to: Possible to show Ingredients on Initial Page Load? #16636
                    Olly
                    Admin & Mod

                      PS: maybe it’s less than 50% . dunno . I’m not going to spend time finding out though

                      in reply to: Possible to show Ingredients on Initial Page Load? #16635
                      Olly
                      Admin & Mod

                        >Is it technically possible, via a semi-quick solution
                        no

                        >wondering if it’s possible
                        sure, everything is possible. you just need to re-write about 50% or so of the plugin

                        in reply to: Possible to show Ingredients on Initial Page Load? #16633
                        Olly
                        Admin & Mod

                          >is there a way to have the ingredients section show up on the initial page load

                          no , because your page/site will grind to a halt with all the queries that would have to be made at the same time.

                          You could trigger a click on an individual item on page load through via jQuery if you wanted, but it will only work on one item. you will not be able to “autoshow” so to speak more than one.
                          (so this might be an option if you know there’s only one item on a page)

                          in reply to: Free delivery if item in cart #16618
                          Olly
                          Admin & Mod

                            > Is there a way to offer a simple discound that is applied only ONCE to the total order if a certain product is added to the cart?

                            i guess a “simple discount” -> x.xx off total (x.xx being the delivery charges) , delivery only, EXCLUDE all others by category and/or item

                            in reply to: Custom product availability #16614
                            Olly
                            Admin & Mod

                              i updated the code (was missing the line that actually instanciated the class)

                              in reply to: WPPizza & Polylang #16598
                              Olly
                              Admin & Mod

                                you have in internal (500) server error (obiously).
                                that could be absolutely anything.

                                i would suggest you turn on debug and check your error logs

                                in reply to: Custom product availability #16597
                                Olly
                                Admin & Mod
                                  in reply to: WPPizza & Polylang #16588
                                  Olly
                                  Admin & Mod

                                    to quantify a bit. The plugin supports WPML and (at least tries to be) WPML compatible.
                                    So if that same issue exist with WPML I will look into it

                                    in reply to: WPPizza & Polylang #16587
                                    Olly
                                    Admin & Mod

                                      Sorry, I cannot offer support for other plugins.

                                      in reply to: Customize PDF #16577
                                      Olly
                                      Admin & Mod

                                        just select whatever print template you want to use in the cloudprint plugin and and edit that as required

                                        in reply to: Print multiple times #16573
                                        Olly
                                        Admin & Mod
                                          in reply to: Make discount option visible for non logged in users #16572
                                          Olly
                                          Admin & Mod

                                            feel free to type whatever you want to type wherever you want to type it
                                            you could also selectively display your message with a conditional in an action/filter of some sort if the user is not logged in.
                                            something like

                                            
                                            <?php
                                            if ( !is_user_logged_in() ) {
                                                echo 'special discounts for registered users';/*or whatever you want to say */
                                            }
                                            ?>
                                            

                                            there are endless ways to do this really

                                          Viewing 20 posts - 2,681 through 2,700 (of 4,446 total)