Title: RFQ Button Code
Last modified: July 4, 2023

---

# RFQ Button Code

 *  [ivo1961](https://wordpress.org/support/users/ivo1961/)
 * (@ivo1961)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/rfq-button-code/)
 * Hello,<span> </span>
 * we would like to customize the position of the RFQ Button.
 * What is the code of the button we should paste in the page?
 * Thank you.
 * Ivo

Viewing 1 replies (of 1 total)

 *  Plugin Support [Alberto Ruggiero](https://wordpress.org/support/users/witcher83/)
 * (@witcher83)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/rfq-button-code/#post-16870951)
 * Hello [@ivo1961](https://wordpress.org/support/users/ivo1961/)
 * you could try to use a snippet like this:
 *     ```wp-block-code
       if ( function_exists( 'YITH_YWRAQ_Frontend' ) ) {
       remove_action( 'woocommerce_single_product_summary', array( YITH_YWRAQ_Frontend(), 'add_button_single_page' ), 35 );
       add_action( 'woocommerce_single_product_summary', array( YITH_YWRAQ_Frontend(), 'add_button_single_page' ), NEW_PRIORITY );
       }
       ```
   
 * Where NEW_PRIORITY is the value of the new position. Set a value lesser than 
   35 to move it up, or greater to move it towards the bottom of the page

Viewing 1 replies (of 1 total)

The topic ‘RFQ Button Code’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-request-a-quote/assets/icon-128x128.gif?
   rev=3234570)
 * [YITH Request a Quote for WooCommerce](https://wordpress.org/plugins/yith-woocommerce-request-a-quote/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-request-a-quote/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-request-a-quote/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-request-a-quote/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-request-a-quote/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-request-a-quote/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alberto Ruggiero](https://wordpress.org/support/users/witcher83/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/rfq-button-code/#post-16870951)
 * Status: not resolved