Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: How I can set list in subscription form? #97583
    Michal Salaj
    Participant

    But I don’t want all new subscribers be members of the default list. I have one list where are woocommerce order customer emails and second list (newsletter users with consent). I want to use subscription form, but want to store the users into this newsletter list. So no default list for new subscribers is solution for me.

    in reply to: Subscription messages in two different languages #94427
    Michal Salaj
    Participant

    create wpml-config.xml in wp-content/plugins/newsletter with this content:

    <wpml-config>
    <admin-texts>
    <key name=”newsletter”>
    <key name=”profile_text”/>
    <key name=”profile_email_changed”/>
    <key name=”profile_error”/>
    <key name=”confirmation_text”/>
    <key name=”confirmation_subject”/>
    <key name=”confirmation_message”/>
    <key name=”confirmed_text”/>
    <key name=”confirmed_subject”/>
    <key name=”confirmed_message”/>
    <key name=”unsubscription_text”/>
    <key name=”unsubscription_error_text”/>
    <key name=”unsubscribed_text”/>
    <key name=”unsubscribed_subject”/>
    <key name=”unsubscribed_message”/>
    </key>
    <key name=”newsletter_subscription_template”>
    <key name=”template”/>
    </key>
    </admin-texts>
    </wpml-config>

    and you will be able to use wpml string translation to translate messages

Viewing 2 posts - 1 through 2 (of 2 total)