World-Class Consignment (2024)

Online Consignment Form

Get the Consignment Process started by completing the following form. We look forward to learning more about your vehicle and sharing with you why we own the leading Consignment Program in the country.

Contact

Vehicle

3

Photos

Upload Photos

* = Required Fields

Front *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/bc8d18e607/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvYmM4ZDE4ZTYwNy8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"MoVI2zkQHEKJ741PAWLZ4WlYSTc=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo1_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Driver Side *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/8632646a00/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvODYzMjY0NmEwMC8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"sRpipENAVgkqEder5hYlJ2kXCVA=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo2_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Rear *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/28356ba6b7/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvMjgzNTZiYTZiNy8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"9ZY3aAhQuPQlNSeQST9B81t6vTE=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo3_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Passenger Side *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/2ececf757c/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvMmVjZWNmNzU3Yy8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"nopcsMzepjREesMlB9ZiHDfynhk=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo4_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Engine Bay *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/c2b45f4f2b/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvYzJiNDVmNGYyYi8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"EHz4dAjhtM1jjsWNu8bSy60npgQ=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo5_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Driver Side Interior *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/f35c4c16db/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvZjM1YzRjMTZkYi8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"FCIg+TZT1PWc4VDFVsysGoJV07E=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo6_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Trunk *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/f0ef51e7c4/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvZjBlZjUxZTdjNC8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"soiCggr8T7y+aaSNiLuOaXuYEtw=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo7_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Passenger Side Interior *

"); var barContainer = $("

").append(progressBar); var $fileNamesContainer = form.find('[data-photo-names][data-uploader-id="' + uploaderId + '"]'); var formData = {"AWSAccessKeyId":"AKIAUL65f*ckAHU4AN2WN","key":"rkm/dm_uploads/ea4cbcfcf1/${filename}","policy":"eyJleHBpcmF0aW9uIjoiMjAyNC0wNS0xM1QxMzo0NjoxNloiLCJjb25kaXRpb25zIjpbeyJidWNrZXQiOiJkZWFsZXJhY2NlbGVyYXRlLWFsbCJ9LFsic3RhcnRzLXdpdGgiLCIka2V5IiwicmttL2RtX3VwbG9hZHMvZWE0Y2JjZmNmMS8iXSx7InN1Y2Nlc3NfYWN0aW9uX3N0YXR1cyI6IjIwMSJ9LHsiYWNsIjoicHVibGljLXJlYWQifV19","signature":"DRnHrdSFfxrzlFcQt2n3ChMR0Kk=","success_action_status":"201","acl":"public-read"} fileInput.fileupload({ fileInput: fileInput, url: 'https://dealeraccelerate-all.s3.amazonaws.com/', type: 'POST', autoUpload: true, formData: formData, paramName: 'file', dataType: 'XML', replaceFileInput: false, progressall: function (e, data) { var progress = parseInt(data.loaded / data.total * 100, 10); progressBar.css('width', progress + '%') }, start: function (e) { submitButton.prop('disabled', true); progressBar. css('background', '#DFF0D8'). css('display', 'block'). css('width', '0%'). text("Loading..."); }, done: function(e, data) { submitButton.prop('disabled', false); progressBar.text("Uploading done"); var uid = parseInt(Math.random() * 999999999); //var imageUrl = 'http://dealeraccelerate-dev.s3.amazonaws.com/'+formData.key if ($fileNamesContainer.length) { var filename = data.files[0].name; var $photoName = $('

') .addClass('directUploadFileName') .attr('data-photo-uid', uid) .attr('data-photo-name', filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') .css({'background-image': `url(${data.url + data.formData.key.replace('${filename}', data.files[0].name)})`}) //.css('background-image', 'url('+imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all')+')') $fileNamesContainer.append($photoName); var $photoNameText = $('

').addClass('directUploadFileNameText') .text(filename) .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') //if (typeof window.firstImage === 'undefined') { //window.firstImage = imageUrl.replace("${filename}", filename).replace('dealeraccelerate-dev', 'dealeraccelerate-all') //} var $closeBtn = $('

×

').addClass('directUploadFileName__remove') .attr('onclick', 'deleteUploadedImage(' + uid + ', event);') $photoName.append($photoNameText).append($closeBtn); } // extract key and generate URL from response var key = $(data.jqXHR.responseXML).find("Key").text(); var url = 'http://dealeraccelerate-all.s3.amazonaws.com/' + key; // create hidden field var input = $("", { type: 'hidden', name: 'contact_rkm_consign_form[upload_photo8_urls][]', value: url, id: 'photo-upload-' + uid }) form.append(input); // explicitly unset files from the file input so they don't get added to the payload with the form submit fileInput.get(0).value = null; }, fail: function(e, data) { submitButton.prop('disabled', false); var errmsg = 'Failed' if (data.messages && data.messages.uploadedBytes) { errmsg = 'Failed: uploaded file exceeds file size (10 MB)'; } progressBar. css("background", "red"). text(errmsg); } }); });

Need some help?

MessageorCall Us

Your form has been submitted!

Exit Message

Your form has been submitted!

Exit Message

World-Class Consignment (2024)

FAQs

What percentage do most consignment shops take? ›

Most trade analysts agree that a 60:40 split in favour of the consignor is fair. This means that the owner or maker receives 60% of each item's selling price, while the consignment shop gets 40%.

What do you mean by consignment answer? ›

What Does Consignment Mean? Consignment is an arrangement in which goods are left in the possession of an authorized third party to sell. A consignment shop, for example, will sell items produced or supplied by someone else, and pay them a portion of the profit.

Is it better to sell or consign? ›

The benefit of consignment is that you may earn more money for your items in the end; however there is a longer waiting period, and there are no guarantees that an item will sell.

Why should selling on consignment be avoided? ›

Disadvantages of consignment selling

Since the goods are out of your physical control, you cannot control the damage and shopper abuse which inventory merchandise is generally subject to. You cannot always affect shelving decisions which wholesalers and retailers make concerning maximum exposure of the merchandise.

Why do consignment shops fail? ›

Several factors contribute to the failure of a consignment shop. These include poor financial management, lack of marketing, and inadequate inventory management. By analyzing these factors, SimpleConsign helps our stores avoid these pitfalls and set them on the path to success.

What is a normal commission in consignment? ›

The rate is usually negotiated between the consignor and consignee. It can vary depending on the type of merchandise, the consignment shop's location, and the consignment agreement's duration. Typically, commission rates range from 30% to 50%, with some consignment shops charging higher rates for specialty items.

What is normal loss in consignment? ›

A normal loss means a loss which is inherent in nature and cannot be avoided. It usually arises due to natural causes such as evaporation, leakage, breakage, etc. We consider it while valuing the closing stock by deducting the quantity of loss from the total quantity.

How do consignment stores make money? ›

In the consignment model, the seller retains ownership of the item. However, the item is placed in the reseller's store or website for sale. The reseller takes a percentage of the final sale price as their commission.

What are the advantages and disadvantages of consignment? ›

What Are Its Advantages and Disadvantages for Consignors and Consignees?
  • Higher Product Visibility.
  • Ability to Test New Offerings and Understand Market Demand.
  • Higher Upfront Costs.
  • Potential Loss of Revenue.
  • Decreased Financial Risk.
  • Takes Up Less Space.
  • Increased Sales Potential.
  • Greater Carrying Costs.
May 25, 2023

Are consignment sales worth it? ›

Is consignment a good idea? Consignment selling can help parents and guardians earn back a sliver of what they spend on their kids, which the nonprofit and nonpartisan Brookings Institute estimates to exceed $310,000 before age 18. Any money earned can be funneled into future expenses as their children grow.

Is it better to donate or consign? ›

Whether you donate or consign, both are eco-friendly choices on the environment by reducing their carbon impact. When your clothes get a second chance, it clears your closets of clutter, as well as promotes reusable fashion.

Why is consignment not a sale? ›

Distinction Between Consignment and Sale

When goods are sent by a seller to its buyer to receive the value of such goods then it is called a sale. In consignment, ownership is not transferred to the consignee. He works entirely on behalf of the consignor. He only possesses the goods.

What is the consignment rule? ›

Consignment is a type of contract in which the consignor delivers the goods to the consignee for sale. The consignee takes care of the goods and sells them. Until the goods are sold, the consignor does not lose ownership of the goods. After the sale, the consignee pays the consignor a certain amount of sale proceeds.

What are the problems with consignment? ›

Some of the most common issues include:
  • Unclear ownership. One of the main points of consignment is that ownership of the goods remains with the consignor until they are sold. ...
  • Risk of loss or damage. ...
  • Payment disputes. ...
  • Inventory reporting. ...
  • Pricing conflicts. ...
  • Unsold goods. ...
  • Conflicts of interest.
Oct 20, 2023

What sells best at a consignment store? ›

Here are 11 types of products commonly sold on consignment:
  1. Vintage Items. Vintage items are sometimes sold in auctions, but they can also be sold on consignment. ...
  2. Children's Toys. ...
  3. Handmade Products. ...
  4. Furniture. ...
  5. Books. ...
  6. Clothes. ...
  7. Musical Instruments. ...
  8. Jewellery.

What is the average percentage of consignment fees? ›

The first thing that the consignor and consignee should agree on is the percentage that each party is entitled to from the consignment sales. While rates will vary from one consignment agreement to another, the industry average is around 60% for the product owner/maker and 40% for the shop owner.

What is the average margin for consignment? ›

What Percentage Do Consignment Shops Take? Consignment shops typically take a 40% commission, which is considered a 60/40 split. 40/60 or 50/50 split is also appropriate, depending on the products you're selling and the type of consignment shop you're selling through.

What is the pricing strategy for consignment? ›

The basic rule of thumb in consignment is to price the item 25% – 40% of the original price you paid. You set the price on all items, so price to sell. Use $1.00 increments, not .

What is the formula for consignment pricing? ›

A great consignment rule of thumb is 25-40% of what you paid for the item, depending on brand name and condition of item. Ebay is also a helpful resource determining how much to price a used item.

References

Top Articles
Latest Posts
Article information

Author: Margart Wisoky

Last Updated:

Views: 6338

Rating: 4.8 / 5 (58 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Margart Wisoky

Birthday: 1993-05-13

Address: 2113 Abernathy Knoll, New Tamerafurt, CT 66893-2169

Phone: +25815234346805

Job: Central Developer

Hobby: Machining, Pottery, Rafting, Cosplaying, Jogging, Taekwondo, Scouting

Introduction: My name is Margart Wisoky, I am a gorgeous, shiny, successful, beautiful, adventurous, excited, pleasant person who loves writing and wants to share my knowledge and understanding with you.