How to disable required field "company" for customers in Prestashop 1.7.5? - prestashop

i'd like to make Company Field not required in adress form in Back Office -> Customers -> adresses -> click on modify or create adress.
Just looked in AdminAdressesController but don't where to make overriding...
Thanks !

There is an option at Back Office -> Customers -> adresses -> Set required field for this section.(At bottom of address list).
Here you can set or unset required fields.

Related

Enable customer address override checkbox via api

We are using an iPaaS platform named Celigo to sync orders from our ecom platform into Netsuite. Our question is we want to override the default ship to address on a customers account with a new address from a new order that would be sync'ed into Netsuite.
However we are not able to find what field name is used to enable the Override checkbox on a customers default shipto address. Any suggestions?
Set the destination record field as 'shipoverride'. Data type = boolean, Hard-coded, use custom value, enter default value as F. Setting in Celigo Image

How to find external ID of ReportsInvoices without Payment

I try to customize report of invoice without payment, but i can't fin external ID of report to print. So i opened odoo, then go to setting -> Reporting -> Reporting -> and search for account.invoice
The problem that i have lot of choices .
Settings--> Techncial --> Reports --> Invoice
Is this you want?

Prestashop 1.7.3.3 Edit Registration Form

I use prestashop 1.7.3.3 e-commerce system.
I need to get a phone number from the customer.
Phone field looks optional. I want to make it mandatory.
How can i do that?
enter image description here
You can set that field as mandatory in the BO > Customers > Addresses.

Override email templates (mailalert module) in prestashop

We have an eshop in prestashop (1.6.1.12 version) with mail alerts module installed. The concept is to modify the email template in order to change the way some values are being displayed. In particular we would like to modify the new_order email notification (the one that the shop owner receive for every new order) removing the product links from the product list and display the shipping costs without tax (the total tax is visible on the next field of the email).
You have the template files in this directory:
/modules/mailalerts/mails/[your-language]

How to change list sequence field register in prestashop 1.6?

i want to change list sequence of field register in prestashop 1.6 like country - state - city, i have tried edit in themes - default-bootsrap - address but cannot work
You have to change in to backoffice:
Localization -> Countries -> Edit the active country that you want to change the list
Then in Address format you can choose the order, change, and remove.