New Landing How can we help? Cardinal Button "Proceed checkout" WooCommerce

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #250829
    essaulsanchez
    Member
    Post count: 3

    Hi: No button looks good and I can not translate it. How can I solve that? Thank you.

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

    Hi,
    Please use this custom css code:-

    .bag-buttons a.checkout-button{
    padding:10px 0px !important;
    }

    And paste this code at functions.php of child theme.

    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    	switch ( $translated_text ) {
    		case 'Checkout' :
    			$translated_text = __( 'Ir a caja', $domain );
    			break;
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    
    ?>
    

    Thanks
    Mohammad

    #251143
    essaulsanchez
    Member
    Post count: 3

    Thanks! 🙂

    #251146
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    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