Home Forums WoodMart support forum How to add more tabs

How to add more tabs

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #598708

    sohee7569
    Participant

    Hi, team

    Right now, I only see two more tabs in the product.
    How can I add more tab like Tab [3]?

    #598850

    Hung Pham
    Keymaster

    Hi sohee7569,

    Thanks for reaching to us.

    It seems you want to display short descriptions in tab as well. If you want to add more tabs you can do this from Theme Settings > Single Product > Tabs > Additional tabs.

    If you want to add more than 3 tabs and all of these are static information, then you can combine with 2 additional tabs in Product Setting of Single Product https://prnt.sc/RQPGowgjDQP2

    Please refer to this article https://woo.com/document/editing-product-data-tabs/

    Kind Regards

    #599017

    sohee7569
    Participant

    Hi, team
    I want to add one more additional tab that is not static information.
    I can add more tabs under Single Product settings which is shown for all products.
    However, I want to add one more tab that has different info for every single products such as Firmware, Manual, etc.

    Attachments:
    You must be logged in to view attached files.
    #599183

    Hung Pham
    Keymaster

    Hi sohee7569,

    You can use tabs in Product Setting of Single Product https://prnt.sc/RQPGowgjDQP2 to insert tabs for specific products.

    Please refer to this article https://woo.com/document/editing-product-data-tabs/

    Kind Regards,

    #599297

    sohee7569
    Participant

    Hi, team
    I know where to put individual tabs under each product as you mentioned.
    However, there are only 2 tabs and what I want to to is adding another ‘Tab’!

    Thanks

    #599363

    Hung Pham
    Keymaster

    Hi sohee7569,

    Unfortunately, there is no such option right now. You need to find a third-party plugin to achieve more functionality that best suits you.

    Best Regards

    #600865

    sohee7569
    Participant

    Hi, team
    Can you please delete or hide the ‘Additional Information’ tab?
    Only variable products with attributes have this tab, but we do not want this tab to be shown.
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #601149

    Hung Pham
    Keymaster

    Hello sohee7569,

    First of all, I am appreciate your patience.

    Check the article below for help: https://woocommerce.com/document/editing-product-data-tabs/#section-1

    Let me know if you have any additional questions.

    Kind Regards,

    #601209

    sohee7569
    Participant

    Hi, I just added the CSS code from the article you shared.
    However, the ‘Additional Information’ tab is still there.
    Can you please check?

    Attachments:
    You must be logged in to view attached files.
    #601493

    Hung Pham
    Keymaster

    Hello sohee7569,

    The place where you inserted code is used for CSS only while it’s PHP code.

    Please try to add the code in the functions.php file in your child theme.

    Kind Regards,

    #601511

    sohee7569
    Participant

    Hi, team

    I added the code in the functions.php file in woodmart child theme.
    But the ‘additional tab’ is still there. I added the screenshot.
    Can you please take a look?

    Attachments:
    You must be logged in to view attached files.
    #601668

    Hung Pham
    Keymaster

    Hello sohee7569,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS

    .tabs li.additional_information_tab{
        display: none;
    }

    Best Regards,

    #601790

    sohee7569
    Participant

    it works!
    Thanks!

    #601915

    Hung Pham
    Keymaster

    Hello sohee7569,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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