Get A Quote

Call now for an instant quotation 01782874738

Settings saved successfully!

'; } $api = get_option('plcc_google_api', ''); $base = get_option('plcc_base_price', '500'); $per_km = get_option('plcc_per_km', '15'); $per_kg = get_option('plcc_per_kg', '5'); echo '

Logistics Calculator Settings

'; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
Google Maps API Key:
Base Price (Fix Charge):
Rate Per KM:
Rate Per KG:
'; echo '
'; } // 3. Load Google Maps Scripts & Styles add_action('wp_enqueue_scripts', 'plcc_enqueue_assets'); function plcc_enqueue_assets() { $api_key = get_option('plcc_google_api', ''); if (!empty($api_key)) { wp_enqueue_script('google-maps-places', 'https://maps.googleapis.com/maps/api/js?key=' . esc_attr($api_key) . '&libraries=places', array(), null, true); } } // 4. Shortcode for Front-end [stylish_calculator] add_shortcode('stylish_calculator', 'plcc_render_calculator'); function plcc_render_calculator() { $base = get_option('plcc_base_price', '500'); $per_km = get_option('plcc_per_km', '15'); $per_kg = get_option('plcc_per_kg', '5'); ob_start(); ?>
📦 Instant Logistics Quote
Estimated Total Cost
₹0.00
Scroll to Top