kentico_jurajo
-
3/3/2009 7:45:32 AM
RE:E-Commerce module with downloadable files
Hi,
In your case you can add one more step between the Order preview and Payment step. It is good the last step because here is made the redirection to payment gateway or to "Thank you" page. So, in the custom step, the shopping cart info will be still present so you can get the information about the Order ID and SKUIDs quite easy. Then, in this step you can have e.g. a repeater with custom query, where you will get the links (and display them in transformation) according to the SKUID and the WHERE condition of the query could be like: WHERE NodeSKUID = @SKUID. I hope it makes sense and it will help you.
Best Regards, Juraj Ondrus
|