• I would like to stop “Browse the List” from appearing in the add to quote link and put a button somewhere completely different and have is say something completely different and only have it appear if there are products in the RFQ list.

    Can anyone help me with this?

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

    (@yithemes)

    Hi, you can hide the Browse the List by css

    .yith_ywraq_add_item_browse_message {
    display: none; }

    or you can edit this template file
    yith-woocommerce-request-a-quote/templates/add-to-quote.php
    and remove the Browse the list part that is at line 17

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Remove “Browse The List”’ is closed to new replies.