External Download URL for each OrderItem
Posted: Wed May 05, 2010 6:28 am
Hello,
First of all, I've already read these posts:
viewtopic.php?f=45&t=7300&p=30533&hilit ... url#p30533
viewtopic.php?f=42&t=10722&p=45835&hili ... url#p45835
They are related but not exactly what I need.
The requirements are:
- When the order is placed I need to call an external WebService to get a unique download url for each digital good in the order. Where is the better place to make this request? The download server takes care about the security.
- I need a place to store the download url for each OrderItemDigitalGood. I've seen that neither, the OrderItem nor the OrderItemDigitalGood have a CustomField Property. What would be the better method to accomplish this? I've thought to create a new table with a FK to the OrderItem table but I don't like that idea very much.
- Finally I need to modify the notification email and the order page to replace the download url of each digital good in the order. I don't need help with this (I guess).
Thanks in advance.
First of all, I've already read these posts:
viewtopic.php?f=45&t=7300&p=30533&hilit ... url#p30533
viewtopic.php?f=42&t=10722&p=45835&hili ... url#p45835
They are related but not exactly what I need.
The requirements are:
- When the order is placed I need to call an external WebService to get a unique download url for each digital good in the order. Where is the better place to make this request? The download server takes care about the security.
- I need a place to store the download url for each OrderItemDigitalGood. I've seen that neither, the OrderItem nor the OrderItemDigitalGood have a CustomField Property. What would be the better method to accomplish this? I've thought to create a new table with a FK to the OrderItem table but I don't like that idea very much.
- Finally I need to modify the notification email and the order page to replace the download url of each digital good in the order. I don't need help with this (I guess).
Thanks in advance.