b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / a / home / dev2.destoffenstraat.com / app / code / Bss / AdminEmailNotification / etc / adminhtml /
Filename/home/a/home/dev2.destoffenstraat.com/app/code/Bss/AdminEmailNotification/etc/adminhtml/system.xml
Size15.65 kb
Permissionrw-rw-r--
Ownerroot : root
Create time21-Aug-2025 12:26
Last modified02-Feb-2025 11:53
Last accessed23-Aug-2025 05:15
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?xml version="1.0"?>
<!--
/**
* BSS Commerce Co.
*
* NOTICE OF LICENSE
*
* This source file is subject to the EULA
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://bsscommerce.com/Bss-Commerce-License.txt
*
* @category BSS
* @package Bss_AdminEmailNotification
* @author Extension Team
* @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
* @license http://bsscommerce.com/Bss-Commerce-License.txt
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="bss" translate="label" sortOrder="300">
<label><![CDATA[Bss Commerce]]></label>
</tab>
<section id="adminemailnotification" translate="label" sortOrder="22" showInDefault="1" showInWebsite="1" showInStore="1">
<class>separator-top</class>
<label>Admin Email Notification</label>
<tab>bss</tab>
<resource>Bss_AdminEmailNotification::config_adminemailnotification</resource>
<group id="email_sender" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Sender</label>
<field id="admin_email_sender" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Sender</label>
<source_model>Magento\Config\Model\Config\Source\Email\Identity</source_model>
<comment><![CDATA[Version 1.1.2]]></comment>
</field>
</group>
<group id="new_order" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>New Order</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/new_order/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/new_order/enable_email" separator=",">1</field>
</depends>
</field>
</group>
<group id="low_stock" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Low Stock</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="stock_qty" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Notify When Product Qty Falls Below</label>

<comment>The notification email will be sent when product quanity falls below this value.</comment>
<depends>
<field id="adminemailnotification/low_stock/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/low_stock/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/low_stock/enable_email" separator=",">1</field>
</depends>
</field>
</group>
<group id="order_status" translate="label" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Order Status Change</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/order_status/enable_email" separator=",">1</field>
</depends>
</field>
<field id="status" translate="label" type="multiselect" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Status</label>
<source_model>Bss\AdminEmailNotification\Model\Config\Source\Status</source_model>
<depends>
<field id="adminemailnotification/order_status/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/order_status/enable_email" separator=",">1</field>
</depends>
</field>
</group>
<group id="review" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
<label>New Review</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/review/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/review/enable_email" separator=",">1</field>
</depends>
</field>
</group>
<group id="new_register" translate="label" type="text" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1">
<label>New Customer Registration</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/new_register/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/new_register/enable_email" separator=",">1</field>
</depends>
</field>
</group>
<group id="subcribe_newsletter" translate="label" type="text" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Customer Newsletter Subscription</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/subcribe_newsletter/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/subcribe_newsletter/enable_email" separator=",">1</field>
</depends>
</field>
</group>
<group id="unsubcribe_newsletter" translate="label" type="text" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Customer Newsletter Unsubscription</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/unsubcribe_newsletter/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/unsubcribe_newsletter/enable_email" separator=",">1</field>
</depends>
</field>
</group>
<group id="wishlist" translate="label" type="text" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1">
<label>New Wish List</label>
<field id="enable_email" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Notification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="admin_email_templates" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Template</label>
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
<comment>Email template is chosen based on theme fallback when "Default" option is selected.</comment>
<depends>
<field id="adminemailnotification/wishlist/enable_email" separator=",">1</field>
</depends>
</field>
<field id="admin_receiver" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Email Receiver</label>
<validate>validate-emails</validate>
<comment>Email recipients, separated by commas.</comment>
<depends>
<field id="adminemailnotification/wishlist/enable_email" separator=",">1</field>
</depends>
</field>
</group>
</section>
</system>
</config>