Magento CE 1.7.0.2 – Manage Number of Address Lines in Checkout

addressce-1.7.0.2checkout

Where ,i can change the number of address lines on the checkout page? Next code returns the number but where to set it?

$this->helper('customer/address')->getStreetLines();

Best Answer

The address is not just on checkout page, but in profile too. Anyway, in admin panel go to System → Configuration → Customers → Customer Configuration open Name and Adress options and the is Number of Lines in a Street Address. Here you can set it.