Hi,
I have a few questions about the current version of this extension.
- The
opt-in-status is always false. As defined in several places such as:
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?
Hi,
I have a few questions about the current version of this extension.
opt-in-statusis 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-statuswith Mailchimp can betrueorfalse. What is the reason for it hardcoded tofalseand 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?