Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    now the priority of the action ‘woocommerce_single_product_summary’ is 35.
    You need to remove action:

    remove_action( ‘woocommerce_single_product_summary’,’add_button_single_page’, 35);

    and add the action to another priority

    What files would I edit to move the button? Everything about the plugin seems to work, but the button shows up in the wrong place in my theme, so I need to move it. I can’t seem to find the file that actually calls the button, only the file that creates it.

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