NO FULL PACKAGE!!!!
___ English _____
Bug when you try to create one Order "without client account". The Gender and birth is required but are hidden in the form.
See instructions below to solve it.
Note: NO FULL PACKAGE!!!! The uploaded file is the fixed "form_check.js.php"
___ Spanish _____
Corregido error por el que no dejaba crear en el backend un pedido a mano a un cliente sin crearle una cuenta de usuario, es decir, cuando se elejía la opción Crear pedido -> "Sin cuenta cliente" daba errores como que no se habia introducido el sexo ni la fecha de nacimiento, pero estos campos eran "hidden" y no se podian editar.
Ver las instrucciones para la corrección mas abajo.
Nota: no es una versión completa, solo inlcuyo el archivo "form_check.js.php" modificado.
------- Instructions: -----
"catalog/admin/includes/form_check.js.php":
Search for:
if (form.customers_gender.type != "hidden"){
and change it with:
if (form.customers_gender.type != "hidden" && form.customers_create_type.value != "none") {
Search for:
if (form.elements['customers_dob'].type != "hidden") {
and change it with:
if (form.elements['customers_dob'].type != "hidden" && form.customers_create_type.value != "none") {
-------------
More...





LinkBack URL
About LinkBacks









Bookmarks