Forum Replies Created
-
AuthorPosts
-
it’s a server issue and could be anything
i would suggest you google and eliminatehttps://www.google.co.uk/search?q=phpmailer%3A+Could+not+instantiate+mail+function
that said, if it worked fine for 2 days something MUST have changed.(software does not simply stop working if it stays the same)
perhaps your php setup ? a server upgrade of some sort ?
i cannot know.i did not even take this in:
>atm I’ve this snippet in my class.wppizza.order_execute.php:……please, please, please, learn how to use action and filter hooks
do not EVER edit core/plugin/wp files . thats PRECISLEY why filters and action hooks existmay i suggest: https://pippinsplugins.com/quick-introduction-to-action-hooks/
or indeed
https://www.google.co.uk/search?q=introduction+to+wordpress+hooksyou MUST learn about how WP actions and filters work if you want to do *any* kind of customisation of WP
are you editing the core files ?????
23 August, 2017 at 3:22 am in reply to: Shopping cart info doesn't carry over to order page on mobile only #30187>I apologize for not checking before asking.
no worries>Just panicked a little bit.
i know the feeling>I don’t know, why my code is so bad formatted
because you did not put it into code tags>This hook doesn’t call my function
because it’s wrong
you need toadd_action, notdo_actionhttps://developer.wordpress.org/reference/functions/add_action/
none of these warnings have anything to do with it
can i have access to your site please to have a look(either send it to me directly dev[at]wp-pizza.com) or post it here but make sure you mark the reply as private
thanks
turn on debug and see what it (the debug.log) says
http://docs.wp-pizza.com/troubleshooting/?section=enable-debug
see troubleshooting here
https://support.wp-pizza.com/downloads/wppizza-add-ingredients/probably the same issue
20 August, 2017 at 6:19 pm in reply to: Shopping cart info doesn't carry over to order page on mobile only #30073as much as i try, i cannot reproduce your described behaviour on your sites with whatever device i use
have you tried different devices? is it just the one you have issues with ?
20 August, 2017 at 1:59 am in reply to: Shopping cart info doesn't carry over to order page on mobile only #30063wppizza doesnt really distinguish between mobile and non-mobile site
so – i might be wrong though – it sounds like your host is doing some aggressive caching in mobile environments (though i cannot reproduce your described behaviour here)may i ask who is your host ?
(i might also be able to account for this in an update, but one step at a time)set closing times . that’s what they are for
(and refer to the help screen on admin pages – assuming WPPizza v3.x here)
>Even if i activate the old ones they dont show up under extensions?
that’s true. which is why the blur specifically states to update the extensions firstanyway, you should be able to download the latest from your account page here:
https://support.wp-pizza.com/my-account/simply overwriting the old files/plugins should get you – at least most of – your previous settings of your extensions back (but double check to make, sure as i do not know what version of v2.x you updated from)
>Do you think its some thing about my website hosting?
no, it’s probably because you are using an old version of one of the extensions/plugins/gateways
but i can only guess as you have not even provided a link to your site or given me any other infothe “my gateway” you are referring to is wppizza 2.x only and will not work with 3.x
3.x is COMPLETELY different and there is no documentation and/or dummy gateway (yet) regarding building your own gateways
(and the “credit card on delivery” dummy in the add-ons directory of v3 is already built in now anyway)also, which version of wordpress and php are you using
you are using an old/outdated version of the plugin
> so yes I AM restoring the backup that I regularly make.
yup, best way forward if the instructions were not followed (which explains a number of your issues)>So let’s please forget about this question
done:)>previous earlier question.
i’ll reply to that later by email (at least i know now which question you are referring to)
be aware your username you use here in the forum gives me pretty much no indication/link to any emails you send (i will never do a facebook and ask for real,personal info here on the forum – that’s a losers game anyway)you have to ask outlook that
the template is pure html which gets sent to outlook. what they do with it i have no control over
however, you could inspect the email source in outlook somehow i guess and see what they are doing with it (or perhaps there are some other settings you have set in outlook itself that do this )by default the customer data is left and right aligned, where as in your screenshot it’s all left aligned, so something is overriding things but only you will/might know what that is
This reply has been marked as private. -
AuthorPosts