Hi Dynamicweb,
After activating this setting: /Globalsettings/Ecom/Cart/AutoLoginBeforeAddToCart the mail for forgot password is sent out twice due to the following lines of code in: EcomPageLoadNotificationSubscriber.vb
If Input.FormatBoolean(Base.GetGs("/Globalsettings/Ecom/Cart/AutoLoginBeforeAddToCart")) Then Dim Security As New Dynamicweb.Security() Security.ExtranetStart(page.ID) End If
Can you please try to limit the functionality in ExtranetStart() so this does not happen?
Best regards, Anders