diff --git a/class-woocommerce-other-payment-gateway.php b/class-woocommerce-other-payment-gateway.php index 8873153..d0b26ab 100755 --- a/class-woocommerce-other-payment-gateway.php +++ b/class-woocommerce-other-payment-gateway.php @@ -52,6 +52,7 @@ public function init_form_fields(){ 'description' => array( 'title' => __( 'Customer Message', 'woocommerce-other-payment-gateway' ), 'type' => 'textarea', + 'css' => 'width:500px;', 'default' => 'None of the other payment options are suitable for you? please drop us a note about your favourable payment option and we will contact you as soon as possible.', 'description' => __( 'The message which you want it to appear to the customer in the checkout page.', 'woocommerce-other-payment-gateway' ), @@ -75,12 +76,22 @@ public function admin_options() { ?>

+ + + generate_settings_html(); ?>
+

+

Notes:

+
    +
  1. If you encountered any problem with the plugin, please do not hesitate submitting a support ticket.
  2. +
  3. If you like the plugin please leave me a ★★★★★ rating. A huge thank you from me in advance!
  4. +
+