system.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="promo" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="0" showInStore="0">
  11. <class>separator-top</class>
  12. <label>Promotions</label>
  13. <tab>customer</tab>
  14. <resource>Magento_SalesRule::config_promo</resource>
  15. <group id="auto_generated_coupon_codes" translate="label" showInDefault="1" sortOrder="10">
  16. <label>Auto Generated Specific Coupon Codes</label>
  17. <field id="length" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
  18. <label>Code Length</label>
  19. <comment>Excluding prefix, suffix and separators.</comment>
  20. <frontend_class>validate-digits</frontend_class>
  21. </field>
  22. <field id="format" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
  23. <label>Code Format</label>
  24. <source_model>Magento\SalesRule\Model\System\Config\Source\Coupon\Format</source_model>
  25. </field>
  26. <field id="prefix" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
  27. <label>Code Prefix</label>
  28. </field>
  29. <field id="suffix" translate="label" type="text" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
  30. <label>Code Suffix</label>
  31. </field>
  32. <field id="dash" translate="label comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0">
  33. <label>Dash Every X Characters</label>
  34. <comment>If empty no separation.</comment>
  35. <frontend_class>validate-digits</frontend_class>
  36. </field>
  37. </group>
  38. </section>
  39. <section id="rss">
  40. <group id="catalog">
  41. <field id="discounts" translate="label" type="select" sortOrder="12" showInDefault="1" showInWebsite="1" showInStore="1">
  42. <label>Coupons/Discounts</label>
  43. <source_model>Magento\Config\Model\Config\Source\Enabledisable</source_model>
  44. </field>
  45. </group>
  46. </section>
  47. </system>
  48. </config>