• Resolved sibichan

    (@sibichan)


    I need the woocommcerce tab in below the add to cart. For that iam using the beow code. Your plugin not working with this code. If I remove the below code it will work. How to fix this issue ?

    /* Move the product tabs below the summary*/
    remove_action('woocommerce_after_single_product_summary','woocommerce_output_product_data_tabs', 10 );
    
    add_action('woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );

    I need like this https://i.imgur.com/TEx0xe9.png

    • This topic was modified 2 years, 5 months ago by sibichan.
  • The topic ‘Plgin not working if we use custom code’ is closed to new replies.