Open outline4 opened 5 years ago
Hi there!
To answer your questions:
Regarding your syncing issue, how are you setting your sites base URL and your asset volumes base URL?
Hi,
Thanks for your answers!
The Option for signing up to different segments or groups in an audience would be really helpful for our usecase.
Regarding the synching issues: This is how it looks in the backend:
This is how we’ve defined our assets:
Base Url: @web/dokumente/bilder File System Path: @webroot/dokumente/bilder
Cheers Stefan
Am 03.09.2019 um 13:07 schrieb Tam notifications@github.com:
Hi there!
To answer your questions:
There aren't any at the moment, but we are in the middle of writing detailed documentation for all our plugins, so they should be available soon. Users can opt-in to marketing emails by checking the lightswitch that you specified in the "Field Mappings" section of the plugin settings. This field must appear either on the User or Order (or both). A logged in user can have it set on their account (but guests won't be opted in), or customers can opt-in on a per-order basis (so guests can opt-in as well), or you can have it on both. You can't specify a group for subscribers to automatically go into, but you can use segments to filter by customers that subscribed through the plugin. You can do this in Mailchimp by creating a new segment in your audience and setting the condition to "Signup Source" -> "Was" -> "API - Generic" -> "My Mailchimp Commerce API Key (whatever you named the API key you are using)". Regarding your syncing issue, how are you setting your sites base URL and your asset volumes base URL?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ethercreative/mailchimp-commerce/issues/11?email_source=notifications&email_token=AABDTJBCW7PHSPSYD4F2ZC3QHZAPJA5CNFSM4ITDENC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5X2ZDQ#issuecomment-527412366, or mute the thread https://github.com/notifications/unsubscribe-auth/AABDTJD66SLHJVUPZLRFZL3QHZAPJANCNFSM4ITDENCQ.
@outline4 What does your @web
resolve to? It might be that it's resolving to a relative URL instead of an absolute one. Craft normally recommends you use the $DEFAULT_SITE_URL
environment variable over @web
where possible.
Any news on the documentation? Difficult to troubleshoot things that may or may not be working as they should.
I have several questions about the plugin:
Are there more docs somewhere?
How can users opt-in for the Newsletter?
How does the template code look like?
Is there a possibility to add subscribers to specific groups of a mailchimp audience?
And I think there's a bug with synching:
When viewing the synched items, the images don't display because it sets the siteUrl twice: ´https://mysite.com/https:mysite.com/documents/images/…´
any help appreciated!
cheers
stefan