Se enviará un enlace a tu dirección de correo electrónico para establecer una nueva contraseña.
var accept_terms_text = "You must accept the terms and conditions to become a vendor.";
$('form.register').on('submit', function (e) {
if (jQuery('#agree_to_terms').is(':visible') && !jQuery('#agree_to_terms').is(':checked') && jQuery('#apply_for_vendor').is(':checked') ) {
e.preventDefault();
alert( window.accept_terms_text );
}
});
Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web, gestionar el acceso a tu cuenta y otros propósitos descritos en nuestra política de privacidad.