Details confirmed
Thank You!
Your seller details have been updated successfully.Redirecting to homepage...
Details Already Updated!
Your details have already been updated.
Do you think it's an error? Please contact us at [email protected]Redirecting to homepage...
(function () { const params = new URLSearchParams(location.search); if (params.get('status') === 'already_updated') { /* Show the message */ document.querySelectorAll('.status-message') .forEach(el => el.style.display = 'block'); /* Hide the form or any block carrying this class */ document.querySelectorAll('.main-form') .forEach(el => el.style.display = 'none'); } })();