kentico_ivanat
-
5/16/2012 10:32:37 AM
RE:Upload a file with an order
Hi,
I discussed this with our developer and functionality is unfortunately not available in the current version.
You may customize shopping cart control (file:///<project>\CMSModules\Ecommerce\Controls\ShoppingCart\*)so that you will add a custom step in which file can be uploaded.
It can be created after step ShoppingCartPreview, i.e. the order has to be created first, otherwise you will not be able to upload a file.
To upload file you can use metaFileUploader. The advantage of this control is that you do not need to create custom field in the COM_* tables. The meta file will have the ID of order as a foreign key.
Best regards, Ivana Tomanickova
|