|
12 | 12 | <field id="title" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1"> |
13 | 13 | <label>Title</label> |
14 | 14 | </field> |
15 | | - <field id="api_key" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1"> |
16 | | - <label>API Key</label> |
17 | | - </field> |
18 | | - <field id="show_branding" translate="label" type="select" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 15 | + <field id="show_branding" translate="label" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1"> |
19 | 16 | <label>Show CryptAPI branding</label> |
20 | 17 | <comment>Show CryptAPI Logo</comment> |
21 | 18 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
22 | 19 | </field> |
23 | | - <field id="add_blockchain_fee" translate="label" type="select" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 20 | + <field id="add_blockchain_fee" translate="label" type="select" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1"> |
24 | 21 | <label>Add the blockchain fee to the order</label> |
25 | 22 | <comment>This will add an estimation of the blockchain fee to the order value</comment> |
26 | 23 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
27 | 24 | </field> |
28 | | - <field id="fee_order_percentage" translate="label" type="select" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 25 | + <field id="fee_order_percentage" translate="label" type="select" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1"> |
29 | 26 | <label>Service fee manager</label> |
30 | | - <comment>Set the CryptAPI service fee you want to charge the costumer. Note: Fee you want to charge your costumers (to cover CryptAPI\'s fees fully or partially)</comment> |
| 27 | + <comment>Set the CryptAPI service fee you want to charge the costumer. Note: Fee you want to charge your costumers (to cover CryptAPI\'s fees fully or partially) |
| 28 | + </comment> |
31 | 29 | <source_model>Cryptapi\Cryptapi\Model\Config\Source\FeesList</source_model> |
32 | 30 | </field> |
33 | | - <field id="qrcode_default" translate="label" type="select" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 31 | + <field id="qrcode_default" translate="label" type="select" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1"> |
34 | 32 | <label>QR Code by default</label> |
35 | 33 | <comment>Show the QR Code by default</comment> |
36 | 34 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
37 | 35 | </field> |
38 | | - <field id="qrcode_size" translate="label" type="text" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 36 | + <field id="qrcode_size" translate="label" type="text" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1"> |
39 | 37 | <label>QR Code size</label> |
40 | 38 | </field> |
41 | | - <field id="qrcode_setting" translate="label" type="select" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 39 | + <field id="qrcode_setting" translate="label" type="select" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1"> |
42 | 40 | <label>Color Scheme</label> |
43 | 41 | <comment>Selects the color scheme of the plugin to match your website (Light, Dark and Auto to automatically detect it).</comment> |
44 | 42 | <source_model>Cryptapi\Cryptapi\Model\Config\Source\QrcodeOptions</source_model> |
45 | 43 | </field> |
46 | | - <field id="color_scheme" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 44 | + <field id="color_scheme" translate="label" type="select" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1"> |
47 | 45 | <label>QR Code to show</label> |
48 | 46 | <comment>Select how you want to show the QR Code to the user. Either select a default to show first, or hide one of them.</comment> |
49 | 47 | <source_model>Cryptapi\Cryptapi\Model\Config\Source\SchemeList</source_model> |
50 | 48 | </field> |
51 | | - <field id="refresh_value_interval" translate="label" type="select" sortOrder="11" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 49 | + <field id="refresh_value_interval" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> |
52 | 50 | <label>Refresh converted value</label> |
53 | | - <comment>The system will automatically update the conversion value of the invoices (with real-time data), every X minutes. This feature is helpful whenever a customer takes long time to pay a generated invoice and the selected crypto a volatile coin/token (not stable coin). Warning: Setting this setting to none might create conversion issues, as we advise you to keep it at 5 minutes.</comment> |
| 51 | + <comment>The system will automatically update the conversion value of the invoices (with real-time data), every X minutes. This feature is helpful whenever a customer |
| 52 | + takes long time to pay a generated invoice and the selected crypto a volatile coin/token (not stable coin). Warning: Setting this setting to none might create |
| 53 | + conversion issues, as we advise you to keep it at 5 minutes. |
| 54 | + </comment> |
54 | 55 | <source_model>Cryptapi\Cryptapi\Model\Config\Source\RefreshList</source_model> |
55 | 56 | </field> |
56 | | - <field id="order_cancelation_timeout" translate="label" type="select" sortOrder="12" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 57 | + <field id="order_cancelation_timeout" translate="label" type="select" sortOrder="11" showInDefault="1" showInWebsite="1" showInStore="1"> |
57 | 58 | <label>Order cancelation timeout</label> |
58 | | - <comment>Selects the ammount of time the user has to pay for the order. When this time is over, order will be marked as 'Cancelled' and every paid value will be ignored. Notice: If the user still sends money to the generated address, value will still be redirected to you. Warning: We do not advice more than 1 Hour.</comment> |
| 59 | + <comment>Selects the ammount of time the user has to pay for the order. When this time is over, order will be marked as 'Cancelled' and every paid value will be ignored. |
| 60 | + Notice: If the user still sends money to the generated address, value will still be redirected to you. Warning: We do not advice more than 1 Hour. |
| 61 | + </comment> |
59 | 62 | <source_model>Cryptapi\Cryptapi\Model\Config\Source\CancellationList</source_model> |
60 | 63 | </field> |
| 64 | + <field id="api_key" translate="label" type="text" sortOrder="12" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 65 | + <label>API Key</label> |
| 66 | + <comment> |
| 67 | + <![CDATA[Insert here your CryptAPI Pro API Key. You can get one here: <a href="https://pro.cryptapi.io/" target="_blank">https://pro.cryptapi.io/</a>. <strong>This field is optional.</strong>]]> |
| 68 | + </comment> |
| 69 | + </field> |
61 | 70 | <group id="supported_cryptocurrencies" translate="label" type="text" sortOrder="13" showInDefault="1" showInWebsite="1" |
62 | 71 | showInStore="1"> |
63 | 72 | <label>Cryptocurrencies</label> |
|
66 | 75 | <label>Add you address here:</label> |
67 | 76 | <frontend_model>Cryptapi\Cryptapi\Block\Adminhtml\Cryptocurrencies</frontend_model> |
68 | 77 | <backend_model>Magento\Config\Model\Config\Backend\Serialized\ArraySerialized</backend_model> |
69 | | - <comment>Important: Add only 1 address per cryptocurrency!</comment> |
| 78 | + <comment> |
| 79 | + <![CDATA[Add only 1 address per cryptocurrency!<br/><strong>Important:</strong> If you are using CryptAPI Pro you can choose if setting the receiving addresses here bellow or in your CryptAPI Pro settings page.<br/> - In order to set the addresses on plugin settings, you need to select “Address Override” while creating the API key.<br/> - In order to set the addresses on CryptAPI Pro settings, you need to NOT select “Address Override” while creating the API key.]]> |
| 80 | + </comment> |
70 | 81 | </field> |
71 | 82 | </group> |
72 | 83 | <field id="allowspecific" translate="label" type="allowspecific" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1"> |
|
82 | 93 | </field> |
83 | 94 | <field id="disable_conversion" translate="label" type="select" sortOrder="18" showInDefault="1" showInWebsite="1" showInStore="1"> |
84 | 95 | <label>Disable price conversion</label> |
85 | | - <comment>Attention: This option will disable the price conversion for ALL cryptocurrencies! If you check this, pricing will not be converted from the currency of your shop to the cryptocurrency selected by the user, and users will be requested to pay the same value as shown on your shop, regardless of the cryptocurrency selected</comment> |
| 96 | + <comment>Attention: This option will disable the price conversion for ALL cryptocurrencies! If you check this, pricing will not be converted from the currency of your |
| 97 | + shop to the cryptocurrency selected by the user, and users will be requested to pay the same value as shown on your shop, regardless of the cryptocurrency selected |
| 98 | + </comment> |
86 | 99 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
87 | 100 | </field> |
88 | 101 | </group> |
|
0 commit comments