Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sobe Friend
    #202056

    How does one remove the Joomshopping “Review” tab located below the product image?

    jooservices Friend
    #552870

    Hi there,
    The most easy way to do without touch into php code it’s use css to hide it.
    You can apply display:none to any element you want to hide.

    Thank you,
    Viet Vu

    Pankaj Sharma Moderator
    #552875

    Hi this tab is controlled by the jomshoping extension .
    You can disable this feature in joomshoping >>configuration / product>>>Allow comments for products: uncheck it .
    >>>> http://prntscr.com/4w1r7v

    Hope it helps you

    sobe Friend
    #552956

    Hi Pankajsharma, your suggestion doesn’t seem to work. I’ve disabled the features you mentioned, yet the review tab still shows up below the product image and to the right of the “Description” tab.

    Hi Jooservices, which file and code should I edit?

    jooservices Friend
    #552987

    Hi there,
    # You can apply to custom.css
    # Please provide your site URL, than i can check and provide detail solution.

    Thank you,
    Viet Vu

    Pankaj Sharma Moderator
    #553018

    Hello Sobe Review tab is hard coded in the custom theme that is only for Ja fixel .
    you need to remove/comment it from hard code of theme files OR you can use css tweaks to hide it. .

    If its work with css tweaks provided by Joosrvices you can apply them . (simple solution )
    OR
    go to
    componentscom_jshoppingtemplatesfixelproductproduct_default.php

    find this code

    <li><a href="#prod_review" data-toggle="tab">Review</a></li>
    and comment out like this >
    <!-- <li><a href="#prod_review" data-toggle="tab">Review</a></li> -->

    if you want to remove you can remove it .

    Hope it helps you.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Pankaj Sharma 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum