Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ELEXtensions

    (@elextensions)

    Hello @arthurerzingerdelima ,

    Greetings! If you’re not receiving quote email notifications, please check your site’s SMTP outgoing email settings and review the outgoing email logs to confirm whether the quote emails are being generated. If the quote emails appear in the logs, the issue likely lies with the SMTP server.

    Feel free to contact us if the issue persists.

    Thread Starter arthurerzingerdelima

    (@arthurerzingerdelima)

    Ok I will see that, I never used any SMTP plugins. Another question, how can I remove the quote page from my header menu?

    Plugin Author ELEXtensions

    (@elextensions)

    Hello @arthurerzingerdelima,

    To hide the quote list page from the menu header, you can either adjust your theme’s menu settings or comment out the code snippet provided below on your website.

    //add_action( ‘wp_nav_menu_items’, array( self::class, ‘add_minicart_to_header’ ) , 10, 2); under the file name plugin_folder/src/RequestAQuote.php

    Hope this clarifies! Please don’t hesitate to reach out to us if you have any questions.

    Note – Commenting on the code might cause the quote list page to be hidden from the menu header, depending on the installed theme of your website.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.