New Landing How can we help? Themeforest Theme Support Joyn Remove "review" on product page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #208075
    froslev
    Member
    Post count: 21

    Hi,

    I would like to remove the option to write a “review/comment” on product pages called “anmeldelser” on danish. (See attachment)

    I’ve disabled page comments under theme settings, but i’m not sure if this is the right place to do so?

    On one of the product pages (http://www.leatherbyhand.dk/shop/clutch-black/), it seems to work as intended, but on every other product page, reviews/comments still enabled.

    Thanks,
    Mathias

    Attachments:
    You must be logged in to view attached files.
    #208077
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Your site it’s looking like this to me.
    https://www.dropbox.com/s/2n5m44zmbuofajz/Screenshot%202015-08-27%2011.16.57.png?dl=0

    It could be from the BetterWordPress Minify plugin.

    Can you disable all plugins except Woocomerce and SwiftSlider? Or can I do it to check the reviews?

    -Rui

    #208080
    froslev
    Member
    Post count: 21

    You can do it, no problem!

    The website is on maintainence mode, so it dosn’t matter!

    Thanks!

    #208083
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Ok will have a look.

    -Rui

    #230771
    froslev
    Member
    Post count: 21

    Hi again,

    Still not resolved?

    – Mathias

    #230828
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    add_filter( 'woocommerce_product_tabs', 'sf_woo_remove_reviews_tab', 98);
    function sf_woo_remove_reviews_tab($tabs) {
    unset($tabs['reviews']);
    return $tabs;
    }
    

    Thanks
    Mohammad

    #230878
    froslev
    Member
    Post count: 21

    Works perfect!

    Thanks,

    – Mathias

    #230879
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. Glad 🙂 to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register