Remove some product tabs? - by Quallenaquarium

This topic has 7 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Stan Russell

  • Avatar: Quallenaquarium
    Quallenaquarium
    Participant
    September 24, 2015 at 16:09

    Hi Guys,

    i am wondering if i can remove some things on the single product page.

    For example on this site: http://quallenaquarium.net/shop/quallen-aquarium-cubic/

    How can i remove:

    1. The tab “additional information” called “Zusätzliche Informationen”?

    2. The field “product description” on top, called “Produktbeschreibung”

    3. The coupon field called “Gutschein?” on the cart site. (http://quallenaquarium.net/warenkorb/)

    Thanks a lot in advance.

    6 Answers
    Avatar: Quallenaquarium
    Quallenaquarium
    Participant
    September 24, 2015 at 16:11

    Oh and i forgot another thing:

    4. Remove the field “Mail to a friend” in german: “Schreibe einem Freund”

    Thanks 🙂

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 25, 2015 at 10:11

    Hello,

    1. You can remove tab as described in Woocommerce documentation:
    http://docs.woothemes.com/document/editing-product-data-tabs/

    2. Add this code in Theme Options > Custom CSS > Global Custom CSS:

    .meta-title {
      display: none;
    }

    3. You can disable coupon field in Woocommerce > Settings > Checkout tab and uncheck “Enable the use of coupons”.

    4. Use this css code:

    .product-information .email-link {
      display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: Quallenaquarium
    Quallenaquarium
    Participant
    September 28, 2015 at 20:07

    Hello Jack,

    thank you for your help. It all worked great.

    Beside No. 3.:
    I already unchecked that box to enable the coupons, thats why i was wondering why its still there. (http://quallenaquarium.net/warenkorb/)

    Any ideas?

    Thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 28, 2015 at 20:52

    Hello,

    Please try to add this code in Global Custom CSS.

    .woocommerce-cart .woocommerce h3.underlined{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Quallenaquarium
    Quallenaquarium
    Participant
    September 30, 2015 at 12:39

    Great, thanks a lot

    Avatar: stan
    Stan Russell
    Participant
    September 30, 2015 at 13:40

    Hello Quallenaquarium,

    is your problem solved?

    Regards,
    Stan Russell.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.