AbanteCart Community

AbanteCart Development => Customization help => Topic started by: madhurna on January 14, 2014, 03:30:20 AM

Title: Upload Option
Post 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.
Title: Re: Upload Option
Post by: abantecart on January 14, 2014, 11:52:16 AM
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.
Title: Re: Upload Option
Post by: madhurna on January 16, 2014, 07:58:22 AM
thanks a lot.