You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input id for City has changed in Checkout but the autoFillCity function in media\com_redshop\js\redshop.common.js:1154 needs to be updated too for it to work again from:
"city" => "company-city" and "private-city" with a if/ else if.
if (document.getElementById('company-city')) { document.getElementById('company-city').value = xmlhttp.responseText; } else if (document.getElementById('private-city')) { document.getElementById('private-city').value = xmlhttp.responseText; }
The input id for City has changed in Checkout but the autoFillCity function in media\com_redshop\js\redshop.common.js:1154 needs to be updated too for it to work again from:
"city" => "company-city" and "private-city" with a if/ else if.
if (document.getElementById('company-city')) { document.getElementById('company-city').value = xmlhttp.responseText; } else if (document.getElementById('private-city')) { document.getElementById('private-city').value = xmlhttp.responseText; }
@NguyenBao10
The text was updated successfully, but these errors were encountered: