• Resolved atlantis1525

    (@atlantis1525)


    I want to remove the ‘ek bilgi’ (‘additional information’) tab in the product data tabs. This information is already at the top of the page I designed. How can I delete the additional information tab?

    Also, reviews do not appear in the tabs. Is it not visible because no evaluation has been made yet? Thank you

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @atlantis1525,

    Thank you very much for reaching out to us.

    I have carefully reviewed your message and understand your concern.

    Currently, our plugin doesn’t have a built-in option to remove the “Additional Information” tab from the product data tabs.

    However, you can achieve this by leveraging the following shortcode and snippet:

    add_filter('woocommerce_product_tabs', 'remove_additional_information_tab', 99);
    function remove_additional_information_tab($tabs) {
        unset($tabs['additional_information']); // Remove Additional Information tab
        return $tabs;
    }

    Regarding the product review tab, it won’t be visible when there are no reviews on a product.

    I hope this helps. If you have any further questions, please don’t hesitate to let us know.

    Our support team is always here to assist you.

    Best regards,
    Tarek Aziz

    Thread Starter atlantis1525

    (@atlantis1525)

    Thank you for the code you provided. However, can you please tell me which file should I add this code to so that I don’t make a mistake?

    In addition, ‘Description’ and ‘Reviews’ titles appear again in the content of the Description and Reviews tabs. In the Reviews tab, I also want to translate the sentence ‘There are no reviews yet’. I searched the files from which I can make these and couldn’t find them.

    Topluluk Tarafından Doğrulandı simgesi
    • This reply was modified 10 months, 3 weeks ago by atlantis1525.

    Hi @atlantis1525,

    Thank you very much for your response.

    It was my pleasure. Yes, certainly. You can add the code to the functions.php file of your theme.

    As for translating the sentence you mentioned, I recommend using the “Loco Translate” plugin.

    I hope this helps! If you need any further assistance or have questions, please don’t hesitate to let me know.

    I will be more than happy to help.

    Wishing you a wonderful day ahead!

    Thread Starter atlantis1525

    (@atlantis1525)

    Thank your.

    I used loco translate, but I couldn’t find these words when I searched in the plugin.

    Topluluk Tarafından Doğrulandı simgesi

    Thanks for your response.

    Don’t worry; our support team will help you with this issue.

    Could you please open a ticket in our dedicated support center?

    https://woolentor.com/contact/

    We’re looking forward to resolving this for you as quickly as possible.

    Wishing you a wonderful day ahead! 🙂

    Plugin Author Zenaul Islam

    (@zenaulislam)

    Since your issue appears to be resolved or managed on your end, we have marked this ticket as resolved. If you encounter any further issues, please feel free to create a new ticket.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How can I delete ‘ek bilgi’ tab’ is closed to new replies.