芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/bancard_/includes/settings-bancard.php
array( 'title' => __('Enable/Disable', 'woocommerce'), 'type' => 'checkbox', 'label' => __('Enable Bancard standard', 'woocommerce'), 'default' => 'yes' ), 'title' => array( 'title' => __('Title', 'woocommerce'), 'type' => 'text', 'description' => __('This controls the title which the user sees during checkout.', 'woocommerce'), 'default' => __('Bancard', 'woocommerce'), 'desc_tip' => true, ), 'description' => array( 'title' => __('Description', 'woocommerce'), 'type' => 'text', 'desc_tip' => true, 'description' => __('Credit card payment with Bancard.', 'woocommerce'), 'default' => __('Pay via Bancard; you can pay with your credit card if you don\'t have a Bancard account.', 'woocommerce') ), 'email' => array( 'title' => __('Bancard Email', 'woocommerce'), 'type' => 'email', 'description' => __('Please enter your Bancard email address; this is needed in order to take payment.', 'woocommerce'), 'default' => get_option('admin_email'), 'desc_tip' => true, 'placeholder' => 'you@youremail.com' ), 'testmode' => array( 'title' => __('Bancard Sandbox', 'woocommerce'), 'type' => 'checkbox', 'label' => __('Enable Bancard sandbox environment
https://vpos.infonet.com.py:8888
', 'woocommerce'), 'default' => 'yes', 'description' => sprintf(__('Bancard sandbox can be used to test payments. Sign up for a developer account
here
.', 'woocommerce'), 'https://comercios.bancard.com.py/'), ), 'debug' => array( 'title' => __('Debug Log', 'woocommerce'), 'type' => 'checkbox', 'label' => __('Enable logging', 'woocommerce'), 'default' => 'no', 'description' => sprintf(__('Log Bancard events, such as IPN requests, inside
%s
', 'woocommerce'), wc_get_log_file_path('bancard')) ), 'api_details' => array( 'title' => __('API Credentials', 'woocommerce'), 'type' => 'title', 'description' => sprintf(__('Enter your PayPal API credentials to process refunds via PayPal. Learn how to access your PayPal API Credentials %shere%s.', 'woocommerce'), '
', '
'), ), 'api_public_key' => array( 'title' => __('API Public Key', 'woocommerce'), 'type' => 'text', 'description' => __('Get your API credentials from PayPal.', 'woocommerce'), 'default' => '', 'desc_tip' => true, 'placeholder' => __('Optional', 'woocommerce') ), 'api_private_key' => array( 'title' => __('API Private Key', 'woocommerce'), 'type' => 'text', 'description' => __('Get your API credentials from PayPal.', 'woocommerce'), 'default' => '', 'desc_tip' => true, 'placeholder' => __('Optional', 'woocommerce') ), );