New Landing How can we help? Atelier Changing Add to cart button to Inquire Now

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #276959
    sharozdawa
    Member
    Post count: 18

    Sir i want to change the Add to Cart button to “Inquire Now”. Please help me to do so .

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

    Hi,
    Please use this plugin https://wordpress.org/plugins/real-time-find-and-replace/. Hope it will help you sure.
    Thanks
    Mohammad

    #276984
    sharozdawa
    Member
    Post count: 18

    Sir this plugin cant do so can you tell if i can changed something inside inorder to change it

    #277055
    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 ) {
    	switch ( $translated_text ) {
    		case 'Add to cart' :
    			$translated_text = __( 'Inquire Now', $domain );
    			break;
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );

    Thanks
    Mohammad

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