MCayirli Posted April 6, 2021 Share Posted April 6, 2021 SORUN: v1.7.7.2’de Müşteriler -> Adresler -> 'Bu bölüm için gerekli bilgileri düzenleyin' den zorunlu olması istenen bir alan seçilip (Ör. phone_mobile) kaydedildiğinde belirli bir süre sonra sayfa yenilendiğinde zorunlu olması istenen alanın işaretinin kalktığı görülmektedir. ÇÖZÜM: 1. Aşağıdaki satırları /public_html/override/classes/AddressFormat.php dosyası içine ekleyiniz. 2. Gelişmiş Parametreler -> Performans -> Önbelleği Temizle /** @var array Default required form fields list */ public static $requireFormFieldsList = [ 'firstname', 'lastname', 'address1', 'city', 'Country:name', 'phone_mobile', ]; * AddressFormat.php dosyası yoksa, ilgili dosyayı aşağıdaki içerikle oluşturup /public_html/override/classes/ yoluna kopyalayın. <?php class AddressFormat extends AddressFormatCore { /** @var array Default required form fields list */ public static $requireFormFieldsList = [ 'firstname', 'lastname', 'address1', 'city', 'Country:name', 'phone_mobile', ]; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now