Olly

Forum Replies Created

Viewing 20 posts - 3,001 through 3,020 (of 4,446 total)
  • Author
    Posts
  • in reply to: I want to exclude some postcode/city/street from delivery? #13005
    Olly
    Admin & Mod
      in reply to: I want to exclude some postcode/city/street from delivery? #12997
      Olly
      Admin & Mod

        the only way to do that is to specifically include all the streets where you want to deliver to

        in reply to: after paypal redirection #12963
        Olly
        Admin & Mod

          >First I can’t see the above reply as its marked as private

          ah yes, because you are not the original poster. so only he and i can see it (however, there is nothing of any significance really in that post anyway, so don’t worry about it)

          mind you, it would be helpful/useful/advantageous for all if people started their own topic anyway – next time i guess….

          other than that, glad it works for you now

          in reply to: after paypal redirection #12949
          Olly
          Admin & Mod
            This reply has been marked as private.
            in reply to: after paypal redirection #12942
            Olly
            Admin & Mod

              did you also read the reply to the initial question here ?

              i.e versions etc….

              i cannot guess….

              also, what mysql version are you using

              in reply to: paypal gateway issue #12905
              Olly
              Admin & Mod

                then your ipn is not setup correctly in your live paypal account.
                the plugin behaves no different between sandbox and live (except of course that it uses your sandbox/live email respectively)

                check your history in the paypal account and see what it says and where to or if ipn’s were even sent

                in reply to: paypal gateway issue #12903
                Olly
                Admin & Mod

                  are there any error logs (assuming you turned on logging) ?

                  in reply to: Custom Text Header Plain-Text #12748
                  Olly
                  Admin & Mod
                    This reply has been marked as private.
                    in reply to: Custom Text Header Plain-Text #12747
                    Olly
                    Admin & Mod
                      This reply has been marked as private.
                      in reply to: Custom Text Header Plain-Text #12745
                      Olly
                      Admin & Mod
                        This reply has been marked as private.
                        in reply to: Custom Text Header Plain-Text #12744
                        Olly
                        Admin & Mod
                          This reply has been marked as private.
                          in reply to: Custom Text Header Plain-Text #12743
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            in reply to: Custom Text Header Plain-Text #12741
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: Custom Text Header Plain-Text #12738
                              Olly
                              Admin & Mod

                                many other wasy to do this, but this will probably do. tweak as required
                                in your themes functions.php add

                                
                                
                                add_filter('wppizza_filter_htmlemail_head','my_address');	
                                function my_address($markup){
                                	$markup.='<tr><td colspan="2">
                                		my address 1<br />
                                		my address 2<br />
                                		my address 3<br />
                                	</td></tr>';
                                return 	$markup;
                                }
                                
                                
                                in reply to: Order print end space #12737
                                Olly
                                Admin & Mod

                                  there is no additional space anywhere there

                                  however, this is html output.

                                  if your printer does not understand it, i would suggest you to go to wppizza->templates->print order , add a new template, set this new template to plaintext and to be used and then see if your printer can deal with that (edit the template settings as appropriate)

                                  other than that there is nothing else i would be able to suggest here.
                                  if you printer prints new lines where there are no new lines , you will have to ask the manufacturer

                                  in reply to: Order print end space #12724
                                  Olly
                                  Admin & Mod
                                    This reply has been marked as private.
                                    in reply to: Order print end space #12722
                                    Olly
                                    Admin & Mod

                                      i know nothing about your printer or setup

                                      i need at least admin access

                                      in reply to: Custom Text Header Plain-Text #12711
                                      Olly
                                      Admin & Mod

                                        first of all, there is no plaintextemail.php

                                        secondly, your screenshot is html format email, so even if plaintextemail.php existed your edits would do nothing there

                                        what exactly do you want to display there anyway ?

                                        perhaps using the “templates” options would be what you need / can use anyway instead of messing around with files (where you should be using action/filters anyway for this sort of thing instead of editing them directly)

                                        in reply to: Adding SKU to product? #12710
                                        Olly
                                        Admin & Mod

                                          ok, understand your issue.

                                          thing is, SKU’s (as well as stock management as it happens) are kind of out of the scope of this plugin…at least for now anyway.

                                          that is not to say that it won’t be part of it one day . however, as long as you are – quite literally – the only one that requests this , i don’t think it will be too high on the list of things to do.

                                          i’ll put it in the “requests box” so to speak, but cannot tell you when or indeed if…

                                          in reply to: Adding SKU to product? #12701
                                          Olly
                                          Admin & Mod

                                            not sure what’s wrong with putting it into the title …..!?

                                            it’s searchable , and appears in emails etc
                                            edit: actually let me check that (especially if using html tags , span or something, in the title )…

                                          Viewing 20 posts - 3,001 through 3,020 (of 4,446 total)