whoami7 - Manager
:
/
home
/
qbizpnmr
/
www
/
wp-content
/
plugins
/
cost-calculator-builder
/
includes
/
classes
/
Upload File:
files >> /home/qbizpnmr/www/wp-content/plugins/cost-calculator-builder/includes/classes/CCBSettingsData.php
<?php namespace cBuilder\Classes; use cBuilder\Classes\pdfManager\CCBPdfManager; use cBuilder\Classes\pdfManager\CCBPdfManagerTemplates; class CCBSettingsData { public static function get_tab_pages() { return array( 'calculator', 'conditions', 'settings', 'customize' ); } public static function settings_data() { return array( 'general' => array( 'header_title' => 'Total Summary', 'descriptions' => true, 'hide_empty' => true, 'sticky' => false, 'show_details_accordion' => true, 'show_option_unit' => true, 'styles' => array( 'radio' => '', 'checkbox' => '', 'toggle' => '', 'radio_with_img' => '', 'checkbox_with_img' => '', ), ), 'currency' => array( 'currency' => '$', 'num_after_integer' => 2, 'decimal_separator' => '.', 'thousands_separator' => ',', 'currencyPosition' => 'left_with_space', ), 'texts' => array( 'invoice_btn' => 'Get invoice', 'required_msg' => 'This field is required', 'form_fields' => array( 'email_format' => 'Invalid email', 'email_field' => 'Email is required', 'name_field' => 'Name is required', 'phone_field' => 'Phone number is required', 'terms_and_conditions_field' => 'Please, check out our terms and click on the checkbox', ), ), 'thankYouPage' => array( 'enable' => true, 'type' => 'same_page', 'page_id' => '', 'custom_page_link' => '', 'title' => 'Thank you for your order!', 'description' => 'We have sent order details to your email.', 'order_title' => 'Order ID', 'back_button_text' => 'Back to calculator', 'download_button' => false, 'download_button_text' => 'Download PDF', 'share_button' => false, 'share_button_text' => 'Send PDF to', 'custom_button' => false, 'custom_button_text' => 'Go to website', 'custom_button_link' => get_home_url(), 'complete_msg' => 'Your order has been placed', ), 'sticky_calc' => array( 'enable' => false, 'display_type' => 'btn', 'btn_position' => 'bottom_left', 'banner_position' => 'bottom', 'icon' => '', 'hide_icon' => false, 'title' => 'calc_title', 'description' => 'Description text', 'formulas' => array(), 'pages' => array(), 'btn_text' => 'Open calculator', 'one_click_action' => 'open_modal', 'show_calculator' => false, 'show_total' => true, 'custom_text' => '', 'custom_desc' => '', 'classes' => '', ), 'formFields' => array( 'fields' => array(), 'emailSubject' => __( 'New Order', 'cost-calculator-builder' ), 'contactFormId' => '', 'formType' => 'cost-calculator', 'applyFormId' => '', 'accessEmail' => false, 'adminEmailAddress' => '', 'formulas' => array(), 'openModalBtnText' => __( 'Make order', 'cost-calculator-builder' ), 'submitBtnText' => __( 'Submit order', 'cost-calculator-builder' ), 'allowContactForm' => false, 'order_id_in_subject' => false, 'body' => 'Dear sir/madam\n' . 'We would be very grateful to you if you could provide us the quotation of the following=>\n' . '\nTotal Summary\n' . '[ccb-subtotal]\n' . 'Total: [ccb-total-0]\n' . 'Looking forward to hearing back from you.\n' . 'Thanks in advance', 'payment' => false, 'paymentMethod' => '', 'accessTermsEmail' => false, 'terms_and_conditions' => array( 'checkbox' => false, 'text' => 'By clicking this box, I agree to your', 'page_id' => '', 'link' => '', 'link_text' => '', ), 'summary_display' => array( 'enable' => false, 'form_title' => 'You will get a quote and invoice after submitting the form', 'submit_btn_text' => 'Get a quote', 'action_after_submit' => 'send_to_email', ), ), 'woo_products' => array( 'enable' => false, 'category_id' => '', 'hook_to_show' => 'woocommerce_after_single_product_summary', 'hide_woo_cart' => false, 'meta_links' => array(), 'category_ids' => array(), 'product_ids' => array(), 'by_category' => true, 'by_product' => false, ), 'woo_checkout' => array( 'enable' => false, 'product_id' => '', 'redirect_to' => 'cart', 'description' => '[ccb-total-0]', 'stock_links' => array(), 'formulas' => array(), ), 'payment_gateway' => array( 'cards' => array( 'enable' => false, 'card_payments' => array( 'stripe' => array( 'enable' => false, 'secretKey' => '', 'publishKey' => '', 'currency' => 'USD', 'mode' => 'test_mode', 'payment_type' => 'same_page', 'logo' => CALC_URL . '/frontend/dist/img/stripe.svg', 'label' => 'Stripe', 'slug' => 'stripe', 'payment_logo_width' => '68px', ), 'razorpay' => array( 'enable' => false, 'keyId' => '', 'secretKey' => '', 'currency' => 'USD', 'payment_type' => 'same_page', 'logo' => CALC_URL . '/frontend/dist/img/razorpay.png', 'label' => 'Razorpay', 'slug' => 'razorpay', 'payment_logo_width' => '88px', ), ), ), 'paypal' => array( 'enable' => false, 'integration_type' => 'legacy', 'paypal_email' => '', 'currency_code' => 'USD', 'paypal_mode' => 'sandbox', 'client_id' => '', 'client_secret' => '', ), 'cash_payment' => array( 'enable' => false, 'label' => 'Cash Payment', 'type' => '', ), 'formulas' => array(), ), 'webhooks' => array( 'enableSendForms' => false, 'enablePaymentBtn' => false, 'enableEmailQuote' => false, 'send_form_url' => '', 'payment_btn_url' => '', 'email_quote_url' => '', 'secret_key_send_form' => '', 'secret_key_payment_btn' => '', 'secret_key_email_quote' => '', ), 'recaptcha_type' => array( 'v2' => 'Google reCAPTCHA v2', 'v3' => 'Google reCAPTCHA v3', ), 'recaptcha_v3' => array( 'siteKey' => '', 'secretKey' => '', ), 'recaptcha' => array( 'enable' => false, 'type' => 'v2', 'options' => array( 'v2' => 'Google reCAPTCHA v2', 'v3' => 'Google reCAPTCHA v3', ), 'v2' => array( 'siteKey' => '', 'secretKey' => '', ), 'v3' => array( 'siteKey' => '', 'secretKey' => '', ), ), 'notice' => array( 'requiredField' => 'This field is required', ), 'page_break' => array( 'total_in_page' => false, 'summary_after_last_page' => false, 'pagination_type' => 'circle_with_line', 'hide_pagination_title' => false, 'formulas' => array(), ), 'icon' => 'fas fa-cogs', 'type' => 'Cost Calculator Settings', ); } public static function general_settings_data() { return array( 'sticky' => array( 'used_banner' => null, ), 'currency' => array( 'use_in_all' => false, 'currency' => '$', 'num_after_integer' => 2, 'decimal_separator' => '.', 'thousands_separator' => ',', 'currencyPosition' => 'left_with_space', ), 'invoice' => array( 'use_in_all' => false, 'showAfterPayment' => true, 'emailButton' => false, 'submitBtnText' => 'Send', 'btnText' => 'Send Quote', 'successText' => 'Email Quote Successfully Sent!', 'errorText' => 'Fill in the required fields correctly.', 'closeBtn' => 'Close', 'buttonText' => 'PDF Download', 'fromEmail' => '', 'fromName' => '', ), 'email_templates' => array( 'title' => __( 'Calculation result', 'cost-calculator-builder' ), 'description' => 'This email is automatically generated and does not require a response. If you have a question, please contact: support@example.com', 'logo' => '', 'logo_position' => 'left', 'footer' => true, 'template_color' => array( 'value' => '#EEF1F7', 'type' => 'color', 'default' => '#EEF1F7', ), 'content_bg' => array( 'value' => '#FFFFFF', 'type' => 'color', 'default' => '#FFFFFF', ), 'header_bg' => array( 'value' => '#FFFFFF', 'type' => 'color', 'default' => '#FFFFFF', ), 'main_text_color' => array( 'value' => '#001931', 'type' => 'color', 'default' => '#001931', ), 'border_color' => array( 'value' => '#ddd', 'type' => 'color', 'default' => '#ddd', ), 'button_color' => array( 'value' => '#00B163', 'type' => 'color', 'default' => '#00B163', ), 'button_text_color' => array( 'value' => '#001931', 'type' => 'color', 'default' => '#001931', ), ), 'form_fields' => array( 'use_in_all' => false, 'emailSubject' => __( 'New order', 'cost-calculator-builder' ), 'adminEmailAddress' => '', 'openModalBtnText' => __( 'Make order', 'cost-calculator-builder' ), 'submitBtnText' => __( 'Submit order', 'cost-calculator-builder' ), 'terms_use_in_all' => false, 'order_id_in_subject' => false, 'terms_and_conditions' => array( 'checkbox' => false, 'text' => 'By clicking this box, I agree to your', 'page_id' => '', 'link' => '', 'link_text' => '', ), 'summary_display' => array( 'use_in_all' => false, 'form_title' => 'You will get a quote and invoice after submitting the form', 'submit_btn_text' => 'Get a quote', 'action_after_submit' => 'send_to_email', ), ), 'backup_settings' => array( 'auto_backup' => false, ), 'ai' => array( 'gpt_api_key' => '', ), 'recaptcha' => array( 'use_in_all' => false, 'enable' => false, 'type' => 'v2', 'v3' => array( 'siteKey' => '', 'secretKey' => '', ), 'v2' => array( 'siteKey' => '', 'secretKey' => '', ), 'options' => array( 'v2' => 'Google reCAPTCHA v2', 'v3' => 'Google reCAPTCHA v3', ), ), 'payment_gateway' => array( 'cards' => array( 'use_in_all' => false, 'card_payments' => array( 'stripe' => array( 'enable' => false, 'secretKey' => '', 'publishKey' => '', 'currency' => 'USD', 'mode' => 'test_mode', 'payment_type' => 'same_page', 'logo' => CALC_URL . '/frontend/dist/img/stripe.svg', 'label' => 'Stripe', 'slug' => 'stripe', 'payment_logo_width' => '68px', ), 'razorpay' => array( 'enable' => false, 'keyId' => '', 'secretKey' => '', 'currency' => 'USD', 'payment_type' => 'same_page', 'logo' => CALC_URL . '/frontend/dist/img/razorpay.png', 'label' => 'Razorpay', 'slug' => 'razorpay', 'payment_logo_width' => '112px', ), ), ), 'paypal' => array( 'use_in_all' => false, 'integration_type' => 'legacy', 'paypal_email' => '', 'currency_code' => 'USD', 'paypal_mode' => 'sandbox', 'client_id' => '', 'client_secret' => '', ), 'cash_payment' => array( 'use_in_all' => false, 'label' => 'Cash Payment', 'type' => '', ), 'formulas' => array(), ), 'geolocation' => array( 'type' => 'google_map', 'public_key' => '', 'measure' => 'km', 'pickUpIconPath' => '', 'markerIconPath' => '', ), ); } public static function get_settings_pages() { return array( array( 'type' => 'basic', 'title' => __( 'Summary block ', 'cost-calculator-builder' ), 'slug' => 'total-summary', 'icon' => 'ccb-icon-new-calculator', ), array( 'type' => 'basic', 'title' => __( 'Currency', 'cost-calculator-builder' ), 'slug' => 'currency', 'icon' => 'ccb-icon-Union-23', ), array( 'type' => 'basic', 'title' => __( 'Warning texts', 'cost-calculator-builder' ), 'slug' => 'texts', 'icon' => 'ccb-icon-Path-3601', ), array( 'type' => 'basic', 'title' => __( 'Confirmation page', 'cost-calculator-builder' ), 'slug' => 'thank-you-page', 'icon' => 'ccb-icon-Check-Circle-new', 'component' => 'confirmation-page', ), array( 'type' => 'pro', 'title' => __( 'Sticky calculator', 'cost-calculator-builder' ), 'slug' => 'sticky-calculator', 'icon' => 'ccb-icon-sticky-calc', ), array( 'type' => 'basic', 'title' => __( 'Order Form', 'cost-calculator-builder' ), 'slug' => 'send-form', 'icon' => 'ccb-icon-XMLID_426', 'icon-warning' => 'ccb-error-icon', ), array( 'type' => 'basic', 'title' => __( 'Form Manager', 'cost-calculator-builder' ), 'slug' => 'form-manager', 'icon' => 'ccb-icon-form-edit-manager', ), array( 'type' => 'pro', 'title' => __( 'Woo Products', 'cost-calculator-builder' ), 'slug' => 'woo-products', 'icon' => 'ccb-icon-Union-17', ), array( 'type' => 'pro', 'title' => __( 'Woo Checkout', 'cost-calculator-builder' ), 'slug' => 'woo-checkout', 'icon' => 'ccb-icon-Path-3498', ), array( 'type' => 'pro', 'title' => __( 'Payments', 'cost-calculator-builder' ), 'slug' => 'payment-gateway', 'icon' => 'ccb-icon-Browser', ), array( 'type' => 'pro', 'title' => __( 'Webhooks', 'cost-calculator-builder' ), 'slug' => 'webhooks', 'icon' => 'ccb-icon-Webhooks', ), ); } public static function get_general_settings_pages() { return array( array( 'type' => 'basic', 'title' => __( 'Currency', 'cost-calculator-builder' ), 'slug' => 'currency', 'icon' => 'ccb-icon-Union-23', ), array( 'type' => 'basic', 'title' => __( 'PDF Entries', 'cost-calculator-builder' ), 'slug' => 'invoice', 'icon' => 'ccb-icon-Path-3494', ), array( 'type' => 'basic', 'title' => __( 'Share Quote Form', 'cost-calculator-builder' ), 'slug' => 'share-quote-form', 'icon' => 'ccb-icon-share-quote', 'icon-warning' => 'ccb-error-icon', ), array( 'type' => 'basic', 'title' => __( 'Order Form', 'cost-calculator-builder' ), 'slug' => 'email', 'icon' => 'ccb-icon-XMLID_426', 'icon-warning' => 'ccb-error-icon', ), array( 'type' => 'basic', 'title' => __( 'Email Template', 'cost-calculator-builder' ), 'slug' => 'email-template', 'icon' => 'ccb-icon-email-template', ), array( 'type' => 'basic', 'title' => __( 'Backup Settings', 'cost-calculator-builder' ), 'slug' => 'backup-settings', 'icon' => 'ccb-icon-History', ), array( 'type' => 'pro', 'title' => __( 'AI Formula', 'cost-calculator-builder' ), 'slug' => 'ai', 'icon' => 'ccb-icon-AI', ), array( 'type' => 'pro', 'title' => __( 'Captcha', 'cost-calculator-builder' ), 'slug' => 'captcha', 'icon' => 'ccb-icon-Path-3468', ), array( 'type' => 'pro', 'title' => __( 'Payments', 'cost-calculator-builder' ), 'slug' => 'payment-gateway', 'icon' => 'ccb-icon-Browser', ), array( 'type' => 'pro', 'title' => __( 'Geolocation', 'cost-calculator-builder' ), 'slug' => 'geolocation', 'icon' => 'ccb-icon-location-lite', ), ); } public static function get_tab_data() { return array( 'calculators' => array( 'icon' => 'ccb-icon-new-calculator', 'label' => __( 'Create', 'cost-calculator-builder' ), 'component' => 'ccb-calculator-tab', ), 'conditions' => array( 'icon' => 'ccb-icon-path3745', 'label' => __( 'Conditions', 'cost-calculator-builder' ), 'component' => '', ), 'settings' => array( 'icon' => 'ccb-icon-Union-28', 'label' => __( 'Settings', 'cost-calculator-builder' ), 'component' => 'ccb-settings-tab', ), 'discounts' => array( 'icon' => 'ccb-icon-Sale-Discount', 'label' => __( 'Discounts', 'cost-calculator-builder' ), 'component' => 'ccb-discounts-tab', ), 'appearances' => array( 'icon' => 'ccb-icon-Union-20', 'label' => __( 'Appearance', 'cost-calculator-builder' ), 'component' => '', ), ); } public static function stm_calc_created_set_option( $post_id, $post, $update ) { if ( ! $update ) { return; } $created = get_option( 'stm_calc_created', false ); if ( ! $created ) { $data = array( 'show_time' => time(), 'step' => 0, 'prev_action' => '', ); set_transient( 'stm_cost-calculator-builder_single_notice_setting', $data ); update_option( 'stm_calc_created', true ); } } public static function stm_admin_notice_rate_calc( $data ) { if ( is_array( $data ) ) { $data['title'] = 'Well done!'; $data['content'] = 'You have built your first calculator up. Now please help us by rating <strong>Cost Calculator 5 Stars!</strong>'; } return $data; } public static function get_calculator_settings( $calc_id ) { $general_settings = self::get_calc_global_settings(); if ( ! $calc_id ) { return array( 'settings' => array(), 'general_settings' => $general_settings, ); } $settings = self::get_calc_single_settings( $calc_id ); $is_need_product_data = self::is_have_woo_product_meta_links( $settings['woo_products'] ); if ( function_exists( 'is_product' ) && $is_need_product_data ) { $settings['woo_products']['current_product'] = self::get_wc_product_data(); $settings['woo_products']['is_product_page'] = is_product(); } return ccb_sync_settings_from_general_settings( $settings, $general_settings, true ); } private static function get_wc_product_data() { if ( defined( CCB_PRO_PATH ) && ! file_exists( CCB_PRO_PATH . '/includes/classes/CCBWooProducts.php' ) ) { return array(); } require_once CCB_PRO_PATH . '/includes/classes/CCBWooProducts.php'; return CCBWooProducts::get_current_product_stock_data(); } /** check is need to get product woocommerce product info for settings */ private static function is_have_woo_product_meta_links( $woo_products_settings ) { if ( ! $woo_products_settings['enable'] ) { return false; } if ( ! function_exists( 'is_product' ) || ! is_product() ) { return false; } if ( count( $woo_products_settings['meta_links'] ) > 0 ) { return true; } return false; } public static function update_calc_global_settings( $data ) { update_option( 'ccb_general_settings', $data ); } public static function get_calc_global_settings() { $global_settings = get_option( 'ccb_general_settings', '' ); if ( empty( $global_settings ) ) { $global_settings = self::general_settings_data(); } if ( has_filter( 'ccb_google_api' ) && isset( $global_settings['geolocation'] ) ) { $global_settings['geolocation']['public_key'] = apply_filters( 'ccb_google_api', '' ); } if ( ccb_pro_active() ) { $options = array( 'use_in_all' => $global_settings['invoice']['use_in_all'], 'showAfterPayment' => $global_settings['invoice']['showAfterPayment'], 'buttonText' => $global_settings['invoice']['buttonText'], ); $global_settings['pdf_manager'] = array( 'templates' => CCBPdfManagerTemplates::ccb_get_templates_list(), 'key' => CCBPdfManager::get_template_key(), 'data' => CCBPdfManager::ccb_get_pdf_manager_data(), 'options' => $options, ); } return $global_settings; } public static function get_calc_single_settings( $calc_id ) { $settings = get_option( 'stm_ccb_form_settings_' . $calc_id, '' ); if ( empty( $settings ) ) { return self::settings_data(); } return $settings; } }
Copyright ©2021 || Defacer Indonesia