• Resolved guillaume72

    (@guillaume72)


    Hi

    In the settings, Quote List Menu tab you can choose to display and customize a designated Quote List Icon. If you do not wish to set up the Quote List Icon, a link appears in the menu. But there is no setting to choose which menu it should appear on (main menu, TopBar menu…) or define its location in the menu… Do you have a solution ?

    Regards

Viewing 1 replies (of 1 total)
  • Plugin Author ELEXtensions

    (@elextensions)

    Hello @guillaume72,

    Greetings from ELEXtensions! When you install the ELEX Request a Quote plugin and create a quote list page to display the quote form on your website, WooCommerce will automatically show all available pages in the theme header. This is a default functionality of WooCommerce and does not depend on the quote icon option.

    However, If you want to hide the quote list page on the menu header then you can check your theme menu settings or comment on the below code 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 1 replies (of 1 total)
  • The topic ‘Quote List Menu’ is closed to new replies.