пятница, 19 апреля 2013 г.

Disable state/province option in the Magento

update core_config_data set `value`=0 where path = 'general/region/display_all';
update core_config_data set `value`='' where path = 'general/region/state_required';
source: http://www.magentotricks.com/disable-stateprovince-option-in-the-magento/

Комментариев нет:

Отправить комментарий