Forum Replies Created
-
AuthorPosts
-
other than with css, no, not really
(and if you do that , the total will of course not seem to be a reflection of the combination of subotals , taxes etc etc displayed)i would guess just wrapping your query into an additional role check would do what you need
see here for example
https://wordpress.stackexchange.com/questions/5047/how-to-check-if-a-user-is-in-a-specific-roleyou should speak to your host what the exact path should be – this can be different on different servers
/tmpmay or may not work – it’s typical for many (afaik) hosts but certainly not all
it could also be
/var/lib/php5
/var/lib/php5/session
or a number of other thingsyou might also want to enable debug like so
https://docs.wp-pizza.com/troubleshooting/
and check your debug.log – it might tell you moreseems like a session issue
did you check this here
https://docs.wp-pizza.com/troubleshooting/?section=cannot-add-more-than-one-item-to-cart26 February, 2020 at 9:20 am in reply to: Buy plugins and move site from DEV to PROD – License topic #46716when 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://support.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://support.wp-pizza.com/downloads/wppizza-pickup-prices/hope that helps
12 February, 2020 at 4:10 pm in reply to: Private: 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….)
-
AuthorPosts