Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1406281

    Victor50000
    Participant

    Hello!

    I would like to enable product tabs (Additional information/Product description) only for one specific product.

    URL: http://repulse.digisera.se/butik/webbutbildningar/repulse-grundkurs-webbutbildning/

    Would you please help me with this?

    Thanks alot!

    #1406342

    Prasant Rai
    Moderator

    Hello Victor,

    Thanks for writing in!

    You can use Custom Product Tabs for WooCommerce plugin.

    https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/

    Thanks.

    #1407722

    Victor50000
    Participant

    Thank you!

    #1407824

    Thai
    Moderator

    You’re most welcome 🙂

    #1409644

    Victor50000
    Participant

    Hi again.

    Actually, that plugin looks great and it will come to use. But I don’t understand how to make product tabs appear only for one specific product.

    I want to add specific terms for one product, but I don’t wan’t the tabs at any other products.

    If you could help me with this, I would be so happy!

    Thanks!

    #1409844

    Rupok
    Member

    Hi there,

    Thanks for writing back! Let’s enable the Tabs first and then we could provide some code to hide this for other products. Currently I can’t see any tabs.

    Cheers!

    #1409968

    Victor50000
    Participant

    Hi again,

    Okay, I have enabled the Tabs.

    Only want them for product

    http://repulse.digisera.se/butik/webbutbildningar/repulse-grundkurs-webbutbildning/

    with ID: 1302

    Thanks!

    #1410576

    Lely
    Moderator

    Hi There,

    Please use this custom CSS. Add it on Appearance > Customize > Custom > Edit Global CSS:

    .woocommerce div.product .woocommerce-tabs { /*Hide those tabs by default*/
        display: none;
    }
    .postid-1302.woocommerce div.product .woocommerce-tabs { /*Override above CSS and display it for specific product*/
        display: block;
    }

    Hope this helps.

    #1410775

    Victor50000
    Participant

    Worked perfect.

    Thank you so much!

    #1410973

    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1426188

    Victor50000
    Participant

    Hello again!

    Could you also help me to remove the “additional descpription” tabs from a product – but let the tab from Custom Tabs “Användarvillkor” remain? http://repulse.digisera.se/butik/digital-arbetsbok/remanga-digital-arbetsbok/

    Would like this for products with id: 1601, 1600, 1599

    Thanks alot 🙂

    #1426596

    Friech
    Moderator

    Hi There,

    Navigate to Appearance > Customize, on the Customizer under the WooCommerce panel turn off the Additional Information Tab.

    Cheers,