microsoft / Dynamics365Commerce.Solutions

Repository for hosting the Dynamics 365 Commerce end to end sample solutions
Other
54 stars 26 forks source link

Extensions.AbandonedCartSample Issue - Detect abandoned carts and send notifications to customers Extension for D365 Commerce SDK - Ecommerce #218

Open 7411470095 opened 9 months ago

7411470095 commented 9 months ago

Commerce SDK Sample Issue

Summary

• We were trying to find the sample extensions for Abandoned cart in Commerce SDK where we couldn’t find anything. We found the MS blog for Retail SDK (https://learn.microsoft.com/en-us/dynamics365/commerce/dev-itpro/abandoned-cart-sample-app) • So we followed the MS blog for Retail SDK and taken the sample extension project (Extensions.AbandonedCartSample) for Abandoned cart and try to migrate in Commerce SDK. • We noticed that there is a NuGet Package “Microsoft.Dynamics.Commerce.RetailProxy” reference in the project which is deprecated in Commerce SDK . So we need to understand from Microsoft , Is the abandoned cart feature supports Commerce SDK ? If so , we need sample extension and implementation guide for the same. Please find the below screenshot for your reference.

Version and Error Info Sample Version:10.0.37

Extension Requirement We need extension to Detect abandoned carts and send notifications to customers for E-Commerce

Screenshots

image

7411470095 commented 9 months ago

Hi bradyd, Could you please update on this issue?

7411470095 commented 7 months ago

Hi Madyke / bradyd

could you please update on the issues? we have been waiting from long time for this :(

madyke commented 7 months ago

Moving this to Sergey since it looks like the corresponding internal bug work item has been assigned to someone on his team.

I'll ping that work item and have them update this thread once they have anything to share (looks like they've been discussing the best path forward to resolve this).

7411470095 commented 7 months ago

Thanks @madyke , Is there any update from team?

madyke commented 7 months ago

Hello @7411470095 - the team is in the process of migrating the old sample to Commerce SDK and is just in the process of end-to-end testing the scenario. Unfortunately, I don't have a date yet of when the new sample may be available.

In the meantime, I was given this as a possible simple workaround: "we can suggest the customer to replace the PackageReference in the AbandonedCartSample.csproj file from Microsoft.Dynamics.Commerce.Proxy.RetailProxy to Microsoft.Dynamics.Commerce.Proxy.ScaleUnit. This will help with the Solution build."

I haven't been involved with the work, so I don't have any context beyond that, but hopefully that helps unblock you for now while they finish migrating the sample.