Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

[Решено] Оформление заказа, настройка когдачества символов в поле


Recommended Posts

Ребят вот икая проблема смотреть скрин , скажите как сгделать ик что бы в поле можно было вводить 1 или 2 цифры, необходимо для указания отгделения новой почты

 

c05d5faf9c8431751d7df3c8373731d4.png

Link to comment
Share on other sites


В catalog/controller/checkout/checkout.php немного поправить код, в частности заменить тройку на нужное вам лисло

		if((utf8_strlen($this->request->post['address_1']) < 3) || (utf8_strlen($this->request->post['address_1']) > 128)) {
			$this->error['address_1'] = $this->language->get('error_address_1');
		}
  • +1 1
Link to comment
Share on other sites


 

В catalog/controller/checkout/checkout.php немного поправить код, в частности заменить тройку на нужное вам лисло

		if((utf8_strlen($this->request->post['address_1']) < 3) || (utf8_strlen($this->request->post['address_1']) > 128)) {
			$this->error['address_1'] = $this->language->get('error_address_1');
		}

Благодарю, помогло

Link to comment
Share on other sites


  • 7 years later...

Добрый гдень. Нашел похожую тему врогде... На сайте поле кол-во заказов показывает только 1 символ. А нужно хотя бы 4. На просмотре кода меняется. Но заливка кода в стиль не помогает. В каком файле расширить окно, помогите плиз.

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.