New Landing How can we help? Atelier Remove Cart Text ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #255660
    dej888
    Member
    Post count: 181

    Hello,

    How can I remove this text and change it to something different?

    “note shipping and…”

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

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

    function sf_text_strings( $translated_text, $text, $domain ) {
    	if($translated_text=='Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.'){
            $translated_text = 'Your text'; // Just change it
            }
    	return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    

    Thanks
    Mohammad

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