dotmailer / dotmailer-magento2-extension

The official Dotdigital for Magento2 extension
https://dotdigital.com/integrations/magento
MIT License
48 stars 63 forks source link

Abandoned carts: Guest campaign should be configurable on store view level #552

Closed mcardin-absolunet closed 4 years ago

mcardin-absolunet commented 5 years ago

https://github.com/dotmailer/dotmailer-magento2-extension/blob/30252dc257b8b412af9fb6b878b1f9830f8c2405/etc/adminhtml/system.xml#L549

Shouldn't the campaign to be sent to guests also be configurable on Store level? <field id="campaign_1" translate="label" sortOrder="40" type="select" showInDefault="1" showInWebsite="1" showInStore="1">

Let's take the example "Website A' with two store views: French and English

The campaign used for the "Website A" would be "DDG French campaign". Using the Website level configuration, guests from the store view English would therefore receive the DDG French campaign even if the "DDG English campaign" exists.

sta1r commented 5 years ago

@mcardin-absolunet Thank you for this. We will push a fix to activate guest AC campaign configuration at store level. I'll confirm once this is released.

sertlab commented 4 years ago

@mcardin-absolunet Fixed in 3.4.1. Thank you