|
146 | 146 | <field id="color" translate="label comment" sortOrder="10" type="text" showInDefault="1" |
147 | 147 | showInWebsite="1" showInStore="1"> |
148 | 148 | <label>Color</label> |
149 | | - <comment>Leanpay: #F58466</comment> |
| 149 | + <comment>Leanpay: #EB5A7A</comment> |
150 | 150 | </field> |
151 | 151 | <field id="background_color" translate="label comment" sortOrder="10" type="text" showInDefault="1" |
152 | 152 | showInWebsite="1" showInStore="1"> |
153 | 153 | <label>Background color</label> |
154 | | - <comment>Leanpay: #F58466</comment> |
| 154 | + <comment>Leanpay: #EB5A7A</comment> |
155 | 155 | </field> |
156 | 156 | <field id="font_size_homepage" translate="label comment" sortOrder="20" type="text" showInDefault="1" |
157 | 157 | showInWebsite="1" showInStore="1"> |
|
193 | 193 | <label>Refresh</label> |
194 | 194 | <frontend_model>Leanpay\Payment\Block\System\Config\RefreshButton</frontend_model> |
195 | 195 | </field> |
| 196 | + <group id="advanced" translate="label comment" sortOrder="200" showInDefault="1" |
| 197 | + showInWebsite="1" showInStore="1"> |
| 198 | + <label>Advanced</label> |
| 199 | + <comment>These settings are for advanced customization. Change only if you know what you're doing.</comment> |
| 200 | + <fieldset_css>advanced</fieldset_css> |
| 201 | + <field id="amount_threshold" translate="label comment" sortOrder="10" type="text" showInDefault="1" |
| 202 | + showInWebsite="1" showInStore="1"> |
| 203 | + <label>Amount Threshold</label> |
| 204 | + <comment>Amount threshold at which the dynamic behavior changes. For amounts up to and including this value, the default installment count will be used. For amounts above this value, the maximum available installments will be selected. Default: 300</comment> |
| 205 | + <frontend_class>validate-number</frontend_class> |
| 206 | + </field> |
| 207 | + <field id="default_installment_count" translate="label comment" sortOrder="20" type="text" showInDefault="1" |
| 208 | + showInWebsite="1" showInStore="1"> |
| 209 | + <label>Default Installment Count (≤ Threshold)</label> |
| 210 | + <comment>Default number of installments for amounts up to and including the threshold. Default: 3</comment> |
| 211 | + <frontend_class>validate-number</frontend_class> |
| 212 | + </field> |
| 213 | + <field id="under_threshold_text" translate="label comment" sortOrder="30" type="text" showInDefault="1" |
| 214 | + showInWebsite="1" showInStore="1"> |
| 215 | + <label>Under Threshold Text</label> |
| 216 | + <comment>Text to display when amount is below threshold. Use %1 as placeholder for amount. Example: "%1 EUR"</comment> |
| 217 | + </field> |
| 218 | + <field id="plp_background_color" translate="label comment" sortOrder="40" type="text" showInDefault="1" |
| 219 | + showInWebsite="1" showInStore="1"> |
| 220 | + <label>PLP Background Color</label> |
| 221 | + <comment>Background color for Product Listing Page (Category page) installment display</comment> |
| 222 | + </field> |
| 223 | + <field id="pdp_text_color" translate="label comment" sortOrder="50" type="text" showInDefault="1" |
| 224 | + showInWebsite="1" showInStore="1"> |
| 225 | + <label>PDP Text Color</label> |
| 226 | + <comment>Text color for Product Detail Page installment display</comment> |
| 227 | + </field> |
| 228 | + <field id="quick_information" translate="label comment" sortOrder="60" type="textarea" showInDefault="1" |
| 229 | + showInWebsite="1" showInStore="1"> |
| 230 | + <label>Installment Quick Information</label> |
| 231 | + <comment>Shown inside the installment tooltip on PDP.</comment> |
| 232 | + </field> |
| 233 | + </group> |
196 | 234 | </group> |
197 | 235 | </section> |
198 | 236 |
|
|
0 commit comments