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
'desc'=> __( 'Show print link in customer emails', 'woocommerce-delivery-notes' ),
227
+
'id'=> 'wcdn_email_print_link',
228
+
'default'=> 'no',
229
+
'type'=> 'checkbox',
230
230
'checkboxgroup' => 'start',
231
231
),
232
232
233
233
array(
234
-
'desc' => __( 'Show print link in Admin emails', 'woocommerce-delivery-notes' ),
235
-
'id' => 'wcdn_admin_email_print_link',
236
-
'default' => 'no',
237
-
'type' => 'checkbox',
238
-
'desc_tip' => __( 'This includes the emails for a new, processing and completed order. On top of that the customer and admin invoice emails will also include the link.', 'woocommerce-delivery-notes' ),
234
+
'desc'=> __( 'Show print link in Admin emails', 'woocommerce-delivery-notes' ),
235
+
'id'=> 'wcdn_admin_email_print_link',
236
+
'default'=> 'no',
237
+
'type'=> 'checkbox',
238
+
'desc_tip'=> __( 'This includes the emails for a new, processing and completed order. On top of that the customer and admin invoice emails will also include the link.', 'woocommerce-delivery-notes' ),
239
239
'checkboxgroup' => 'end',
240
240
),
241
241
@@ -256,6 +256,14 @@ public function get_settings( $section = '' ) {
'desc' => __( 'Print Text from Right to left', 'woocommerce-delivery-notes' ),
262
+
'id' => 'wcdn_rtl_invoice',
263
+
'default' => 'no',
264
+
'type' => 'checkbox',
265
+
'desc_tip' => __( 'Show text in right to left direction in Invoice, Print Receipt & Delivery note if you are using languages such as Hebrew, Arabic, etc.', 'woocommerce-delivery-notes' ),
0 commit comments