Creating customization fields
In order to create custom fields, it is possible to use the field Customizable at Sales Layer channel. The plugin allows internal fields that we can add after the field name, as: "Field_name:file” or "Field_name:archivo”.
If we want a field to be required, we need to use the following command: "Field_name:required”.
The fields can be created as comma-separated text, attributes list, or by using a formula to generate a comma-separated text. If you want to send it in different languages, you need to choose the field text.
Let’s see some examples:
- When sending through Sales Layer the field "Name_field:file” in PrestaShop, it will be a field to upload images.
- When sending from Sales Layer the field "Name_field:required” in PrestaShop, it will be a required field for the customer.
- When sending from Sales Layer the field "Name_field:file:required” in PrestaShop, it will be a required field to upload images.
