You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<comment><![CDATA[It will be displayed to a customer on the Magento checkout screen before an order placement.]]></comment>
155
+
<label>Description</label>
156
+
<comment><![CDATA[It will be displayed in the Ginger Payments merchant interface alongside the payment.<br/>You can use <a href='https://mage2.pro/t/1834' target='_blank'>variables</a> in the description.]]></comment>
157
157
<depends><fieldid='enable'>1</field></depends>
158
158
</field>
159
159
<field
160
-
id='description'
160
+
id='metadata'
161
161
translate='label'
162
-
type='textarea'
162
+
type='Df\Framework\Form\Element\Multiselect'
163
163
sortOrder='9'
164
164
showInDefault='1'
165
165
showInWebsite='1'
166
166
showInStore='1'
167
167
>
168
-
<label>Description</label>
169
-
<comment><![CDATA[It will be displayed in the Ginger Payments merchant interface alongside the payment.<br/>You can use <a href='https://mage2.pro/t/1834' target='_blank'>variables</a> in the description.]]></comment>
168
+
<label>Metadata</label>
169
+
<source_model>Df\Payment\Metadata</source_model>
170
+
<comment><![CDATA[It will be displayed in the Ginger Payments merchant interface alongside the payment.]]></comment>
170
171
<depends><fieldid='enable'>1</field></depends>
171
172
</field>
172
173
<field
173
-
id='metadata'
174
+
id='btCheckoutMessage'
174
175
translate='label'
175
-
type='Df\Framework\Form\Element\Multiselect'
176
+
type='textarea'
176
177
sortOrder='10'
177
178
showInDefault='1'
178
179
showInWebsite='1'
179
180
showInStore='1'
180
181
>
181
-
<label>Metadata</label>
182
-
<source_model>Df\Payment\Metadata</source_model>
183
-
<comment><![CDATA[It will be displayed in the Ginger Payments merchant interface alongside the payment.]]></comment>
182
+
<label>Bank Transfer checkout message</label>
183
+
<comment><![CDATA[It will be displayed to a customer on the Magento checkout screen before an order placement.]]></comment>
184
+
<depends><fieldid='enable'>1</field></depends>
185
+
</field>
186
+
<field
187
+
id='btInstructions'
188
+
translate='label'
189
+
type='Df\Framework\Form\Element\Textarea'
190
+
dfRows='9'
191
+
sortOrder='11'
192
+
showInDefault='1'
193
+
showInWebsite='1'
194
+
showInStore='1'
195
+
>
196
+
<label>Bank Transfer payment instructions</label>
197
+
<comment><![CDATA[It will be displayed to a customer:<ul class='df-note'>
198
+
<li>on the Magento «<b>checkout success</b>» screen just after an order placement;</li>
199
+
<li>on an <b>order page</b> in the «Order Information» → «Payment Method» block (the bottom-right corner);</li>
200
+
<li>on an order confirmation <b>email</b>.</li></ul>]]></comment>
0 commit comments