• pmaeght

    (@pmaeght)


    Hello,

    I’ve installed Sliced Invoices on my WP.
    I’ve created a quote and sent it by mail to my customer.
    Th customer receives the mail but when he clicks on accept button, nothing happens!

    Has somebody got the same issue?
    How to solve this?

    Thanks for help.

    pmaeght

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there

    Do you see any JavaScript error in your browser’s Console? Also I’d recommend you to turn WP_DEBUG on in order to know more about possible php and/or server-side errors. Maybe you have to temporary disable third-party plugins in order to make sure there is no plugin conflict happened.

    I hope this will help.

    My best,
    Andrew

    Thread Starter pmaeght

    (@pmaeght)

    Hi Andrew,

    Thanks for your answer.
    When I turn Debug mode ON and I brouse my Quote, this message appears:

    Notice: is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/tokelatrhl/www/wp-includes/functions.php on line 4161

    Thread Starter pmaeght

    (@pmaeght)

    I can also see this message in the web console:

    Uncaught ReferenceError: thickboxL10n is not defined
    at ?f=wp-includes/js/jquery/jquery.js,wp-includes/js/jquery/jquery-migrate.min.js,wp-includes/js/thickbox/thickbox.js&m=1542356127:4

    Patrick

    Hello Patrick

    It seems the reason is the is_feed conditional tag which should be used after the WordPress query is run. In your case you’re trying to call the query result before the query is processed. That’s the error message is about.

    But I can’t guess what exactly is happening on your side. I hope it helps. Please learn your code and I hope you’ll find the way to fix the issue.

    My best,
    Andrew

    • This reply was modified 5 years, 11 months ago by Andrew Reva.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quote accept button’ is closed to new replies.