Olly

Forum Replies Created

Viewing 20 posts - 2,221 through 2,240 (of 4,447 total)
  • Author
    Posts
  • in reply to: autocomplete textbox not refreshing delivery charge #22282
    Olly
    Admin & Mod

      this should now be fixed with the latest update to the post/zipcode plugin (v3.10.8)

      in reply to: Order articles come with extra price :/ #22230
      Olly
      Admin & Mod

        PS: they are not double prices , but the single item price

        in reply to: Order articles come with extra price :/ #22228
        Olly
        Admin & Mod

          something like the following in your functions.php

          
          add_filter('wppizza_filter_order_item_markup', 'my_filter_orderpage_items');
          function my_filter_orderpage_items($markup){
           unset($markup['price']);
          return $markup;
          }
          
          in reply to: autocomplete textbox not refreshing delivery charge #22212
          Olly
          Admin & Mod

            ok, i see what you mean.
            in the meantime – as i believe that will make it work – you could enable “popup on pageload” in the settings screen of the plugin (might be a good idea anyway)

            seems to me i did not add the functionality on the order/checkout page when nothing was set yet
            i’ll have to investigate in more detail. might take a few days though

            in reply to: autocomplete textbox not refreshing delivery charge #22206
            Olly
            Admin & Mod

              without a link i cannot comment

              in reply to: Multiple branches of the a restaurant #22182
              Olly
              Admin & Mod

                as you are using the postcode plugin, the orders will/can be sent to the relevant restaurant / email already

                if you want the order history to be separate you will have to set up 2 separate sites (or using subsites in a multisite setup)

                in reply to: Show all coupons in one Promotion Page? #22180
                Olly
                Admin & Mod

                  see the shortcodes in the “howto”

                  wppizza -> coupons/discounts -> howto tab

                  in reply to: Multiple branches of the a restaurant #22179
                  Olly
                  Admin & Mod

                    i don’t understand the question (or the problem)

                    in reply to: cant add item in cart #22095
                    Olly
                    Admin & Mod

                      your shop is closed at the moment, so i cannot see.
                      however, typically it works like this:

                      if you say NO to location tracking, the address field is empty, so you cannot order as it’s a required field

                      if you say YES but your location is outside your delivery area the address field is also empty, so you still cannot order as it is still a required field

                      if that isn’t the case, have you tried clearing your cache / cookies ?

                      in reply to: cant add item in cart #22076
                      Olly
                      Admin & Mod

                        you didn’t put a cart on the page

                        in reply to: Using Templates (print order) for emails #22073
                        Olly
                        Admin & Mod

                          As the underlying code between the print default template and a/the drag/drop email template is the same in large parts, I would have thought just adding a new (format html) email template, doing a bit of dragging and dropping (if needs be, the default is probably just like your print template regarding the order of things) and perhaps removing the background colours of the css (body/main table) would do the job

                          in reply to: cant add item in cart #22059
                          Olly
                          Admin & Mod
                            in reply to: Social Login #22045
                            Olly
                            Admin & Mod

                              wherever you want to put it ….
                              i really don’t understand the question here

                              in reply to: shopping cart login #22044
                              Olly
                              Admin & Mod

                                sorry, but this IS a “separated issue”
                                the original post here is about some login widget of some sort,

                                your post is about theme/sidebars

                                in reply to: Most suitable theme for WP-PIZZA #22026
                                Olly
                                Admin & Mod
                                  in reply to: Social Login #22021
                                  Olly
                                  Admin & Mod

                                    >but want also to have support for social login if possible?
                                    then you have to add a social login widget somewhere

                                    in reply to: shopping cart login #22019
                                    Olly
                                    Admin & Mod

                                      @ Zia Khan
                                      >But even I cannot find a way to enable a normal Login button
                                      then you have either registrations disabled or are logged in (or both)

                                      @ drmt
                                      as this is unrelated to the original post, please start your own – new topic
                                      https://support.wp-pizza.com/topic/forum-rules-read-me-before-posting/
                                      (furthermore, if your theme doesnt provide sidebars, you should speak to the theme author or use a different theme. this has nothing to do with wppizza really)

                                      in reply to: shopping cart login #21957
                                      Olly
                                      Admin & Mod

                                        1) “Is it possible to add “Cart” widget? ”

                                        I suspect you are looking for an additional display of what’s in the cart (as a cart widget exists already of course)
                                        what about the option in the widget that says “Add small cart to top of screen if main cart not in view” ?

                                        2) see https://support.wp-pizza.com/topic/social-login/

                                        in reply to: Social Login #21956
                                        Olly
                                        Admin & Mod

                                          not sure what you mean by using a “social login for placing order”
                                          if you mean using a social login widget of some sort to login then i am sure there are many plugins out there that let you add a login widget of that sort whereever you want it to be

                                          if you want it to replace the login provided by wppizza on the orderpage,
                                          you could add a widget (presumably via some shortcode) using the

                                          wppizza_order_form_before action hook and – probably – remove the wppizza login form by running a

                                          remove_action( ‘wppizza_order_form_before’ , ‘wppizza_do_login_form’ );

                                          or some such

                                          in reply to: Customizing CSS problem #21867
                                          Olly
                                          Admin & Mod

                                            i would suggest you use your browsers element inspector to find out where it comes from / which rule gets applied

                                          Viewing 20 posts - 2,221 through 2,240 (of 4,447 total)