С 9:00 до 19:00 (Сб, ÐÑ: Ñ 12:00 до 18:00)
',
events: {
onAfterPopupShow: function()
{
BX.ajax.post(
'/local/templates/unimagazin_s1/components/bitrix/system.auth.form/brown/registration.php',
{
backurl: '/catalog/benzinovye-gazonokosilki-champion/',
forgotPassUrl: '/personal/profile/?forgot_password=yes',
registrationUrl: '/personal/profile/?register=yes®ister=yes&backurl=%2Fcatalog%2Fbenzinovye-gazonokosilki-champion%2F',
site_id: 's1'
},
BX.delegate(function(result)
{
this.setContent(result);
},
this)
);
}
}
});
authPopup.show();
}*/
function openAuthorizePopup() {
if(window.innerWidth < 790) {
document.location.href = "/personal";
}else{
var authPopup = BX.PopupWindowManager.create("AuthorizePopup", null, {
autoHide: true,
offsetLeft: 0,
offsetTop: 0,
overlay : true,
draggable: {restrict:true},
closeByEsc: true,
closeIcon: { right : "32px", top : "23px"},
content: '

',
events: {
onAfterPopupShow: function() {
BX.ajax.post(
'/local/templates/unimagazin_s1/components/bitrix/system.auth.form/brown/ajax.php',
{
backurl: '/catalog/benzinovye-gazonokosilki-champion/',
forgotPassUrl: '/personal/profile/?forgot_password=yes',
registrationUrl: '/personal/profile/?register=yes',
site_id: 's1'
},
BX.delegate(function(result)
{
this.setContent(result);
},
this)
);
}
}
});
authPopup.show();
}
}