|
1119 | 1119 | </field>
|
1120 | 1120 | </group>
|
1121 | 1121 |
|
| 1122 | + <group id="cm_payments_cbc" translate="label" type="text" sortOrder="70" showInDefault="1" |
| 1123 | + showInWebsite="1" showInStore="1"> |
| 1124 | + <label>CBC by CM.com</label> |
| 1125 | + <field id="active" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" |
| 1126 | + showInStore="1" canRestore="1"> |
| 1127 | + <label>Enabled</label> |
| 1128 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 1129 | + <config_path>payment/cm_payments_cbc/active</config_path> |
| 1130 | + </field> |
| 1131 | + <field id="title" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" |
| 1132 | + showInStore="1" canRestore="1"> |
| 1133 | + <label>Title</label> |
| 1134 | + <config_path>payment/cm_payments_cbc/title</config_path> |
| 1135 | + <depends> |
| 1136 | + <field id="active">1</field> |
| 1137 | + </depends> |
| 1138 | + </field> |
| 1139 | + <field id="profile" translate="label comment" type="text" sortOrder="30" showInDefault="1" |
| 1140 | + showInWebsite="1" showInStore="1"> |
| 1141 | + <label>Profile</label> |
| 1142 | + <comment><![CDATA[Configure the CM.com Payment Profile to use. This profile should contain the available |
| 1143 | + payment methods you want to show to the customer.]]></comment> |
| 1144 | + <config_path>payment/cm_payments_cbc/profile</config_path> |
| 1145 | + <depends> |
| 1146 | + <field id="active">1</field> |
| 1147 | + </depends> |
| 1148 | + </field> |
| 1149 | + <field id="allowspecific" translate="label" type="allowspecific" sortOrder="40" showInDefault="1" |
| 1150 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 1151 | + <label>Payment from Applicable Countries</label> |
| 1152 | + <source_model>Magento\Payment\Model\Config\Source\Allspecificcountries</source_model> |
| 1153 | + <config_path>payment/cm_payments_cbc/allowspecific</config_path> |
| 1154 | + <depends> |
| 1155 | + <field id="active">1</field> |
| 1156 | + </depends> |
| 1157 | + </field> |
| 1158 | + <field id="specificcountry" translate="label" type="multiselect" sortOrder="50" showInDefault="1" |
| 1159 | + showInWebsite="1" showInStore="1"> |
| 1160 | + <label>Payment from Specific Countries</label> |
| 1161 | + <source_model>Magento\Directory\Model\Config\Source\Country</source_model> |
| 1162 | + <can_be_empty>1</can_be_empty> |
| 1163 | + <config_path>payment/cm_payments_cbc/specificcountry</config_path> |
| 1164 | + <depends> |
| 1165 | + <field id="active">1</field> |
| 1166 | + </depends> |
| 1167 | + </field> |
| 1168 | + <field id="allow_specific_currency" translate="label" type="select" sortOrder="51" showInDefault="1" |
| 1169 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 1170 | + <label>Payment in Applicable Currencies</label> |
| 1171 | + <source_model>CM\Payments\Model\Adminhtml\Source\AllSpecificCurrencies</source_model> |
| 1172 | + <config_path>payment/cm_payments_cbc/allow_specific_currency</config_path> |
| 1173 | + <depends> |
| 1174 | + <field id="active">1</field> |
| 1175 | + </depends> |
| 1176 | + </field> |
| 1177 | + <field id="specific_currency" translate="label" type="multiselect" sortOrder="52" showInDefault="1" |
| 1178 | + showInWebsite="1" showInStore="1"> |
| 1179 | + <label>Payment from Specific Currencies</label> |
| 1180 | + <source_model>CM\Payments\Model\Adminhtml\Source\Currency</source_model> |
| 1181 | + <can_be_empty>1</can_be_empty> |
| 1182 | + <config_path>payment/cm_payments_cbc/specific_currency</config_path> |
| 1183 | + <depends> |
| 1184 | + <field id="active">1</field> |
| 1185 | + </depends> |
| 1186 | + </field> |
| 1187 | + <field id="min_order_total" translate="label" type="text" sortOrder="60" showInDefault="1" |
| 1188 | + showInWebsite="1" showInStore="1"> |
| 1189 | + <label>Minimum Order Total</label> |
| 1190 | + <config_path>payment/cm_payments_cbc/min_order_total</config_path> |
| 1191 | + <depends> |
| 1192 | + <field id="active">1</field> |
| 1193 | + </depends> |
| 1194 | + </field> |
| 1195 | + <field id="max_order_total" translate="label" type="text" sortOrder="70" showInDefault="1" |
| 1196 | + showInWebsite="1" showInStore="1"> |
| 1197 | + <label>Maximum Order Total</label> |
| 1198 | + <config_path>payment/cm_payments_cbc/max_order_total</config_path> |
| 1199 | + <depends> |
| 1200 | + <field id="active">1</field> |
| 1201 | + </depends> |
| 1202 | + </field> |
| 1203 | + <field id="order_expiry_unit" translate="label" type="select" sortOrder="80" showInDefault="1" |
| 1204 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 1205 | + <label>Order Expiry Unit</label> |
| 1206 | + <source_model>CM\Payments\Model\Adminhtml\Source\OrderExpiryUnit</source_model> |
| 1207 | + <config_path>payment/cm_payments_cbc/order_expiry_unit</config_path> |
| 1208 | + <depends> |
| 1209 | + <field id="active">1</field> |
| 1210 | + </depends> |
| 1211 | + </field> |
| 1212 | + <field id="order_expiry_duration" translate="label" type="text" sortOrder="90" showInDefault="1" |
| 1213 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 1214 | + <label>Order Expiry Duration</label> |
| 1215 | + <config_path>payment/cm_payments_cbc/order_expiry_duration</config_path> |
| 1216 | + <depends> |
| 1217 | + <field id="active">1</field> |
| 1218 | + </depends> |
| 1219 | + </field> |
| 1220 | + <field id="sort_order" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" |
| 1221 | + showInStore="1" canRestore="1"> |
| 1222 | + <label>Sort Order</label> |
| 1223 | + <config_path>payment/cm_payments_cbc/sort_order</config_path> |
| 1224 | + <depends> |
| 1225 | + <field id="active">1</field> |
| 1226 | + </depends> |
| 1227 | + </field> |
| 1228 | + </group> |
| 1229 | + |
| 1230 | + |
1122 | 1231 | <group id="cm_payments_elv" translate="label" type="text" sortOrder="80" showInDefault="1"
|
1123 | 1232 | showInWebsite="1" showInStore="1">
|
1124 | 1233 | <label>ELV by CM.com</label>
|
|
0 commit comments