Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is how I was able to change the position of request a quote button:

    Under plugin editor-> YITH Woocommerce-> find “yith-woocommerce-request-a-quote/includes/class.yith-request-quote-frontend.php”

    Find the line that says:

    //show button in single page
                add_action( 'woocommerce_single_product_summary', array( $this, 'add_button_single_page' ), 45 );

    Change the last number to make sure it’s higher then you “Add to Cart button” and then save. That should move the button. Good luck!

    Thread Starter 3XC

    (@sisintl)

    Thanks for the snippet but I can’t seem to get it stacked with the add to cart button. I can’t seem tot find in which woocommerce template the add to cart button code is in and when I do change the number it either goes under the product title or the meta data.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Quote Request Button’ is closed to new replies.