Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/plugins/woo-stripe-payment/includes/admin/views/ |
Upload File : |
<?php /** * */ ?> <div class="wc-stripe-support__page"> <div class="wc-stripe-main__container"> <?php include dirname( __FILE__ ) . '/html-main-navigation.php' ?> <div class="wc-stripe-main__header"> <div class="description"> <h1><?php esc_html_e( 'We\'re here to help you.', 'woo-stripe-payment' ) ?></h1> <p> <?php esc_html_e( 'Have a question? Need some help? Please submit a ticket and one of our support specialists will get back to you.', 'woo-stripe-payment' ) ?> <br/> <?php esc_html_e( 'Note: we commit to a 3 day turnaround with free support.', 'woo-stripe-payment' ) ?> </p> </div> <!--<div class="wc-stripe-welcome-header__design"></div>--> </div> <div class="wc-stripe-support__content"> <div class="wc-stripe-main__row justify-content-start"> <div class="wc-stripe-main__card"> <div class="wc-stripe-main-card__content support"> <div class="icon-container support"> <!--<span class="dashicons dashicons-admin-users"></span>--> <img class="icon" src="<?php echo stripe_wc()->assets_url( 'img/support.svg' ) ?>"/> </div> <div class="card-header"> <p> <?php esc_html_e( 'While we commit to a 3 day turnaround, most tickets receive a response within 24 hrs.', 'woo-stripe-payment' ) ?> </p> <p> <?php esc_html_e( 'Click the Create Ticket button and enter all the required information.', 'woo-stripe-payment' ) ?> <br/><br/> </p> <button id="stripeSupportButton" class="wc-stripe-card-button"><?php _e( 'Create Ticket', 'woo-stripe-payment' ) ?></button> </div> </div> </div> </div> </div> </div> </div>