File: /home/kbdhpghp/www/aqualander/wp-content/plugins/infixs-correios-automatico/src/Config/plugin.php
<?php
defined( 'ABSPATH' ) || exit;
return apply_filters( 'infixs_correios_automatico_settings',
[
'general' => [
'autofill_address' => 'yes',
'calculate_shipping_product_page' => 'yes',
'calculate_shipping_product_page_position' => 'description_before',
'show_order_tracking_form' => 'yes',
'show_order_label_form' => 'yes',
'show_order_prepost_form' => 'yes',
'mask_postcode' => 'yes',
'send_email_prepost' => 'no',
'tracking_compatiblity' => 'no',
'simple_cart_shipping_calculator' => 'yes',
'cart_shipping_calculator_always_visible' => 'no',
'auto_calculate_cart_shipping_postcode' => 'no',
'consider_quantity' => 'no',
'auto_calculate_product_shipping_postcode' => 'no',
'terms_and_conditions_of_use_accepted' => 'no',
'enable_order_status' => 'no', //Deprecated in 1.4.3
'active_preparing_to_ship' => 'no',
'active_in_transit' => 'no',
'active_waiting_pickup' => 'no',
'active_returning' => 'no',
'active_delivered' => 'no',
'status_preparing_to_ship' => 'Preparando para envio',
'status_in_transit' => 'Em transporte',
'status_waiting_pickup' => 'Aguardando retirada',
'status_returning' => 'Em devolução',
'status_delivered' => 'Entregue',
'change_preparing_to_ship' => 'manual',
'change_in_transit' => 'manual',
'change_waiting_pickup' => 'manual',
'change_returning' => 'manual',
'change_delivered' => 'manual',
'email_preparing_to_ship' => 'yes',
'email_in_transit' => 'yes',
'email_waiting_pickup' => 'yes',
'email_returning' => 'yes',
'email_delivered' => 'yes',
'auto_change_order_to_completed' => 'no',
'show_full_address_calculate_product' => 'no',
'tracking_page' => 0,
'shipping_bar_progress_color' => '#3B82F6',
'shipping_bar_background_color' => '#dfe5e9',
'shipping_bar_text_color' => '#ffffff',
'shipping_bar_legend_text_color' => '#3B82F6',
'shipping_bar_striped_effect' => 'no',
'shipping_bar_animated_effect' => 'no',
'free_shipping_bar_cart_page' => 'no',
'hide_bar_until_postcode' => 'no',
'when_api_update_tracking_code' => 'update_code',
'calculator_style_id' => 'default',
'calculator_styles' => [
'title' => [
'text_color' => '#000000',
'text_decoration' => [ 'bold' ],
'font_size' => 16,
],
'input' => [
'border_color' => '#dddddd',
'border_size' => 1,
'font_size' => 14,
'text_color' => '#000000',
'icon' => 'truck-01',
'icon_color' => '#1d81d7',
'height' => 44,
'width' => 200,
'border_radius' => 0,
],
'button' => [
'background_color' => '#1d81d7',
'text_color' => '#ffffff',
'font_size' => 14,
'text_decoration' => [ 'bold' ],
'border_color' => '#bbbbbb',
'border_size' => 0,
'border_radius' => 0,
],
'result_title_column' => [
'text_decoration' => [ 'bold' ],
'text_color' => '#333333',
'font_size' => 15,
],
'find_postcode' => [
'font_size' => 12,
'text_color' => '#333333',
],
'result_price' => [
'text_decoration' => [ 'bold' ],
'font_size' => 16,
],
'result_delivery_time' => [
'font_size' => 13,
'text_color' => '#333333',
],
'result_address' => [
'font_size' => 13,
'text_color' => '#333333',
],
'result_table_header' => [
'text_color' => '#333333',
'font_size' => 15,
'border_color' => '#dddddd',
'border_size' => 1,
],
]
],
'auth' => [
'active' => 'no',
'environment' => 'production',
'user_name' => '',
'access_code' => '',
'postcard' => '',
'token' => '',
'contract_number' => '',
'contract_type' => '',
'contract_document' => '',
],
'sender' => [
'name' => '',
'legal_name' => '',
'email' => '',
'phone' => '',
'celphone' => '',
'document' => '',
'address_postalcode' => '',
'address_street' => '',
'address_complement' => '',
'address_number' => '',
'address_neighborhood' => '',
'address_city' => '',
'address_state' => '',
'address_country' => 'BR',
],
'label' => [
'profiles' => [
'default' => [
"id" => "default",
],
'unit' => [
"id" => "unit"
]
]
],
'return' => [
'active' => 'yes',
'days' => '7',
'auto_return' => 'no',
'same_service' => 'yes',
],
'debug' => [
'active' => 'yes',
'debug_log' => 'no',
'info_log' => 'no',
'notice_log' => 'yes',
'warning_log' => 'yes',
'error_log' => 'yes',
'critical_log' => 'yes',
'alert_log' => 'yes',
'emergency_log' => 'yes',
],
'preferences' => [
'order' => [
'per_page' => 10,
'status' => [
'wc-pending',
'wc-processing',
'wc-on-hold',
'wc-completed',
'wc-cancelled',
'wc-refunded',
'wc-failed',
'wc-preparing-to-ship',
'wc-in-transit',
],
]
]
] );