Product Tab - by OPTBRAS - on WordPress WooCommerce support

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

  • Avatar: OPTBRAS
    OPTBRAS
    Participant
    October 13, 2015 at 09:00

    Hello,

    We would like to change the name of the Product tab… the one in the image.

    can you let me know if i can use CSS or whether i have to change the html and what file this would be?

    Many thanks

    8 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 13, 2015 at 09:14

    Hello,

    Please read more in this article:
    https://docs.woothemes.com/document/editing-product-data-tabs/

    Regards,
    Robert Hall.

    Avatar: OPTBRAS
    OPTBRAS
    Participant
    October 13, 2015 at 09:43

    Thank you very much. Would you happen to know if i use the Customise tab like below, how can i get the VC content to show? It seems to disappear if i had the snippet to my functions –

    Customise a tab ↑ Back to Top
    The following snippet will replace the description tab with a custom function

    add_filter( ‘woocommerce_product_tabs’, ‘woo_custom_description_tab’, 98 );
    function woo_custom_description_tab( $tabs ) {

    $tabs[‘description’][‘callback’] = ‘woo_custom_description_tab_content’; // Custom description callback

    return $tabs;
    }

    function woo_custom_description_tab_content() {
    echo ‘<h2>Custom Description</h2>’;
    echo ‘<p>Here\’s a custom description</p>’;
    }

    Many thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 13, 2015 at 12:00

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: OPTBRAS
    OPTBRAS
    Participant
    October 13, 2015 at 12:53

    below 😉

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 13, 2015 at 14:26

    Hello,

    Now your site is showing a blank page. Please check the issue.

    Best regards,
    Jack Richardson.

    Avatar: OPTBRAS
    OPTBRAS
    Participant
    October 13, 2015 at 16:23

    Apologies im hosting has gone down, hopefully will be sorted out shortly

    Thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 14, 2015 at 08:01

    Hello,

    Please let us know when the site is online again.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: stan
    Stan Russell
    Participant
    October 14, 2015 at 08:08

    Hello OPTBRAS,

    please let us know when your site will be back online.

    Regards,
    Stan Russell.

  • Viewing 9 results - 1 through 9 (of 9 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.