libracore / WooCommerceConnector

Integration App for ERPNext to connect to WooCommerce
Other
81 stars 136 forks source link

How to modify input fields from WooCommerce to ERPnext? #57

Open lisakostrzewa opened 2 years ago

lisakostrzewa commented 2 years ago

We have in our online shop the input fields "first name", "surname" and "company name". The field "company name" is optional.

The log file says: \"billing\":{\"first_name\":\"Max\",\"last_name\":\"Mustermann\",\"company\":\"Test Firma\",\"address_1\":\"Main Road 1\"

In ERPnext there is only a field called "full name". For this first_name and last_name are taken together.

How can this be adapted so that the field "company name" from WooCommerce also appears as part of the address in ERPnext?

lasalesi commented 2 years ago

this would require a dynamic mapping of the connector, which is currently not supported