esc_html__( 'About Best Commerce', 'best-commerce' ),
'page_name' => esc_html__( 'About Best Commerce', 'best-commerce' ),
/* translators: theme version */
'welcome_title' => sprintf( esc_html__( 'Welcome to %s - v', 'best-commerce' ), 'Best Commerce' ),
/* translators: 1: theme name */
'welcome_content' => sprintf( esc_html__( '%1$s is now installed and ready to use! We want to make sure you have the best experience using %1$s and that is why we gathered here all the necessary information for you. We hope you will enjoy using %1$s.', 'best-commerce' ), 'Best Commerce' ),
// Quick links.
'quick_links' => array(
'theme_url' => array(
'text' => esc_html__( 'Theme Details','best-commerce' ),
'url' => 'https://axlethemes.com/downloads/best-commerce/',
),
'demo_url' => array(
'text' => esc_html__( 'View Demo','best-commerce' ),
'url' => 'https://axlethemes.com/theme-demo/?demo=best-commerce',
),
'documentation_url' => array(
'text' => esc_html__( 'View Documentation','best-commerce' ),
'url' => 'https://axlethemes.com/documentation/best-commerce/',
'button' => 'primary',
),
'rate_url' => array(
'text' => esc_html__( 'Rate This Theme','best-commerce' ),
'url' => 'https://wordpress.org/support/theme/best-commerce/reviews/',
),
),
// Tabs.
'tabs' => array(
'getting_started' => esc_html__( 'Getting Started', 'best-commerce' ),
'recommended_actions' => esc_html__( 'Recommended Actions', 'best-commerce' ),
'useful_plugins' => esc_html__( 'Useful Plugins', 'best-commerce' ),
'support' => esc_html__( 'Support', 'best-commerce' ),
'upgrade_to_pro' => esc_html__( 'Upgrade to Pro', 'best-commerce' ),
),
// Getting started.
'getting_started' => array(
array(
'title' => esc_html__( 'Theme Documentation', 'best-commerce' ),
'text' => esc_html__( 'Even if you are a long-time WordPress user, we still believe you should give our documentation a very quick read.', 'best-commerce' ),
'button_label' => esc_html__( 'View documentation', 'best-commerce' ),
'button_link' => 'https://axlethemes.com/documentation/best-commerce/',
'is_button' => false,
'recommended_actions' => false,
'is_new_tab' => true,
),
array(
'title' => esc_html__( 'Recommended Actions', 'best-commerce' ),
'text' => esc_html__( 'We have compiled a list of steps for you, to take make sure the experience you will have using one of our products is very easy to follow.', 'best-commerce' ),
'button_label' => esc_html__( 'Check recommended actions', 'best-commerce' ),
'button_link' => esc_url( admin_url( 'themes.php?page=best-commerce-about&tab=recommended_actions' ) ),
'is_button' => false,
'recommended_actions' => false,
'is_new_tab' => false,
),
array(
'title' => esc_html__( 'Customize Everything', 'best-commerce' ),
'text' => esc_html__( 'Using the WordPress Customizer you can easily customize every aspect of the theme.', 'best-commerce' ),
'button_label' => esc_html__( 'Go to Customizer', 'best-commerce' ),
'button_link' => esc_url( wp_customize_url() ),
'is_button' => true,
'recommended_actions' => false,
'is_new_tab' => false,
),
),
// Recommended actions.
'recommended_actions' => array(
'content' => array(
'woocommerce' => array(
'title' => esc_html__( 'WooCommerce', 'best-commerce' ),
'description' => esc_html__( 'Please install WooCommerce plugin.', 'best-commerce' ),
'check' => class_exists( 'WooCommerce' ),
'plugin_slug' => 'woocommerce',
'id' => 'woocommerce',
),
'woocommerce-pages' => array(
'title' => esc_html__( 'WooCommerce Pages', 'best-commerce' ),
'description' => sprintf( esc_html__( 'Please make sure all WooCommerce pages are set properly. %1$s', 'best-commerce' ), '' . esc_html__( 'Reference', 'best-commerce' ) . '' ),
'check' => best_commerce_woocommerce_pages_status(),
'id' => 'woocommerce-pages',
'help' => best_commerce_woocommerce_pages_status_message(),
),
'front-page' => array(
'title' => esc_html__( 'Setting Static Front Page','best-commerce' ),
'description' => esc_html__( 'Select A static page then Front page and Posts page to display front page specific sections. Note: Static page will be set automatically when you import demo content.', 'best-commerce' ),
'id' => 'front-page',
'check' => ( 'page' === get_option( 'show_on_front' ) ) ? true : false,
'help' => '' . esc_html__( 'Static Front Page', 'best-commerce' ) . '',
),
'one-click-demo-import' => array(
'title' => esc_html__( 'One Click Demo Import', 'best-commerce' ),
'description' => esc_html__( 'Please install the One Click Demo Import plugin to import the demo content.', 'best-commerce' ),
'check' => class_exists( 'OCDI_Plugin' ),
'plugin_slug' => 'one-click-demo-import',
'id' => 'one-click-demo-import',
),
),
),
// Useful plugins.
'useful_plugins' => array(
'description' => esc_html__( 'This theme supports some helpful WordPress plugins to enhance your website.', 'best-commerce' ),
'plugins_list_title' => esc_html__( 'Useful Plugins List:', 'best-commerce' ),
),
// Support.
'support_content' => array(
'first' => array(
'title' => esc_html__( 'Contact Support', 'best-commerce' ),
'icon' => 'dashicons dashicons-sos',
'text' => esc_html__( 'Got theme support question or found bug? Best place to ask your query is our dedicated Support forum.', 'best-commerce' ),
'button_label' => esc_html__( 'Contact Support', 'best-commerce' ),
'button_link' => esc_url( 'https://axlethemes.com/support-forum/forum/best-commerce/' ),
'is_button' => true,
'is_new_tab' => true,
),
'second' => array(
'title' => esc_html__( 'Theme Documentation', 'best-commerce' ),
'icon' => 'dashicons dashicons-book-alt',
'text' => esc_html__( 'Please check our theme documentation for detailed information on how to setup and use theme.', 'best-commerce' ),
'button_label' => esc_html__( 'View Documentation', 'best-commerce' ),
'button_link' => 'https://axlethemes.com/documentation/best-commerce/',
'is_button' => false,
'is_new_tab' => true,
),
'third' => array(
'title' => esc_html__( 'Pro Version', 'best-commerce' ),
'icon' => 'dashicons dashicons-products',
'icon' => 'dashicons dashicons-star-filled',
'text' => esc_html__( 'Upgrade to pro version for more exciting features and additional theme options.', 'best-commerce' ),
'button_label' => esc_html__( 'View Pro Version', 'best-commerce' ),
'button_link' => 'https://axlethemes.com/downloads/best-commerce-pro/',
'is_button' => true,
'is_new_tab' => true,
),
'fourth' => array(
'title' => esc_html__( 'Pre-sale Queries', 'best-commerce' ),
'icon' => 'dashicons dashicons-cart',
'text' => esc_html__( 'Have any query before purchase, you are more than welcome to ask.', 'best-commerce' ),
'button_label' => esc_html__( 'Pre-sale question?', 'best-commerce' ),
'button_link' => 'https://axlethemes.com/pre-sale-question/',
'is_button' => false,
'is_new_tab' => true,
),
'fifth' => array(
'title' => esc_html__( 'Customization Request', 'best-commerce' ),
'icon' => 'dashicons dashicons-admin-tools',
'text' => esc_html__( 'Needed any customization for the theme, you can request from here.', 'best-commerce' ),
'button_label' => esc_html__( 'Customization Request', 'best-commerce' ),
'button_link' => 'https://axlethemes.com/customization-request/',
'is_button' => false,
'is_new_tab' => true,
),
'sixth' => array(
'title' => esc_html__( 'Child Theme', 'best-commerce' ),
'icon' => 'dashicons dashicons-admin-customizer',
'text' => esc_html__( 'If you want to customize theme file, you should use child theme rather than modifying theme file itself.', 'best-commerce' ),
'button_label' => esc_html__( 'About child theme', 'best-commerce' ),
'button_link' => 'https://developer.wordpress.org/themes/advanced-topics/child-themes/',
'is_button' => false,
'is_new_tab' => true,
),
),
// Upgrade.
'upgrade_to_pro' => array(
'description' => esc_html__( 'Upgrade to pro version for more exciting features and additional theme options.', 'best-commerce' ),
'button_label' => esc_html__( 'Upgrade to Pro', 'best-commerce' ),
'button_link' => 'https://axlethemes.com/downloads/best-commerce-pro/',
'is_new_tab' => true,
),
);
Best_Commerce_About::init( apply_filters( 'best_commerce_about_filter', $config ) );