New Landing How can we help? Atelier Product page description

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #215757
    jashank
    Member
    Post count: 75

    Hi

    Is it possible to change the term Description to something else?

    Thanks
    Jashank

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

    Hi,

    Add the code below to your functions.php of the child theme and replace My new description by your desired title

    add_filter( 'woocommerce_product_tabs', 'wc_change_product_description_tab_title', 10, 1 );
    function wc_change_product_description_tab_title( $tabs ) {
      global $post;
    	if ( isset( $tabs['description']['title'] ) )
    		$tabs['description']['title'] = 'My new description';
    	return $tabs;
    }

    Hope it helps.

    -Rui

    #215826
    jashank
    Member
    Post count: 75
    This reply has been marked as private.
    #215829
    jashank
    Member
    Post count: 75
    This reply has been marked as private.
    #215832
    David Martin – Support
    Moderator
    Post count: 20834

    Please add it before the closing PHP tag ?>

    -David.

    #215914
    jashank
    Member
    Post count: 75

    Thanks a lot David. As you can tell I am not a developer but figuring things as I develop the website. Really appreciate all the support you guys have given.

    Is it possible to add one more tab to that section i.e. Description, Additional information and one more?

    Do let me know

    Thanks
    Jashank

    #215933
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    To avoid changing the code try to use this plugin.

    Woocommerce Custom Tabs

    Hope it helps.

    -Rui

    #216010
    jashank
    Member
    Post count: 75

    Thanks Rui. Works Great

    #216011
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad I could help.
    -Rui

Viewing 9 posts - 1 through 9 (of 9 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