Majkel160390 Posted January 15, 2024 Share Posted January 15, 2024 Hello, Prestashop version 1.7.8.11 I am using template: Child theme of at_kinzy's theme Version 1.0.0 and for orders I use the module: One Page Checkout PrestaShop. When a customer places an order, there is a limited number of characters to enter in the field "Company name" I would like it to be possible to enter more characters in this field(currently it is 32 characters). In what file can I make such changes to increase this limitation to, for example, 70 characters or more. Greetings Link to comment Share on other sites More sharing options...
AddWeb Solution Posted February 5, 2024 Share Posted February 5, 2024 On 1/15/2024 at 4:21 PM, Majkel160390 said: I would like it to be possible to enter more characters in this field(currently it is 32 characters). In what file can I make such changes to increase this limitation to, for example, 70 characters or more. Hi, In most cases, it's the address-form.tpl file. Look for the file in your theme directory, which is typically located at themes/your_theme/templates/checkout/_partials. Check the code snippet where the company name field is added and modify the maxlength="70" as per your requirement. I hope this helps! Thanks 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