
09-11-2015, 12:41 PM
|
 |
Ecwid Team
|
|
Join Date: Mar 2014
Posts: 1,512
|
|
Quote:
Originally Posted by Sino
Hi is there a way to limit 1 file per file upload button? I have customers who need to upload one file for the front side and one file for the back side, customers get confused and choose more than 1 file for the front side for example, allowing me to confirm with them the order every time they make a mistake like that. I would think the purpose of a file field option should be for 1 file not multiple files, If i need multiple files I would just add more options.
|
Hello!
Thank you for this interesting question.
In fact I have found solution quicker than I thought  We can just remove "+" button in upload file pop-up.
Here is the code for you:
Code:
html#ecwid_html body#ecwid_body button.ecwid-uploadPopup-addButton {
display: none;
}
You should paste this code in your active custom CSS theme in Ecwid Control Panel > Settings > Design.
So once you do this there will be no button that lets your customers upload more than 1 file for specific product option.
Hope this helps.
__________________
Sergey G., Ecwid Team
------------------
Welcome to our Help Center with a lot of answers and tips!
Last edited by Sergey; 09-11-2015 at 12:43 PM.
|