|
17 | 17 | <div class="form-group row"> |
18 | 18 | <label for="enable_invoice" class="custom-label"><?php esc_html_e( 'Enable Invoice', 'woocommerce-delivery-notes' ); ?></label> |
19 | 19 | <div class="col-sm-6 icon-flex"> |
20 | | - <i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable button that will display on admin side order page.', 'woocommerce-delivery-notes' ); ?>"></i> |
| 20 | + <i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable Print Invoice option on the WooCommerce Orders page.', 'woocommerce-delivery-notes' ); ?>"></i> |
21 | 21 | <label class="switch"> |
22 | 22 | <input type="checkbox" name="wcdn_document[]" id="invoice_checkbox" value="invoice" <?php echo esc_attr( ( get_option( 'wcdn_template_type_invoice', 'yes' ) === 'yes' ) ? 'checked' : '' ); ?> > |
23 | 23 | <span class="slider round"></span> |
|
27 | 27 | <div class="form-group row"> |
28 | 28 | <label for="enable_receipt" class="custom-label"><?php esc_html_e( 'Enable Receipt', 'woocommerce-delivery-notes' ); ?></label> |
29 | 29 | <div class="col-sm-6 icon-flex"> |
30 | | - <i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable button that will display on admin side order page.', 'woocommerce-delivery-notes' ); ?>"></i> |
| 30 | + <i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable Print Receipt option on the WooCommerce Orders page.', 'woocommerce-delivery-notes' ); ?>"></i> |
31 | 31 | <label class="switch"> |
32 | 32 | <input type="checkbox" name="wcdn_document[]" id='receipt' value="receipt" <?php echo esc_attr( ( get_option( 'wcdn_template_type_receipt', 'yes' ) === 'yes' ) ? 'checked' : '' ); ?>> |
33 | 33 | <span class="slider round"></span> |
|
37 | 37 | <div class="form-group row"> |
38 | 38 | <label for="enable_deliverynotes" class="col-sm-2 col-form-label"><?php esc_html_e( 'Enable Delivery Notes', 'woocommerce-delivery-notes' ); ?></label> |
39 | 39 | <div class="col-sm-6 icon-flex"> |
40 | | - <i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable button that will display on admin side order page.', 'woocommerce-delivery-notes' ); ?>"></i> |
| 40 | + <i class="dashicons dashicons-info" data-toggle="tooltip" data-placement="bottom" title="<?php esc_html_e( 'Enable Print Delivery Notes option on the WooCommerce Orders page.', 'woocommerce-delivery-notes' ); ?>"></i> |
41 | 41 | <label class="switch"> |
42 | 42 | <input type="checkbox" name="wcdn_document[]" id='delivery_note' value="delivery-note" <?php echo esc_attr( ( get_option( 'wcdn_template_type_delivery-note', 'yes' ) === 'yes' ) ? 'checked' : '' ); ?>> |
43 | 43 | <span class="slider round"></span> |
|
0 commit comments