• im a wordpress beginner developer and want some help to place my attributes under the product title but cannot decide where to make changes for that anyone can help ? i just added a plugin for that but it just adding some fix html code but i want attributes of every single product over there.

    • This topic was modified 2 years, 8 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can use this code

    function custom_wc_display_product_attributes(){
        global $product;
        wc_display_product_attributes( $product );
    }
    add_action( 'woocommerce_single_product_summary', 'custom_wc_display_product_attributes', 6 );
    Thread Starter hassan0609

    (@hassan0609)

    This code is not working and showing complete code on the top of the site you can see using the link

    Thread Starter hassan0609

    (@hassan0609)

    sorry i was just messing with the php tags now its showing but with its complete panal i just wated the text but i can do some css for that box if its not working like that..
    BTW thanyou for that

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize product page Details’ is closed to new replies.