Additional Order Fields
From PhpCOIN Documentation
There are five "optional" fields for the order form, and those five fields are saved into the database.
Admin -> Parameters -> common -> orders -> Orders Form Field Enable Settings- COR (Custom Order Form)
Determines which fields are enabled (visible) on the orders COR form.
Admin -> Parameters -> common -> orders -> Orders Form Field Require Settings- COR (Custom Order Form)
Determines which fields are REQUIRED on the orders COR form.
Admin -> Parameters -> common -> orders -> Orders Form Field Enable Settings- Order
Determines which fields are enabled (visible) on the orders order form. This also effects client editing forms.
Admin -> Parameters -> common -> orders -> Orders Form Field Require Settings- Order
Determines which fields are REQUIRED on the orders order form. This also effects client editing forms.
The labels for these fields can be edited in lang_config.php
# Order Form Optional Field Label Text Params $_CCFG['ORD_LABEL_OPTFLD_01'] = 'Option 1:'; # Optional Field 1 $_CCFG['ORD_LABEL_OPTFLD_02'] = 'Option 2:'; # Optional Field 2 $_CCFG['ORD_LABEL_OPTFLD_03'] = 'Option 3:'; # Optional Field 3 $_CCFG['ORD_LABEL_OPTFLD_04'] = 'Option 4:'; # Optional Field 4 $_CCFG['ORD_LABEL_OPTFLD_05'] = 'Option 5:'; # Optional Field 5
# Order Form COR Optional Field Label Text Params $_CCFG['COR_LABEL_OPTFLD_01'] = 'Option 1:'; # Optional Field 1 $_CCFG['COR_LABEL_OPTFLD_02'] = 'Option 2:'; # Optional Field 2 $_CCFG['COR_LABEL_OPTFLD_03'] = 'Option 3:'; # Optional Field 3 $_CCFG['COR_LABEL_OPTFLD_04'] = 'Option 4:'; # Optional Field 4 $_CCFG['COR_LABEL_OPTFLD_05'] = 'Option 5:'; # Optional Field 5

