0

ver :- Magento 1.9

file :- /app/code/core/Mage/Checkout/Model/Type/Onepage.php

I am getting blank alert box at checkout 1st step.

ajax :- "/checkout/onepage/saveBilling/" Returns {"error":-1,"message":""}

$customerErrors = $customerForm->validateData($customerData);

(line no. 383, function _validateCustomerData)

returns

Array ( [0] => )

This is happening with users having work email address only, with @gmail.com users every thing is working fine.

j08691
  • 204,283
  • 31
  • 260
  • 272

1 Answers1

1

For me the issue was some of the default shipping methods, i disabled UPS/USPS shipping methods (System> Configuration>Shipping Methods) and it works.

Shahroq
  • 969
  • 1
  • 8
  • 15