Skip to content

Commit 161f7b3

Browse files
Disable Second Chance
1 parent 3a8ffe5 commit 161f7b3

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

etc/adminhtml/system/account.xml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -208,39 +208,6 @@
208208
<config_path>buckaroo_magento2/account/cart_keep_alive</config_path>
209209
</field>
210210

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-
244211
<field id="customer_additional_info" translate="label comment" type="multiselect" sortOrder="200" showInDefault="1" showInWebsite="0" showInStore="0">
245212
<label>Add customer data to request</label>
246213
<source_model>Buckaroo\Magento2\Model\Config\Source\CustomerAdditionalInfo</source_model>

0 commit comments

Comments
 (0)