%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.242 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/application/config/ |
Upload File : |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); // GoCart Theme $config['theme'] = 'stella'; // SSL support $config['ssl_support'] = true; // Business information $config['company_name'] = 'Stella Sports'; $config['address1'] = 'Pakki Kotli Sialkot, Punjab 51310.'; $config['address2'] = 'Pakki Kotli Sialkot, Punjab 51310.'; $config['country'] = 'Pakistan'; // use proper country codes only $config['city'] = 'Sialkot'; $config['state'] = 'Punjab'; $config['zip'] = '51010'; $config['email'] = 'info@stellasports.com.pk'; $config['reply_email'] = 'info@stellasports.com.pk'; $config['email_from'] = 'stmp@stellasports.com.pk'; // Store currency /* Dinesh-Ramakrishnan : Implementing Custom Currency $config['currency'] = 'USD'; // USD, EUR, etc $config['currency_symbol'] = '$';*/ $config['currency'] = 'PK'; $config['currency_symbol'] = 'Rs. '; // Shipping config units $config['weight_unit'] = 'LB'; // LB, KG, etc $config['dimension_unit'] = 'IN'; // FT, CM, etc // site logo path (for packing slip) $config['site_logo'] = '/images/logo.png'; //change the name of the admin controller folder $config['admin_folder'] = 'admin'; //file upload size limit $config['size_limit'] = intval(ini_get('upload_max_filesize'))*1024; //are new registrations automatically approved (true/false) $config['new_customer_status'] = true; //do we require customers to log in $config['require_login'] = false; //default order status $config['order_status'] = 'Pending'; // default Status for non-shippable orders (downloads) $config['nonship_status'] = 'Delivered'; $config['order_statuses'] = array( 'Pending' => 'Pending', 'Processing' => 'Processing', 'Shipped' => 'Shipped', 'On Hold' => 'On Hold', 'Cancelled' => 'Cancelled', 'Delivered' => 'Delivered' ); // enable inventory control ? $config['inventory_enabled'] = true; // allow customers to purchase inventory flagged as out of stock? $config['allow_os_purchase'] = true; //do we tax according to shipping or billing address (acceptable strings are 'ship' or 'bill') $config['tax_address'] = 'ship'; //do we tax the cost of shipping? $config['tax_shipping'] = false; $config['Facebook_APPID'] = '197086400361828'; $config['Facebook_APPSecret'] = '0afd2a5a52f0fa6b968f24f1c9f5be2f';