add_help_tab( array( 'id' => 'woocommerce_overview_tab', 'title' => __('Settings', 'woocommerce'), 'content' => '

' . __( 'Welcome to WooCommerce Admin. Here you can set up your store and customise it to fit your needs. The sections available from the settings page include:', 'woocommerce' ) . '

' . '

' . __( 'General', 'woocommerce' ) . ' - ' . __( 'General settings such as your shop base, currency, and script/styling options which affect features used in your store.', 'woocommerce' ) . '

' . '

' . __( 'Pages', 'woocommerce' ) . ' - ' . __( 'This is where important store page are defined. You can also set up other pages (such as a Terms page) here.', 'woocommerce' ) . '

' . '

' . __( 'Catalog', 'woocommerce' ) . ' - ' . __( 'Options for how things like price, images and weights appear in your product catalog.', 'woocommerce' ) . '

' . '

' . __( 'Inventory', 'woocommerce' ) . ' - ' . __( 'Options concerning stock and stock notices.', 'woocommerce' ) . '

' . '

' . __( 'Tax', 'woocommerce' ) . ' - ' . __( 'Options concerning tax, including international and local tax rates.', 'woocommerce' ) . '

' . '

' . __( 'Shipping', 'woocommerce' ) . ' - ' . __( 'This is where shipping options are defined, and shipping methods are set up.', 'woocommerce' ) . '

' . '

' . __( 'Payment Methods', 'woocommerce' ) . ' - ' . __( 'This is where payment gateway options are defined, and individual payment gateways are set up.', 'woocommerce' ) . '

' . '

' . __( 'Emails', 'woocommerce' ) . ' - ' . __( 'Here you can customise the way WooCommerce emails appear.', 'woocommerce' ) . '

' . '

' . __( 'Integration', 'woocommerce' ) . ' - ' . __( 'The integration section contains options for third party services which integrate with WooCommerce.', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( 'id' => 'woocommerce_overview_tab_2', 'title' => __('Reports', 'woocommerce'), 'content' => '

' . __( 'The reports section can be accessed from the left-hand navigation menu. Here you can generate reports for sales and customers.', 'woocommerce' ) . '

' . '

' . __( 'Sales', 'woocommerce' ) . ' - ' . __( 'Reports for sales based on date, top sellers and top earners.', 'woocommerce' ) . '

' . '

' . __( 'Customers', 'woocommerce' ) . ' - ' . __( 'Customer reports, such as signups per day.', 'woocommerce' ) . '

' . '

' . __( 'Stock', 'woocommerce' ) . ' - ' . __( 'Stock reports for low sotck and out of stock items.', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( 'id' => 'woocommerce_overview_tab_3', 'title' => __('Orders', 'woocommerce'), 'content' => '

' . __( 'The orders section can be accessed from the left-hand navigation menu. Here you can view and manage customer orders.', 'woocommerce' ) . '

' . '

' . __( 'Orders can also be added from this section if you want to set them up for a customer manually.', 'woocommerce' ) . '

' ) ); $screen->add_help_tab( array( 'id' => 'woocommerce_overview_tab_4', 'title' => __('Coupons', 'woocommerce'), 'content' => '

' . __( 'Coupons can be managed from this section. Once added, customers will be able to enter coupon codes on the cart/checkout page. If a customer uses a coupon code they will be viewable when viewing orders.', 'woocommerce' ) . '

' ) ); $screen->set_help_sidebar( '

' . __('For more information:') . '

' . '

' . __('WooCommerce') . '

' . '

' . __('Project on WordPress.org') . '

' . '

' . __('Project on Github') . '

' . '

' . __('WooCommerce Docs') . '

' . '

' . __('Official Extensions') . '

' . '

' . __('Offical Themes') . '

' ); }