Arcadier's default configuration mandates all users (seller and buyer) to upload their profile image during the user's onboarding phase.
Configuring the image upload to be non-mandatory can be done through the custom code editor. This is only available on a paid subscription (Express).
Adding the custom code will enable the marketplace to allow users to skip the step of uploading an image during their onboarding process. This will affect both sellers and buyers.
Adding code on JavaScript editor in admin portal
Log in to your administrator's portal, click on "Customize", "Custom codes". The code will be added into the "Footer Code (Javascript only)" editor.
Copy and paste the code below on the Footer Code (Javascript only) editor:
setTimeout(function () {
$(".page-settings .image-upload-container #input-photo").removeClass("required");
}, 600);
Click "save".
Arcadier will not be responsible for the support and maintenance of these codes or the bugs that may arise when Arcadier does its regular updates.
If you require any further customisations through custom codes, kindly contact the custom coders here.