New Landing How can we help? Cardinal Change various things about Products Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #154831
    miguelsoler
    Member
    Post count: 76

    Hi
    What I want, if possible, is amended product pages the following things:
     
    1.) change the word “Description” to “More info”

    2.) Remove the phrase “Leave Feedback”

    3.) go down the phrase “Category: bowtie.” Put it up above (better) or below to currencies

    Thank you very much !!!

    Miguel

    Attachments:
    You must be logged in to view attached files.
    #154909
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    $translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case 'description' :
    $translated_text = __( 'More Info', 'woocommerce' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    ?>

    2- Please use this custom css code:-

    span.leave-feedback{
    display:none !important;
    }

    Thanks
    Mohammad

    #155360
    miguelsoler
    Member
    Post count: 76

    Thanks Mohammad!!!!
    Great work!!!

    #155369
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Mohammad.
    -Rui

    #158450
    miguelsoler
    Member
    Post count: 76

    Hi Mohammad.
    I pasted this code in functions.php of child theme. And it works to perfection. But preoblema is not me “More Info” appears in the translation of Pluging WPML.
    How could solve the translation?

    Many Thanks.

    #158466
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can leave this translation in WPML.
    Thanks
    Mohammad

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