You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the opt-in-status with Mailchimp can be true or false. What is the reason for it hardcoded to false and not using the subscribed status of the user?
Our use case is that a customer can subscribe to the mailing list when he/she creates an account. However if opt-in-status is always false, the user is never subscribed. Assuming all of the above to be correct, then how would a user ever subscribe using this extension?
How do we avoid creating duplicate store names? for instance if I create a new Mailchimp settings and add a store name that matches my existing store name in Mailchimp, when the store data sync's it does not update the existing store, but rather creates a new store
Is this extension still under active development?
The text was updated successfully, but these errors were encountered:
Hi,
I have a few questions about the current version of this extension.
opt-in-status
is alwaysfalse
. As defined in several places such as:spree_mailchimp_ecommerce/app/presenters/spree_mailchimp_ecommerce/order_mailchimp_presenter.rb
Line 63 in ec776f0
spree_mailchimp_ecommerce/app/presenters/spree_mailchimp_ecommerce/user_mailchimp_presenter.rb
Line 15 in ec776f0
spree_mailchimp_ecommerce/app/presenters/spree_mailchimp_ecommerce/cart_mailchimp_presenter.rb
Line 28 in ec776f0
However the
opt-in-status
with Mailchimp can betrue
orfalse
. What is the reason for it hardcoded tofalse
and not using the subscribed status of the user?Our use case is that a customer can subscribe to the mailing list when he/she creates an account. However if opt-in-status is always false, the user is never subscribed. Assuming all of the above to be correct, then how would a user ever subscribe using this extension?
How do we avoid creating duplicate store names? for instance if I create a new Mailchimp settings and add a store name that matches my existing store name in Mailchimp, when the store data sync's it does not update the existing store, but rather creates a new store
Is this extension still under active development?
The text was updated successfully, but these errors were encountered: