New Landing How can we help? Atelier Is this an error? In sign-up line

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #213911
    peter4576
    Member
    Post count: 168

    Hi guys

    I have experienced quite a lot errors in my theme. So I dont know if this is only a design bug or a “real” bug.

    But the text is all in one line with no space after “hello xxxx”

    Also I got following questions:

    1. I would like a text saying “Hello NAME, Company”. Is it possible to some how tweak this?
    2. IS IT NOT YOU – text. Is it possible I can get this to go away? All of our customers will be themselves. We are pretty sure on that one. They all use their work-computers (b2b). So how can I remove this?

    Attachments:
    You must be logged in to view attached files.
    #214160
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    That text is located in the theme folder template file /atelier/woocommerce/myaccount/my-account.php.

    You can edit the text:

    	<?php
    	printf(
    		__( 'Hello <strong>%1$s</strong> (not %1$s? <a href="%2$s">Sign out</a>).', 'swiftframework' ) . ' ',
    		$current_user->display_name,
    		wp_logout_url( get_permalink( wc_get_page_id( 'myaccount' ) ) )
    	);
    
    	printf( __( 'From your account dashboard you can view your recent orders, manage your shipping and billing addresses and <a href="%s">edit your password and account details</a>.', 'swiftframework' ),
    		wc_customer_edit_account_url()
    	);
    	?>

    Thanks,
    David.

    #214623
    peter4576
    Member
    Post count: 168

    Thank you

    And you cannot comment if you think you will implement this in future release? Cos you must admit it looks somewhat squeezed, eh?

    #214904
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This is stock WooCommerce functionality, you can change the text easily as outlined in post #214160.

    – David.

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