• Resolved bulls_shark

    (@bulls_shark)


    Dear support team, thank you for the great plugin.

    I wanted to ask if it’s possible to get the “Available Options Button” under the Product Short Description.

    He’s about it now

    Many thanks for the support

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPXtension

    (@wpxteam)

    Hi,
    Thanks a lot for your interest in our plugin. Please try the following snippet:

    function pvt_available_btn_support(){
    	$pvtfw_available_btn = PVTFW_AVAILABE_BTN::instance();
    	remove_action('woocommerce_single_product_summary', array($pvtfw_available_btn, 'available_options_btn'), 11);
    	add_action('woocommerce_single_product_summary', array($pvtfw_available_btn, 'available_options_btn'), 21);
    }
    add_action('init', 'pvt_available_btn_support', 10);

    Let us know if this works for you

    Thread Starter bulls_shark

    (@bulls_shark)

    Hello, thank you very much, I will test it at the weekend

    Plugin Author WPXtension

    (@wpxteam)

    Please let us know if this works for you.
    Thank you

    Thread Starter bulls_shark

    (@bulls_shark)

    Many Thanks. Worked great. thanks for the support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Available Options Button’ is closed to new replies.