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

' . sprintf(__( 'Thank you for using WooCommerce :) Should you need help using or extending WooCommerce please read the documentation. For further assistance you can use the community forum or if you have access, our support desk.', 'woocommerce' ), 'http://docs.woothemes.com/documentation/plugins/woocommerce/', 'http://wordpress.org/support/plugin/woocommerce', 'http://support.woothemes.com') . '

' . '

' . __( 'If you are having problems, or to assist us with support, please check the status page to identify any problems with your configuration:', 'woocommerce' ) . '

' . '

' . __( 'System Status', 'woocommerce' ) . '

' . '

' . sprintf(__( 'If you come across a bug, or wish to contribute to the project you can also get involved on GitHub.', 'woocommerce' ), 'https://github.com/woothemes/woocommerce') . '

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

' . __( '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' ) . '

' . '

' . __( 'Coupons', 'woocommerce' ) . ' - ' . __( 'Coupon usage reports.', 'woocommerce' ) . '

' . '

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

' . '

' . __( 'Stock', 'woocommerce' ) . ' - ' . __( 'Stock reports for low stock 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' ) . '

' . '

' . __( 'WooCommerce', 'woocommerce' ) . '

' . '

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

' . '

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

' . '

' . __( 'WooCommerce Docs', 'woocommerce' ) . '

' . '

' . __( 'Official Extensions', 'woocommerce' ) . '

' . '

' . __( 'Official Themes', 'woocommerce' ) . '

' ); }