Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 515 Bytes

2023-01-09-added-days-since-first-login-rule-condition.md

File metadata and controls

14 lines (14 loc) · 515 Bytes
title issue author author_email author_github
Added days since first login rule condition
NEXT-21041
d.neustadt
d.neustadt@shopware.com
dneustadt

Core

  • Added Shopware\Core\Checkout\Customer\Rule\DaysSinceFirstLoginRule
  • Deprecated Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule

Next Major Version Changes

IsNewCustomerRule to be removed with major release v6.6.0

  • Use DaysSinceFirstLoginRule instead with operator = and daysPassed of 0 to achieve identical behavior