Olly

Forum Replies Created

Viewing 20 posts - 1,841 through 1,860 (of 4,446 total)
  • Author
    Posts
  • in reply to: Error: WP Error: cURL error 35 #27573
    Olly
    Admin & Mod

      try this line instead
      curl_setopt($this->ch, CURLOPT_SSLVERSION, 6);
      TLS lower than 1.2 is disabled on wp-pizza.com (for good reason)

      forget that. this would affect the cloudprint itself, not the license screen. that’s something completely different. I misunderstood.

      I’ll have to dig around a bit

      which version of wppizza and cloudrpint plugin are you using ?

      in reply to: Order History Edit #27569
      Olly
      Admin & Mod

        >Its much more easier to summ up.
        the reports page already does that ….. just saying

        in reply to: Error: WP Error: cURL error 35 #27555
        Olly
        Admin & Mod

          hmm, i know nothing about win servers really.
          however – though that’s just a wild stab in the dark – you could try the following
          (make a backup of the file you are editing – if it falls over revert to that backup)

          in the plugin you find the following file

          /inc/HttpRequest.Class.php

          on approx line 49 you will find
          curl_setopt( $this->ch, CURLOPT_HTTPAUTH,CURLAUTH_ANY);
          right AFTER that ADD
          curl_setopt($this->ch, CURLOPT_CAINFO, ''.ABSPATH . WPINC . '/certificates/ca-bundle.crt');

          and save. let me know if that fixes it (or any other/different errors you might get)

          in reply to: Error: WP Error: cURL error 35 #27553
          Olly
          Admin & Mod

            to start off with whats your
            OS and OS version
            libcurl version
            php version
            openssl version

            did you also/already speak to your host about this ? this is a server/setup issue

            in reply to: Multiple Printers #27547
            Olly
            Admin & Mod

              please read the notes next to the “Printer ID” settings in WPPizza -> Cloudprint

              Olly
              Admin & Mod

                without seeing your additives setup i cannot really comment

                in any event:

                > [wppizza showadditives=”1″] was for some reason pulling in one of the food categories…

                which is the expected/correct behaviour

                [wppizza type=’additives’] shows the additives
                https://support.wp-pizza.com/topic/wppizza-shortcodes/

                in reply to: Order History Edit #27516
                Olly
                Admin & Mod

                  try something like this in your functions.php

                  
                  add_filter( 'wppizza_filter_orderhistory_order_info', 'my_orderinfo_add_total', 10, 4 );
                  function my_orderinfo_add_total($markup, $order_id, $customer_details, $order_details){
                  	
                  	/** add total after $markup['last_update'] **/
                  	$markup['last_update'] .='<div>'.__('Total').': '.wppizza_output_format_price($order_details['total']).'</div>';
                  	
                  	return $markup;
                  }
                  
                  
                  in reply to: Don't show preselected ingredients on print order #27473
                  Olly
                  Admin & Mod

                    > The customer must be able to deselect it if he wants,
                    but how would you know he did that if it’s not shown ? (other than knowing and remembering for each product what was there in the first place)

                    anyway, it works differently (for precisely that reason), so here are a couple of suggestions

                    you could enable
                    “WPPizza->Ingredients->options : Show de-selected pre-selected ingredients ?”
                    which will say “no pineapple” if it’s deselected

                    alternatively , you could add an ingredient called “No Pineapple” (without it being preselected) and allow the customer to select this.

                    generally speaking anything that’s selected will be shown (preselected or otherwise)

                    As a sidenote: Do you really need to allow someone to deselect pineapple from a Hawaii pizza?
                    that really just makes it a normal pizza, no ?
                    Surely noone will even consider ordering a Hawaii pizza if he/she doesn’t want pineapple in the first place – but that’s just my thoughts there ….

                    in reply to: Changing Font Size in Print Order #27416
                    Olly
                    Admin & Mod

                      the cloudprint plugin does not set any margins (unless you specifically set them of course, but that’s not the default
                      if cloudprint itself does so , please refer to the documentation there

                      Olly
                      Admin & Mod

                        i am aware of that .
                        it also says so at blog.wp-pizza.com that hooks have changed

                        please also do not post the same question multiple times…
                        https://wordpress.org/support/topic/hook-after-successful-order/

                        in reply to: Changing Font Size in Print Order #27403
                        Olly
                        Admin & Mod

                          you must take out the

                          white-space:nowrap;
                          from
                          #header #blogname td

                          if you increase fontsizes globally without linebreaking things it will proportionally shrink to fit the page

                          in reply to: Changing Font Size in Print Order #27398
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            in reply to: Authorize.net Turning off GET requests #27322
                            Olly
                            Admin & Mod

                              the plugin was updated to that effect almost a year ago now. (June 2016 to be precise)
                              see changelog here
                              https://support.wp-pizza.com/downloads/wppizza-authorizenet-gateway/

                              in reply to: Reorder #27306
                              Olly
                              Admin & Mod

                                this is actually part of wppizza 3.x (just doing some more checking there and writing the documentation)
                                but if you want , you can try it out here (re-purchase would need to be enabled in wppizza->order setting)

                                blog.wp-pizza.com

                                in reply to: Time picker not showing for Preorder Plug-in #27272
                                Olly
                                Admin & Mod

                                  sorry, but i cannot help you
                                  you are asking me to debug someone elses plugin

                                  the datepicker shows up just fine if used normally on a wordpress website (yours too)

                                  if it doesnt when used with your other plugin that makes your site into an app, you will have to ask them . i know nothing about how your other plugin does things

                                  in reply to: Copy of COD Gateway #27261
                                  Olly
                                  Admin & Mod

                                    you should be using

                                    ….\wp-content\plugins\wppizza\add-ons\wppizza-gateway-no-creditcard-template.zip

                                    unzip and read the docs inside

                                    in reply to: Time picker not showing for Preorder Plug-in #27248
                                    Olly
                                    Admin & Mod
                                      This reply has been marked as private.
                                      in reply to: Time picker not showing for Preorder Plug-in #27236
                                      Olly
                                      Admin & Mod
                                        This reply has been marked as private.
                                        in reply to: Time picker not showing for Preorder Plug-in #27234
                                        Olly
                                        Admin & Mod

                                          I can’t tell you anything without a link…

                                          in reply to: Sofortüberweisung gateway problem #27192
                                          Olly
                                          Admin & Mod

                                            >But it was working before…
                                            with WP<4.7 - please refer to the changelog
                                            https://support.wp-pizza.com/downloads/wppizza-sofort-gateway/

                                            >Shall I just update to latest version?
                                            yes. updates exist for a reason (for example WP 4.7 did not even exist when v 1.1 of the sofort gateway was released)

                                            >Do I need to do all the configuration and steps again
                                            no

                                            >What is your recommended way of update of this plugin?
                                            clicking on “update plugin” in the plugin screen

                                          Viewing 20 posts - 1,841 through 1,860 (of 4,446 total)