Forum Replies Created
- AuthorPosts
-
>(i think I have to edit the individual php files in the template folder). …..
NOOOOOO> It just isn’t on the print out.
i’ll look at that.
in the meantime though (and probably a better idea anyway):
go to each sites localization and set the appropriate header/title where it says:
Print Order Admin - [Header]: optional - for example your shops name
>food portal.
let me put it this way:
doable ? yes. but not without some coding you will have to do yourself to – essentially – built yourself a frontend that searches and redirects as requireddid you set the site title for your child sites ? (in general settings)
If he really only wants to run one website/shop where both have the same opening times, menus , prices – i.e absolutely *everything* is the same – you could do it with this
https://www.wp-pizza.com/downloads/wppizza-delivery-by-postcode/
post/zipcodes can be arbitrary in that plugin, so you do not have to say zip1, zip2 zip3 in the plugin, but shopA, shopB etc will also work and you can set the email as required
however, generally speaking – although not my business – you will probably find that one day your client says “oh, I want to close Shop-B 15 earlier” or “‘pizza napoli’ doesn’t sell in Shop-A, let’s take it off the menu” or any other random thing that is different between Shop-A and Shop-B.
At that point you will need 2 websites anyway (although they could of course be in a wordpress multisite setup)
just trying to save you some future headaches, but it’s up to you/him of course…once it’s added to the cart there is nothing you can change anymore apart from the quantity of that item (i.e you can have 2,3, more or none of the same
other than that you cannot modify this anymore
so assuming this is what you aer referring to, the answer is no I’m afraid
>We need a printer that works with http …
well, that’s got nothing to do with SMS at all then…oh well.
if you have a printer that connects to the net, you can do all sorts of other things (cloudprinting etc)>It is possible I can write you an e-mail …
probably the best idea. no need for those kind of conversations to fill up stuff here as it won’t really help anyone
=> dev[at].wp-pizza.comHi Lars,
somewhat I think Robert has fallen off the face of the planet (at least I don’t know of anyone who got a reply)
in any case, what exactly do you need it to do? Just send an SMS to a printer when an order gets received or some sort of 2-way “conversation” with a customer ?
reason why I am asking is that I do have a working version here, but it’s not yet as complete as I would like it to be.
However, if you are prepared to be a bit of a guinea pig I wouldn’t mind doing a bit of testing with your SMS printer (as I do not have or indeed need one) and get some feedback as to what it looks like for starters (in return you’d get the plugin naturally)having said that , as there will always be carrier costs involved, what I have here utilises the tm4b (tm4b.com) sms gateway.
not sure if the prices they charge would be suitable for you .
what country are you in ?if i am guessing correctly and you are in Denmark, they charge 0.04 GBP per/sms . Don’t know if that is a competitive/acceptable price where you are though…
Hi
a couple of things.
at the moment, other than crediting the customer back from from within the epay.dk inteface – although I suspect that’s not what you are after – that is not implemented
having said that, looking at the epay.dk API, this does not seem too difficult to do
I am however not quite sure under what circumstances you would want to reject an order that has been paid for. Would you mind elaborating so I can understand the purpose of this ?
thanks
hooray 🙂
>seems to be a little confusion with your previous reply
yeah, i think i confused myself there …no (for the moment at least), unless you edit the plugin directly.
thing is, that unless you have a slow server or paypal takes longer than normal (as it does sometimes admittedly) one would/should not ever or rarely actually be seeing that page, so i did not want to confuse the issue in having yet more things to deal with.
having said that, the paypal gateway is by far the oldest gateway in existence for wppizza.
most others actually have this setting available these days.one day I will change a bunch of things in there to bring it more in line with those (and make it less convoluted)
as about 95%+ of any issue that arise with any gateways are paypal related (and many times their end), i am just happy when it works as it is.
so for the moment, you’ll have to live with this I’m afraid (but as i said: more often than not noone actually should see that page)
i cant see you having updated it …
fixed (a simple missing . (dot) i accidentally took out in 2.1.7.4 )
>Only box for entering text is the “Text to display when order is cancelled”
you are right, that has moved into the main plugin (for consistency – as it’s the same for all/most gateways)
i’ll do some tests locally (i assume the problem is in conjunction with that SEO plugin again)
will get back to you – but not before tomorrow/sunday probablyThis reply has been marked as private.This reply has been marked as private.thats what it does ?! ( but i’ll double check with the SEO thing you have installed)
it’s not an image but the message you can set in the gateway settings (something like “processing etc etc)in a way with this:
https://www.wp-pizza.com/downloads/wppizza-add-ingredients/
have a look at some examples here:
https://www.wp-pizza.com/twentytwelve/our-menu/user/btw (and then I promise i shut up :)):
you will also break any other plugin that relies on their transients expiring at a specific time.
(sure, one could code around that, but why spend the time/effort if there’s a perfectly viable solution/setting that should be set )to explain how transients work:
they are set in seconds from now based on the current *server* time (not wordpress time/timezone)so, if – according to your wordpress install – it’s 4PM and I want to expire it in 1 hour (at 5PM), I will just set the transient to expire in 3600 seconds.
if the *server* time is 10PM it won’t expire at 5PM but at 11PM .
if the server time is the same as your wordpress timezone, everything is hunkydorythere is just not any good reason ever , why this should not be settable on a per site basis. (and if your host doesnt allow you to, get a another one)
PS: I do actually think WP could take account of this, alas, it doesnt (then again it would be reasonable to expect that the php settings are correct to start off with)
and now i really stop 🙂
> i’d suggest maybe a button to pickup and on the dropdown the postal areas only – I believe this maybe more obvious
that was my idea too 🙂
yeah sure, which is probably why php throws this warning (as it does on your server) when it isnt set
Warning: phpinfo(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone ‘UTC’ for now, but please set date.timezone to select your timezone.
> since viewers may be anywhere in the world.
so what ? the server isn’t !!
anyway, I am not going to argue that point any further, life’s to short
- AuthorPosts