AbanteCart Community
AbanteCart Development => Customization help => Topic started by: madhurna on January 14, 2014, 03:30:20 AM
-
Dear AbanteCart Team,
We are eStore for rubber stamps. The order has to be fulfilled based on the matter that need to be engraved on the stamp.
Please know how to incorporate an upload file 'option' while placing an order, so that customers may upload their PDF/Doc file based on which stamps may be created.
-
You can accomplish this with file file attribute type.
You can create required attribute for the product with type file and make it required.
If you want this to be done only per order, you can get 'order attribute' extension in the store.
-
thanks a lot.