Digital Goods serial number generation
Posted: Tue Jan 22, 2008 11:31 am
Hello,
I am trying to change the serial key provider. For this I am creating a class which inherits from CommerceBuilder.DigitalDelivery.DefaultSerialKeyProvider and overriding AcquireSerialKey() to implement my custom serial key generation logic.
To generate keys for the correct product, I need the Product ID(s) or SKU(s). Does anyone know how I can access product information from the order?
Thank you in advance.
I am trying to change the serial key provider. For this I am creating a class which inherits from CommerceBuilder.DigitalDelivery.DefaultSerialKeyProvider and overriding AcquireSerialKey() to implement my custom serial key generation logic.
To generate keys for the correct product, I need the Product ID(s) or SKU(s). Does anyone know how I can access product information from the order?
Thank you in advance.