|
208 | 208 | <config_path>buckaroo_magento2/account/cart_keep_alive</config_path>
|
209 | 209 | </field>
|
210 | 210 |
|
211 |
| - <field id="second_chance" translate="label comment" type="select" sortOrder="191" showInDefault="1" showInWebsite="1" showInStore="1"> |
212 |
| - <label>Second Chance enabled</label> |
213 |
| - <comment><![CDATA[Enables or disables Second Chance mode <br/> <b>Important: enable this function will enable keep cart alive function too</b>]]></comment> |
214 |
| - <tooltip>Set to 'Yes' will enable Second Chance mode.</tooltip> |
215 |
| - <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
216 |
| - <config_path>buckaroo_magento2/account/second_chance</config_path> |
217 |
| - <depends> |
218 |
| - <field id="cart_keep_alive">1</field> |
219 |
| - </depends> |
220 |
| - </field> |
221 |
| - |
222 |
| - <field id="second_chance_timing" translate="label comment" type="text" sortOrder="191" showInDefault="1" showInWebsite="1" showInStore="1"> |
223 |
| - <label>Due hours (between 0 and 24hr)</label> |
224 |
| - <comment><![CDATA[Timing for this second-chance email .]]></comment> |
225 |
| - <config_path>buckaroo_magento2/account/second_chance_timing</config_path> |
226 |
| - <backend_model>Buckaroo\Magento2\Model\Config\Backend\SecondChance</backend_model> |
227 |
| - <depends> |
228 |
| - <field id="cart_keep_alive">1</field> |
229 |
| - <field id="second_chance">1</field> |
230 |
| - </depends> |
231 |
| - </field> |
232 |
| - |
233 |
| - <field id="no_send_second_chance" translate="label comment" type="select" sortOrder="191" showInDefault="1" showInWebsite="1" showInStore="1"> |
234 |
| - <label>Don't send payment reminder when product is out of stock</label> |
235 |
| - <comment><![CDATA[Don't send payment reminder when product is out of stock]]></comment> |
236 |
| - <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
237 |
| - <config_path>buckaroo_magento2/account/no_send_second_chance</config_path> |
238 |
| - <depends> |
239 |
| - <field id="cart_keep_alive">1</field> |
240 |
| - <field id="second_chance">1</field> |
241 |
| - </depends> |
242 |
| - </field> |
243 |
| - |
244 | 211 | <field id="customer_additional_info" translate="label comment" type="multiselect" sortOrder="200" showInDefault="1" showInWebsite="0" showInStore="0">
|
245 | 212 | <label>Add customer data to request</label>
|
246 | 213 | <source_model>Buckaroo\Magento2\Model\Config\Source\CustomerAdditionalInfo</source_model>
|
|
0 commit comments