Addional tab and other details change while product import

This topic has 8 replies, 3 voices, and was last updated 4 months, 3 weeks ago ago by Luca Rossi

  • Avatar: ubansal
    ubansal
    Participant
    November 15, 2024 at 11:06

    how can i use my own additional information of my products for example

    Gross weight-
    Diamond weight-

    with each product having different data i want to import it while importing products. pls guide me

    sazunajewellers.com

    Files is visible for topic creator and
    support staff only.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2024 at 12:42

    Hello,

    Thank you for reaching out to us.

    The “Additional Information” tab will only show if the product has weight, dimensions or attributes (with “Visible on the product page” checked https://prnt.sc/QZxqRU4VwF5S ).

    Best Regards,
    8Theme’s Team

    Avatar: ubansal
    ubansal
    Participant
    November 15, 2024 at 13:36

    how can i create own tab with which shows each product dynamic details . so that while product upload i can set the details in sheet

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2024 at 16:01

    Hello,

    Could you kindly provide a specific example of the desired outcome?

    Best Regards,
    8Theme’s Team

    Avatar: ubansal
    ubansal
    Participant
    November 15, 2024 at 19:55

    pls check

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    November 18, 2024 at 05:19

    Dear @ubansal,

    We would like to inform you that product attributes can be displayed under the “Additional Information” tab.

    For guidance on importing product attributes, we recommend reviewing the following articles:

    – [How to Import Product Attributes in WooCommerce](https://www.wpallimport.com/documentation/how-do-i-import-product-attributes-in-woocommerce/)
    – [WooCommerce: Import Products with Attributes](https://www.webtoffee.com/woocommerce-import-products-with-attributes/)

    We hope you find this information helpful.

    Best regards,
    8Theme Team

    Avatar: ubansal
    ubansal
    Participant
    November 18, 2024 at 19:46

    how do i hide the additional tabs?

    Avatar: Justin
    Luca Rossi
    Support staff
    November 19, 2024 at 05:33

    Hi @ubansal,

    Please add the following code under functions.php file locates in your XStore child theme:

    
    add_filter( 'woocommerce_product_tabs', 'bbloomer_remove_product_tabs', 9999 );
      
    function bbloomer_remove_product_tabs( $tabs ) {
        unset( $tabs['additional_information'] ); 
        return $tabs;
    }
    

    Hope it helps!

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.