Umut

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 68 total)
  • Author
    Posts
  • Umut
    Participant
      This reply has been marked as private.
      Umut
      Participant

        With the following settings, the popup has been disabled and the page is functioning well. However, on the order form, zip codes can still be selected.
        Popup Disabled

        The issue reoccurs with the following setting.
        Popup Disabled

        Umut
        Participant

          Debug.log:
          [27-Aug-2023 17:20:03 UTC] PHP Warning: session_start(): Session cannot be started after headers have already been sent in /home/httpd/vhosts/hofgutrestaurant.ch/httpdocs/wp-content/plugins/wppizza-preorder/v3/actions.php on line 1364

          Umut
          Participant

            Dear Olly,

            Cache plugin deactivated, it hasn’t changed.
            Plugin settings saved again, it hasn’t changed anything.
            I’m using Zip Code plugin version 5, which I updated today.
            It’s not just this page, but all my customers are having the same problem.
            I will also send you the log file later.

            Best regards,

            in reply to: Closed in-between times don’t work. #61933
            Umut
            Participant

              You are truly a resourceful person.
              I changed the “continue 2;” command in the “global.static.functions.inc.php” file to simply “continue ;” and it worked.

              I agree, hopefully this issue won’t occur again in the next update.

              in reply to: Closed in-between times don’t work. #61931
              Umut
              Participant

                Hello Olly,

                It’s Wednesday 12:30 PM (my time zone).
                The shop is open from 7:00 AM to 10:15 PM.
                However, it is closed between 10:30 AM and 5:00 PM.
                In this case, the shop should be closed, and a warning message should appear indicating that the shop is closed but pre-orders are allowed.

                Explanation 1:
                In the shopping cart, a warning message should appear: “We are currently closed. However, you can pre-order.
                The problem is that the text is not displayed because it does not recognize that the shop is closed between 10:30 AM and 5:00 PM.

                Explanation 2:
                If I place a pre-order between 10:30 AM and 5:00 PM, I can proceed to the checkout page.
                However, the text “Currently closed. Please select a time during our opening hours” is missing on the checkout page.
                This text usually appears above the delivery date in the order form.
                It is not displayed because the plugin does not recognize that the shop is closed between 10:30 AM and 5:00 PM.

                The main problem is that the shop continues to appear as open between 10:30 AM and 5:00 PM instead of closed.
                For me, the option “As soon as possible” is still displayed for the delivery date and time, even though the shop is closed.
                It should display the delivery date and time for pre-orders, which can be chosen by the customer.

                After these explanations, do you think everything is running smoothly, and there are no issues?

                Should I create a guide with images for you to properly check the problem?

                Best regards, and thank you very much for all your efforts.
                Umut

                in reply to: Closed in-between times don’t work. #61924
                Umut
                Participant
                  This reply has been marked as private.
                  in reply to: Closed in-between times don’t work. #61922
                  Umut
                  Participant
                    This reply has been marked as private.
                    in reply to: Closed in-between times don’t work. #61919
                    Umut
                    Participant
                      This reply has been marked as private.
                      in reply to: Closed in-between times don’t work. #61918
                      Umut
                      Participant
                        This reply has been marked as private.
                        in reply to: Closed in-between times don’t work. #61914
                        Umut
                        Participant
                          This reply has been marked as private.
                          in reply to: Closed in-between times don’t work. #61911
                          Umut
                          Participant
                            This reply has been marked as private.
                            in reply to: Closed in-between times don’t work. #61909
                            Umut
                            Participant
                              This reply has been marked as private.
                              in reply to: Closed in-between times don’t work. #61906
                              Umut
                              Participant

                                Dear Olly,

                                A few days ago, I sent you the link to https://test.umut.ch and the login credentials for WordPress. If you still have the login details, you can explore and observe the Closed Times on your own. Otherwise, I can resend you the login information.

                                Best regards,
                                Umut

                                in reply to: Closed in-between times don’t work. #61903
                                Umut
                                Participant

                                  Dear Olly,

                                  I installed updates today that were released by you. However, the issue is still present. The updates did not resolve the problem. Several of my customers have been affected because I had enabled automatic updates for WP Pizza and its related plugins.

                                  I kindly request a prompt solution.

                                  Best regards,

                                  Umut
                                  Participant

                                    Dear Olly
                                    Awesome, you saved my life. It now works quite well and appropriately.

                                    Two more good questions:
                                    1- would you like to add CSS export in the next update or version?
                                    This allows me to export customized CSS to my demo site and quickly import it from client sites with ease. SO you save a lot of time instead of typing everything again.

                                    2. Question about the street and number.
                                    In the past we didn’t use a number and only wrote “Street and No” above the street field. But some end users didn’t write any numbers and only by street name the courier had problems to find the customers. That’s why we have an extra field as “No.” added as in my screenshot.
                                    Now the number appears under the street name and that’s not nice.
                                    How can I place number behind the street?

                                    Screenshot for Street & Nr.

                                    Thank you very much
                                    umut

                                    Umut
                                    Participant
                                      This reply has been marked as private.
                                      Umut
                                      Participant

                                        I have no idea how to limit it on the right side. if you give me a little tip that would be nice.

                                        Here is my Print Template CSS

                                        And here is my wish:

                                        in reply to: Saferpay Warning #55183
                                        Umut
                                        Participant

                                          Do you mean to replace line 16 with the bottom code?

                                          $styles = apply_filters(‘wppizza_ingredients_filter_email_styles’, $styles );

                                          in reply to: Saferpay Warning #55181
                                          Umut
                                          Participant

                                            Dera Olly,

                                            It shall belong to you!
                                            Here is the content:

                                            —————————–

                                            
                                            <?php
                                            /*
                                            Plugin Name: WPPizza Custom Functions
                                            Description: WPPizza custom functions that run regardless of theme used (use instead of putting them into a theme's functions.php)
                                            Version: 0.1
                                            Author: ollybach
                                            Author URI: https://www.wp-pizza.com
                                            */
                                            /*
                                            add your filters/actions etc here
                                            */
                                            $styles = apply_filters('wppizza_ingredients_filter_email_styles', $styles );
                                            add_filter('wppizza_ingredients_filter_email_styles', 'myprefix_filter');
                                            function myprefix_filter($styles){
                                            $styles[ingrinfo] .= 'font-size:110%;';/* the 120% here overrides any previous font-size declaration for the element */
                                            return $styles;
                                            }
                                            

                                            Line 16 is the:

                                            
                                            $styles[ingrinfo] .= 'font-size:110%;';/* the 120% here overrides any previous font-size declaration for the element */
                                            

                                            Thanks

                                          Viewing 20 posts - 21 through 40 (of 68 total)