Skip to main content

I'm sure you have this figured out by now but it might help someone else.

I am using Magento CE 1.9.2. In addition to what you have already done, try this:

  1. commentComment/delete required class in *appapp/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml*phtml. You might also have to do the shipping.phtml as well depending on your needs.

  2. changeChange the validation rules in cutomer_eav_attributecustomer_eav_attribute table for the attribute id you are changing (get it from the eav_attributeeav_attribute table)

I'm sure you have this figured out by now but it might help someone else.

I am using Magento CE 1.9.2. In addition to what you have already done, try this:

  1. comment/delete required class in *app/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml*. You might also have to do the shipping.phtml as well depending on your needs.

  2. change the validation rules in cutomer_eav_attribute table for the attribute id you are changing (get it from the eav_attribute table)

I'm sure you have this figured out by now but it might help someone else.

I am using Magento CE 1.9.2. In addition to what you have already done, try this:

  1. Comment/delete required class in app/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml. You might also have to do the shipping.phtml as well depending on your needs.

  2. Change the validation rules in customer_eav_attribute table for the attribute id you are changing (get it from the eav_attribute table)

added 4 characters in body
Source Link
seb
  • 3.6k
  • 3
  • 26
  • 57

I'm sure you have this figured out by now but it might help someone else.

I am using Magento CE 1.9.2. In addition to what you have already done, try this:

  1. comment/delete required class in app/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml. You might also have to do the shipping.phtml as well depending on your needs.

    comment/delete required class in *app/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml*. You might also have to do the shipping.phtml as well depending on your needs.

  2. change the validation rules in cutomer_eav_attribute table for the attribute id you are changing (get it from the eav_attribute table)

    change the validation rules in cutomer_eav_attribute table for the attribute id you are changing (get it from the eav_attribute table)

I'm sure you have this figured out by now but it might help someone else.

I am using Magento CE 1.9.2. In addition to what you have already done, try this:

  1. comment/delete required class in app/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml. You might also have to do the shipping.phtml as well depending on your needs.
  2. change the validation rules in cutomer_eav_attribute table for the attribute id you are changing (get it from the eav_attribute table)

I'm sure you have this figured out by now but it might help someone else.

I am using Magento CE 1.9.2. In addition to what you have already done, try this:

  1. comment/delete required class in *app/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml*. You might also have to do the shipping.phtml as well depending on your needs.

  2. change the validation rules in cutomer_eav_attribute table for the attribute id you are changing (get it from the eav_attribute table)

Source Link
alan-ch
  • 155
  • 1
  • 8

I'm sure you have this figured out by now but it might help someone else.

I am using Magento CE 1.9.2. In addition to what you have already done, try this:

  1. comment/delete required class in app/design/frontend/PACKAGE/THEME/template/persistent/checkout/onepage/billing.phtml. You might also have to do the shipping.phtml as well depending on your needs.
  2. change the validation rules in cutomer_eav_attribute table for the attribute id you are changing (get it from the eav_attribute table)