cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 - Customizable Options - Allow multiple files to be uploaded

SOLVED

Magento 2 - Customizable Options - Allow multiple files to be uploaded

Hi All,

 

I'm trying to find a way to allow customers to uploaded multiple logo files when they place an order for a personalised printed product.

 

I've set the product up with a customizable option with the option type being "File". This gives the customer the upload button, but no way of uploading a 2nd or 3rd file.

 

Any help would be appreciated!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2 - Customizable Options - Allow multiple files to be uploaded

Hi @harunmiah

 

Yes , Natively for customizable options of products -  only single file upload operation will be available.

 

Meaning you can select FILE option from the customizable option  and able to upload only single image.

 

If you want customer has able to upload 2 to 3 image then you need to create a 2 or 3 custom options for the same.

 

you can keep one option as an mandatory and rest like upload 2nd and 3rd logo field make it optional.

 

and if you want multiple upload files then it requires customization.

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

View solution in original post

6 REPLIES 6

Re: Magento 2 - Customizable Options - Allow multiple files to be uploaded

Hi @harunmiah

 

Yes , Natively for customizable options of products -  only single file upload operation will be available.

 

Meaning you can select FILE option from the customizable option  and able to upload only single image.

 

If you want customer has able to upload 2 to 3 image then you need to create a 2 or 3 custom options for the same.

 

you can keep one option as an mandatory and rest like upload 2nd and 3rd logo field make it optional.

 

and if you want multiple upload files then it requires customization.

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: Magento 2 - Customizable Options - Allow multiple files to be uploaded

Thanks ManthanDave,

 

I wish I'd posted the question here first - would have saved me hours of research!

 

I think I'm going to have to use some kind of extension.

 

Can anyone recommend one?

Re: Magento 2 - Customizable Options - Allow multiple files to be uploaded

Hello @harunmiah,

 

There is one good customizable options extension please refer it https://www.itoris.com/magento-2-custom-options.html

  • Visual Interface. Plenty of settings for developers and webmasters
  • Configure options for different store views separately
  • Different form styles: DIV-based (one field per row), Table-based (several fields in a row), Table-based divided into sections
  • Options display: on the product view, or in a popup after clicking "Configure" or "Add to Cart"
  • Conditional branching. Make field or a group of fields dependent
  • Ability to associate options to other products. If selected the associated product's inventory will be deducted after checkout
  • Text, Image and Color Swatches with ability to reload the Base Image. + Dropdown with color/image swatches NEW
  • Various validation rules
  • Create Tooltips for custom options and values NEW
  • Relative and absolute pricing, relative and absolute SKU, relative and absolute shipping weight 
  • One-time / setup fees based on custom options NEW
  • Quantity for options
  • Tier prices for options
  • Shipping weight for options
  • Ability to make fields visible for specific customer groups only
  • Options templates. Associate templates to multiple products in bulk using Mass-Actions
  • Ability to clone options
  • Fields: input box, text area, drop-down, multi-select, checkbox(es), radio buttons, file upload, date and time, image, HTML/DIV (embed video, description, terms and conditions, external plugins, special code, etc)
  • Ability to upload images for radio buttons and check boxes
  • Developer tools: set CSS classes to fields, edit styles inline, CSS and JavaScript editors integrated
  • Ability to Export/Import/Backup dynamic options via a file

--
If my answer is useful, please Accept as Solution & give Kudos

Re: Magento 2 - Customizable Options - Allow multiple files to be uploaded

Hi @harunmiah

 

Yes - Happy to help !

 

Regarding extension , you can refer below extensions and also check extensions demo first and whatever suites with your requirement then you can for it .

 

https://www.mageworx.com/magento-2-advanced-product-options-suite.html

 

https://store.magenest.com/magento-2/advanced-product-options.html

 

https://www.magedelight.com/advanced-custom-option-magento-2.html

 

https://www.itoris.com/magento-2-custom-options.html

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: Magento 2 - Customizable Options - Allow multiple files to be uploaded

Thanks to both of you for your suggestions, but none of those extensions have the file upload/attachment facility I require.

 

I have however found the following extensions that do what I want. The 1st one seems the most fully featured and probably the one I'll go for subject to further research.

 

https://marketplace.magento.com/magearray-module-orderattachments.html

 

https://marketplace.magento.com/meetanshi-magento2-order-attachment.html

 

https://marketplace.magento.com/vsourz-ordercomment.html

 

Thanks for your help guys!!

Re: Magento 2 - Customizable Options - Allow multiple files to be uploaded

Hi,

I do have the similar requirement where multiple files should be uploaded to the custom options of a product which is not present in native magento

And all the above modules are for during checkout process right and not for product custom options

Please update me if  i am missing anything here