mubi

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 41 total)
  • Author
    Posts
  • in reply to: Missing Postcode in HTML order email #4553
    mubi
    Participant

      Thanks very much dear Olly. It is so nice of you.
      Is it possible to show additives also with Ingredients

      in reply to: HTML E-Mail Format #4509
      mubi
      Participant

        Thanks very much for providing this function

        in reply to: filter customer details in html emails #4508
        mubi
        Participant

          THANKS VERY MUCH

          in reply to: HTML E-Mail Format #4495
          mubi
          Participant

            In some orders Tax is shown and in others not. Tax is set to 7% on all items
            Tax

            in reply to: HTML E-Mail Format #4494
            mubi
            Participant

              Thanks for your reply.
              I want to make only one label BOLD, but as I understood from
              <tr><td style=”<?php echo $htmlEmailStyle[‘mailPadding’][‘2×15’] ?>;vertical-align:top”><?php echo $v[‘label’]; ?></td><td><?php echo $v[‘value’]; ?><td></tr>
              I cannot Handle single values. I can only change the format of all Values.
              Any advice?

              in reply to: EMail Subject #4453
              mubi
              Participant

                Thanks very much SIR

                in reply to: EMail Subject #4432
                mubi
                Participant

                  I know the value of your help. It is so nice of you. Thanks very much.

                  in reply to: Items sorting problem #4417
                  mubi
                  Participant

                    I have solved the issue by adding this code into my function.php.
                    /*************************************************************************
                    Sorting: source= http://wordpress.org/support/topic/sort-posts-alphabetically-1
                    ***************************************************************************/
                    function wpsf_orderby( $query ) {
                    if ( is_admin() || ! $query->is_main_query() )
                    return;
                    // do conditional checks here and return on false.?

                    {
                    remove_action( ‘pre_get_posts’, __FUNCTION__ );
                    add_filter( ‘posts_orderby’, function() { return ‘ post_title ASC’; } );
                    }
                    }

                    add_action( ‘pre_get_posts’, ‘wpsf_orderby’ );

                    in reply to: Orders even if shop is closed #4364
                    mubi
                    Participant

                      The plugin “PREORDER” is also more than perfect. Exactly as all of your other work regarding WP-PIZZA. Thanks

                      in reply to: Orders even if shop is closed #4363
                      mubi
                      Participant

                        The plugin “Timed Menu” is more than perfect. Thanks

                        in reply to: Orders even if shop is closed #4354
                        mubi
                        Participant

                          YES PLEASE

                          in reply to: play sound when new order arrives (admin) #4326
                          mubi
                          Participant

                            Perfect. Thanks

                            in reply to: deactivating featured images #4316
                            mubi
                            Participant

                              I wish you to always have INTERNET ACCESS by your side. Because only this can give us a hope to get our problems solved. Thank you very much for your help.

                              in reply to: Missing Postcode in HTML order email #4267
                              mubi
                              Participant

                                Issue comes after enabling the option
                                “Some Countries/Jurisdictions require another, final , non-editable confirmation page before sending the order.”
                                After disabling it, Postcodes is visible. Please check this function. Thanks

                                in reply to: Missing Postcode in HTML order email #4265
                                mubi
                                Participant

                                  No nothing else but according to your instructions in forum I have added some lines in my function.php. Btw I have sent you login details from my site with admin rights to your email. It is just a test site, so you can send orders etc. And you can also make changes in admin section. I will be really thankful for your help.
                                  One thing I must say at the end, your Plugin is just SUPERB, Affordable and very easy to configure.

                                  in reply to: Missing Postcode in HTML order email #4260
                                  mubi
                                  Participant

                                    I have just tried with the original file and default (txt) again. here is the result
                                    ==============================================================================
                                    Name : Mubi
                                    E-Mail : 00000 @ gmail.com
                                    Telefon : 0000000
                                    Strasse : Stuttgarterstr. 30
                                    Nachricht :

                                    1x 31) Salami Party (40×60 cm) [€ 18,50] € 18,50

                                    Ihre Artikel: € 18,50
                                    Lieferkosten-frei :
                                    inkl. MwSt. 7.0%: € 1,22
                                    Gesamt: € 18,50
                                    ==============================================================================
                                    I need after Strasse a line with the selected Postcode through user.

                                    Thanks for your help

                                    in reply to: Missing Postcode in HTML order email #4259
                                    mubi
                                    Participant

                                      Yes I editted the file. But issue with no Postcodes exists even in original template too. I also have sent you an email with admin access to my site.

                                      in reply to: Missing Postcode in HTML order email #4257
                                      mubi
                                      Participant
                                        This reply has been marked as private.
                                        in reply to: Top-seller #4247
                                        mubi
                                        Participant

                                          Thanks very much. I will love to have this function

                                          in reply to: Post code must be selected first #4215
                                          mubi
                                          Participant

                                            Thanks very much.
                                            Is there any option to show a category, Top-seller which includes 10 Top-sellers to the menu automatically?

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