Forum Replies Created
- AuthorPosts
- 26 February, 2020 at 9:20 am in reply to: Buy plugins and move site from DEV to PROD – License topic #46716
when you are done on your dev site, you can simply move it all to your live site
after that’s done de-activate the licenses on the dev site and then activate on the live site
hope that helps24 February, 2020 at 7:17 pm in reply to: hundreds of session files stored in tmp root folder #46688sessions are a php/server thing, not as such a wppizza plugin thing ( it just uses them)
so if the sessions do not get cleaned up there’s something amiss with the session settings at host level
you need to contact your host I’m afraid.this is nothing I have control over.
neither does the plugin mess around with the session setup
(though perhaps some other plugin does, but I would not know anything about that of course)24 February, 2020 at 2:47 pm in reply to: wppizza-pickup-prices plugin installed and errors with the PHP version #46685should be fixed in 1.0.6 , simply update the plugin when the update becomes available in your wordpress plugin admin (might take a little bit until it shows up)
Hmm, i’ll see if i can reproduce this somehow, but I cannot see how the the changes that were made in 3.10.10 – even the bug introduced there – could have affected this at all to be honest
24 February, 2020 at 1:00 pm in reply to: wppizza-pickup-prices plugin installed and errors with the PHP version #46681i can easily fix that i would think
(i’ll make an update available later today or tomorrow)
in the meantime, make sure you are not outputting errors, but log them setting the debug like so
https://docs.wp-pizza.com/troubleshooting/> it’s working now.
glad to hear itwhat exactly was not working with the add ingredients though as i am not quite sure how the broken 3.10.10 could have affected it ?
(so i can make sure this doesnt happen in the next update)can you please update to 3.10.11 (which is in effect 3.10.9 again) and tell me if this solves the issues ?
i seem to have broken something in 3.10.10 when trying to make things better, so 3.10.11 is – in effect – 3.10.9 again until i find out what may be the issuequick question (if you know):
did you have the same issue with 3.10.9 or only since 3.10.10 of the wppizza plugin ?
(if not applicable, let me know please. there’s something that had to change in 3.10.10 but *perhaps* with undesired effects though)ok , let me have a rummage around for a bit .
i’ll get back to you when i know more (might not be until tomorrow though…)that said, turning this off might *not* solve the underlying issue , but if it’s on it wont reveal the underlying issue
(if any)
(hope that makes sense)in short: if you turn it off and still have problems, let me know and we’ll investigate to get to the root cause of it …..
>Don’t tell me that’s causing the problem
errr, yes.
as it says:
“This must be OFF on production servers. Development/Testing only. (Will output full smtp connection log in your browsers console”)(admittedly, maybe that could be clarified somewhat, but if you have this on, orders will not work and it will only outputs smtp debug stuff for ….. debugging smtp issues)
do you have “wppizza -> settings -> use SMTP -> SMTP Debug” enabled ?
without at least a url/link , I cannot really do/say much….
use the “elements” attribute in the shortcode to change the order of title, prices etc etc
https://docs.wp-pizza.com/shortcodes/?section=by-categoryif you want prices left aligned, overwrite the css
( https://docs.wp-pizza.com/advanced/?section=frontend-css-styles-layout )
the center align below certain width, is set by using media queries – use your browsers element inspector to see what css is appliedIf you need more granular control of discounts, there’s this one here
https://www.wp-pizza.com/downloads/wppizza-coupons-and-discounts/However, if you simply want to have lower prices for your products if the customer chooses pickup, then I think this is what you might be looking for
https://www.wp-pizza.com/downloads/wppizza-pickup-prices/hope that helps
12 February, 2020 at 4:10 pm in reply to: Google Cloud Print will be disabled on December 31, 2020 #46572PS: I made an exception with the goodcom printer plugin as those thermal printers seem to be somewhat popular and provide an API – (albeit not that easy to configure as that API is not exactly the most userfriendly/intuitive thing on the planet….)
12 February, 2020 at 4:06 pm in reply to: Google Cloud Print will be disabled on December 31, 2020 #46571>I will be happy even if computer/device has to be on, if that will print automaticky
yes, i understand that, but if you are happy with a computer being running , then various solutions (if you want to call it that) already exist from what i can see i.e https://appuals.com/how-to-prints-emails-and-attachments-automatically/
no need to re-invent the wheel I would thinkalternatively, as far as i know, there are also already plenty of printers that can poll an email address and print out what’s in the email queue.
Essentially, I/We are looking for something that can print directly from the site when an order is received without any computer being in between. Furthermore, I will only spend time developing such a thing if it is somewhat universally usable, i.e something that works for more or less all or at least a majority of printers, not something that needs a different plugin for each different printer or some such
12 February, 2020 at 2:13 pm in reply to: [customers to choose the time to pick up their order] #46569@umut
i think what you meant to say was : there’s the pre-order plugin for that
https://www.wp-pizza.com/downloads/wppizza-preorder/(i don’t think anybody would want to preorder a plugin/software …… lol)
Hi
i can see why you might want to do that.
However, I do not think it will be that easy to implement unfortunately.
I’ll see what I can do, but cannot make any promises at the moment I’m afraidthe giveaway is also that – when you view the source of your pages – they start with
[some space /tab/here]<!DOCTYPE html>
instead of just
<!DOCTYPE html>
(i.e some space/tab or whatever is being output before the html)
- AuthorPosts