This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #73898
     russayres
    Participant

    In another thread I found a solution (see code below) to move the WooCommerce product tabs to below the short description and image gallery, and fill the width of the page.

    It seemed to work for the person in the original thread, but for me, the description now appears below the ‘Related Products’ which doesn’t really work!

    Any suggestions?

    ========================================================
    add_action( ‘init’, ‘wooDescription’, 10 );

    function wooDescription() {

    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 31 );
    add_action( ‘woocommerce_after_single_product’, ‘woocommerce_output_product_data_tabs’, 10 );

    }

    #73903
     sharmstr
    Moderator

    Try this instead: http://sharmstr.com/woocommerce-tricks/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?