• Resolved mike8040

    (@mike8040)


    Nothing to be found on this or I missed it. Regarding the docs its sounds one can add own translations but which feature triggers the which customers gets which language.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Julian

    (@juliangk)

    Hello @mike8040,

    as the plugin does not alter content besides the footer and header, the content is managed by whatever creates it (WP or other plugins).

    You can use this filter to add your own localisation to the footer:

    add_filter('haet_mail_footer', function( $header ){
        return 'hello <strong>world</strong>';
    });

    “but which feature triggers the which customers gets which language.”

    Are you referring to WooCommerce System? Else, I kindly ask you to clarify this question. Our plugin does not trigger any e-mails, it only applies styling.

    Best regards
    Julian

    Thread Starter mike8040

    (@mike8040)

    Ok, than I may got confused by the docs. As I use PL and need to know about the workflow prior buying premium, can you clarify how emails get translated with PL? Is there a string translation given by your plugin that marks a text as translatable or do one need to create separate email templates for each language?
    For WMPL it sounds there is a dedicated button for multi lang.

    Hey @mike8040
    In our free version you can translate header and footer with out plugin. The rest of the content stays untouched.
    If you use WooCommerce and our WooCommerce email design add-on you can create individual emails for each language and each customer receives emails in the language the order has been submitted.
    This process is the same for WPML and Polylang.
    best regards, Hannes

    Thread Starter mike8040

    (@mike8040)

    Ok, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Does it work with Polylang or just WMLP’ is closed to new replies.