Nested components are displayed at all times.
Only one of the nested components is displayed. The displayed component changes on page visit/refresh. The selection is made at random.
Only one of the nested components is displayed. The displayed component changes on page visit/refresh. The selection is made sequentially.
Nested components are displayed only to customers who:
- have an account and are currently logged in (and not necessarily made an order in the past),
- or have visited the site in the past according to
visited_status
cookie stored in their browser,
- and their account or the cookie is older than 24 hours.
Nested components are displayed only to customers who:
- are not currently logged in (however, they could be returning customers, but their status cannot be verified),
- nor have
visited_status
cookie stored in their browser.
- or are currently logged in, but their account (or the cookie) is not older than 24 hours.
Nested components are displayed only to customers who:
- have an account, are logged in and have subscribed to newsletter,
- or have
newsletter_status
cookie stored in their browser.
Nested components are displayed only to customers who:
- are not currently logged in (however, they could be subscribed to newsletter, but their status cannot be verified),
- nor have
newsletter_status
cookie stored in their browser.