![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/app/code/Amasty/MWishlist/etc/adminhtml/ |
<?xml version="1.0"?> <!-- /** * @author Amasty Team * @copyright Copyright (c) Amasty (https://www.amasty.com) * @package Multiple Wishlist for Magento 2 */--> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section id="amasty_mwishlist" translate="label" type="text" sortOrder="132123" showInDefault="1" showInWebsite="1" showInStore="1"> <resource>Amasty_MWishlist::config</resource> <class>separator-top</class> <label>Multiple Wishlist</label> <tab>amasty</tab> <group id="amasty_information" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Information</label> <frontend_model>Amasty\MWishlist\Block\Adminhtml\System\Config\Information</frontend_model> </group> <group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <label>General</label> <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Enabled</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="networks" translate="label" type="multiselect" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Allow List Sharing via</label> <frontend_model>Amasty\MWishlist\Block\Adminhtml\System\Config\Field\Multiselect</frontend_model> <source_model>Amasty\MWishlist\Model\Source\Networks</source_model> <can_be_empty>1</can_be_empty> <depends> <field id="enabled">1</field> </depends> </field> </group> <group id="customer_notifications" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Customer Notifications</label> <field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Send Price Alerts</label> <comment>If enabled, customers will get notified about changes of product prices in their Wish and Requisition lists.</comment> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="frequency" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Frequency</label> <source_model>Magento\Cron\Model\Config\Source\Frequency</source_model> <backend_model>Amasty\MWishlist\Model\Config\Backend\Alert</backend_model> <depends> <field id="enabled">1</field> </depends> </field> <field id="time" translate="label" type="time" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0"> <label>Start Time</label> <depends> <field id="enabled">1</field> </depends> </field> <field id="email_sender" translate="label" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Email Sender</label> <source_model>Magento\Config\Model\Config\Source\Email\Identity</source_model> <depends> <field id="enabled">1</field> </depends> </field> <field id="email_template" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Email Template</label> <comment>Select the appropriate template for the email notifications.</comment> <source_model>Amasty\MWishlist\Model\Source\Email\PriceAlertNotificationTemplate</source_model> <depends> <field id="enabled">1</field> </depends> </field> </group> </section> </system> </config>