Okay
  Public Ticket #2755560
Translation of store / cart pages
Closed

Comments

  • spider-web started the conversation

    I read public tickets and have found that some Themes expression could be translated with the help of "Say What?" plugin. So I successfully translated products "Product Out Of Stock" and "Sale!" labels and "Next" "Prev" in portfolio pages - it was great and so easy!
    However, there is no way to translate such expressions on shop / cart pages:

    • Showing all 10 results 
    • Default sorting, Sort by popularity (and all similar)
    • Search products...
    • Subtotal:

    And in the cart page, there is no way to translate such expressions:

    • Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our ....
    • I have read and agree to the website ....


    Could you help and give a hint how to overcome the issue, please?

  •  933
    Neuron replied

    Hi,

    Some of those can be changed directly on the theme files, so can you please provide me with your wp-admin so I can change them for you, also tell me what you want to change them to.

    And as for the "I have read and agree to the website ...." you can translate it by downloading the following plugin and adding the following code to it.

    function child_theme_translation() {
        update_option( 'woocommerce_checkout_terms_and_conditions_checkbox_text', sprintf(  __( "I have read and agree %s", 'woocommerce' ), '[terms]' ) );
    }   
    add_action( 'init', 'child_theme_translation' );

    https://wordpress.org/plugins/code-snippets/

    Feel free to ask for anything you need.

    Kind Regards


  • spider-web replied

    Thank you, I successfully translated "I have read and agree to the website ...." with the help of code-snippets plugin. 
    I will send you a wp-admin and texts in local language in next (private) message.

  •  933
    Neuron replied

    Hi spider-web,

    I'm not seeing that you've sent any private messages to me.

    Feel free to ask for anything you need.

    Kind Regards