Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Change product description position #108636
     maarten
    Participant
    COPY CODE
    add_action( 'init', 'wooDescrioption', 10 );
    
    function wooDescrioption() {
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 31 );
        remove_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
        add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
        add_action( 'woocommerce_after_single_product_summary', 'kleo_woocommerce_output_related_products', 20 );
    
    }

    This no longer seems to work, the function doesn’t remove the info to the right of the product image.

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?