Skip to content

Commit ee44c8f

Browse files
author
Claude
committed
Added abandoned cart fields to artifact (need to wait for feature to be murged in)
1 parent 219780f commit ee44c8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Umbraco.Commerce.Deploy/Artifacts/StoreArtifact.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ public class StoreArtifact(GuidUdi? udi, IEnumerable<ArtifactDependency>? depend
6161

6262
public GuidUdi? ErrorEmailTemplateUdi { get; set; }
6363

64+
public GuidUdi? AbandonedCartEmailTemplateUdi { get; set; }
65+
66+
public int? AbandonedCartInactivityPeriod { get; set; }
67+
68+
public string? AbandonedCartLandingPageUrl { get; set; }
69+
6470
public IEnumerable<string>? AllowedUsers { get; set; }
6571

6672
public IEnumerable<string>?AllowedUserRoles { get; set; }

0 commit comments

Comments
 (0)