Forum Replies Created
-
AuthorPosts
-
6 October, 2015 at 3:19 pm in reply to: I want to exclude some postcode/city/street from delivery? #13005
read the bit under “Note” here
https://support.wp-pizza.com/downloads/wppizza-delivery-by-postcode/6 October, 2015 at 2:21 pm in reply to: I want to exclude some postcode/city/street from delivery? #12997the only way to do that is to specifically include all the streets where you want to deliver to
>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
This reply has been marked as private.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
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
are there any error logs (assuming you turned on logging) ?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.many other wasy to do this, but this will probably do. tweak as required
in your themes functions.php addadd_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; }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 manufacturerThis reply has been marked as private.i know nothing about your printer or setup
i need at least admin access
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)
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…
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 )… -
AuthorPosts