__( 'Options', 'woocommerce-jetpack' ),
'type' => 'title',
'id' => 'wcj_track_users_general_options',
),
array(
'title' => __( 'Countries by Visits', 'woocommerce-jetpack' ),
'desc' => __( 'Enable admin dashboard widget', 'woocommerce-jetpack' ),
'id' => 'wcj_track_users_by_country_widget_enabled',
'default' => 'yes',
'type' => 'checkbox',
),
array(
'desc' => __( 'Info', 'woocommerce-jetpack' ),
'desc_tip' => __( 'Select which info to show in admin dashboard widget.', 'woocommerce-jetpack' ),
'id' => 'wcj_track_users_by_country_widget_scopes',
'default' => array( '1', '28' ),
'type' => 'multiselect',
'class' => 'chosen_select',
'options' => $this->track_users_scopes,
),
array(
'desc' => __( 'Top Countries', 'woocommerce-jetpack' ),
'desc_tip' => __( 'Select how many top countries to show.', 'woocommerce-jetpack' ),
'id' => 'wcj_track_users_by_country_widget_top_count',
'default' => 10,
'type' => 'number',
'custom_attributes' => ( array( 'min' => 0 ) ),
),
array(
'title' => __( 'Track Orders', 'woocommerce-jetpack' ),
'desc_tip' => __( 'Save customer\'s acquisition source (i.e. HTTP referer) for orders.', 'woocommerce-jetpack' ) . ' ' .
__( 'This will add "Booster: Acquisition Source" meta box to each order\'s edit page.', 'woocommerce-jetpack' ) . '
' .
apply_filters( 'booster_message', '', 'desc' ),
'desc' => __( 'Enable', 'woocommerce-jetpack' ),
'id' => 'wcj_track_users_save_order_http_referer_enabled',
'default' => 'no',
'type' => 'checkbox',
'custom_attributes' => apply_filters( 'booster_message', '', 'disabled' ),
),
array(
'desc' => __( 'Order List Columns: Referer', 'woocommerce-jetpack' ),
'desc_tip' => sprintf( __( 'This will add "Referer" column to the orders list.', 'woocommerce-jetpack' ),
admin_url( 'edit.php?post_type=shop_order' ) ) . '
' .
apply_filters( 'booster_message', '', 'desc' ),
'id' => 'wcj_track_users_shop_order_columns_referer',
'default' => 'no',
'type' => 'checkbox',
'custom_attributes' => apply_filters( 'booster_message', '', 'disabled' ),
),
array(
'desc' => __( 'Order List Columns: Referer Type', 'woocommerce-jetpack' ),
'desc_tip' => sprintf( __( 'This will add "Referer Type" column to the orders list.', 'woocommerce-jetpack' ),
admin_url( 'edit.php?post_type=shop_order' ) ) . '
' .
apply_filters( 'booster_message', '', 'desc' ),
'id' => 'wcj_track_users_shop_order_columns_referer_type',
'default' => 'no',
'type' => 'checkbox',
'custom_attributes' => apply_filters( 'booster_message', '', 'disabled' ),
),
array(
'type' => 'sectionend',
'id' => 'wcj_track_users_general_options',
),
);