New Landing How can we help? Themeforest Theme Support Neighborhood Shopping bag button text

Viewing 16 post (of 16 total)
  • #159366
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I used this php code at function.php of child theme.

    function sf_text_strings( $translated_text, $text, $domain ) {
    //$translated_text = strtolower($translated_text);
    $pos=stripos($translated_text, 'shopping bag');
    if ($pos !== false) {
    $translated_text  = str_ireplace('shopping bag','Suitcase',$translated_text);
    $translated_text = __( $translated_text, $domain );
    
    }
    return $translated_text;
    }

    Thanks
    Mohammad

Viewing 16 post (of 16 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