View Single Post
  #5  
Old 05-09-2007, 12:59 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Where are all the PHP variables and their values stored?

Code:
include_meta_categories Y SEO include_meta_products Y SEO interneka_id Interneka interneka_per_lead Y Interneka interneka_per_sale Y Interneka intershipper_password Shipping intershipper_username Shipping location_address Test address Company location_city Test city Company location_country US Company location_state CA Company location_zipcode 50001 Company log_bench_reports N Logging log_database N Logging log_debug_messages N Logging log_decrypt_errors N Logging log_file_operations N Logging log_orders_change_status N Logging log_orders_delete N Logging log_orders_export N Logging log_payment_processing_errors N Logging log_products_delete N Logging log_shipping_errors N Logging manufacturers_limit 10 Manufacturers manufacturers_menu Y Manufacturers manufacturers_per_page 25 Manufacturers maximum_order_amount 0 General maximum_order_items 0 General max_gc_amount Gift_Certificates max_nav_pages 10 Appearance max_select_quantity 50 Appearance max_truncate 30 Email membership_signup Y General meta_descr X-Cart: full-featured PHP/MySQL shopping cart soft... SEO meta_keywords x-cart, xcart, cart, shopping cart, php, php4, mys... SEO minimal_order_amount 10 General min_gc_amount 10 Gift_Certificates newsletter_email News_Management newsletter_limit 30 News_Management news_emails_per_pass 0 News_Management news_sleep_interval 0 News_Management number_format 2. Appearance number_of_bestsellers 5 Bestsellers number_of_recommends 10 Recommended_Products orders_department Company orders_per_page_admin 30 Appearance name value category page_title_format A SEO page_title_limit 30 SEO parse_smarty_tags N General paypal_solution ipn periodic_last_time 0 periodic_logs Maintenance_Agent periodic_mode Maintenance_Agent periodic_orders Y Maintenance_Agent periodic_type Maintenance_Agent periodic_visits Y Maintenance_Agent perl_binary General pgp_home_dir Security pgp_key Security pgp_prog /usr/local/bin/pgp Security pgp_public_key Security ppm_gateway_data WC1DYXJ0IENvcHlyaWdodCAoYykgMjAwMS0yMDA0IFJ1c2xhbi... print_giftcerts_separated N Gift_Certificates print_orders_separated N Appearance products_order orderby Appearance products_per_page 10 Appearance products_per_page_admin 30 Appearance products_per_row Appearance qb_exportpayments Y QuickBooks qb_order_prefix QuickBooks qb_reporderpoint 0 QuickBooks realtime_shipping N Shipping redirect_to_cart Y General replace_shipping_with_freight N Shipping restore_language_interface N Appearance return_to_dynamic_part N General root_categories Y General safe_distance 350 Anti_Fraud search_products_category Y Search_products search_products_manufacturers Y Search_products search_products_price Y Search_products search_products_quantity N Search_products search_products_sku Y Search_products search_products_weight Y Search_products select_recommends_list_randomly Y Recommended_Products send_notifications_to_provider Y Email_Note send_to_friend_enabled Y Appearance shop_closed N General shop_closed_key General show_cart_details N Appearance show_cc_info N Email show_in_stock Y Appearance show_passwords_in_notifications Y Email show_thumbnails Y Appearance site_administrator Company slist_cancel_proxy_anonymous Y Stop_List slist_failed_transaction_limit 10 Stop_List slist_fast_order_number 5 Stop_List slist_fast_order_time 30 Stop_List slist_max_transaction 10 Stop_List slist_P_check_enabled Y Stop_List slist_sess_failed_trans_limit 10 Stop_List snapshots a:1:{i:0;a:2:{s:4:"time";i:1178153575;s:5:"descr";... sns_collector_path_url_http SnS_connector sns_collector_path_url_https SnS_connector sns_display_button Y SnS_connector sns_passphrase SnS_connector sns_script_extension php SnS_connector sns_shop_display_name Test SnS_connector spambot_arrest_image_length 5 Image_Verification spambot_arrest_img_generator default Image_Verification spambot_arrest_on_contact_us Y Image_Verification spambot_arrest_on_login Y Image_Verification spambot_arrest_on_registration N Image_Verification spambot_arrest_on_reviews Y Image_Verification spambot_arrest_on_send_to_friend N Image_Verification spambot_arrest_str_generator numbers Image_Verification speed_bar a:3:{i:0;a:5:{s:2:"id";s:1:"1";s:7:"orderby";i:10;... start_year 2005 Company subscriptions_key Subscriptions support_department Company thumbnail_width 125 Appearance timezone_offset 0 Appearance time_format %H:%M:%S Appearance trans_class Website:Retail QuickBooks uk_oriented_ccinfo N General unallowed_request_notify N Email_Note unlimited_products N General upgrade_history upselling_new_window N Upselling_Products UPS_accesskey UPS_OnLine_Tools UPS_password UPS_OnLine_Tools UPS_username UPS_OnLine_Tools users_department Company users_per_page_admin 30 Appearance use_base64_headers N Email use_counties N General use_https_login N Security use_intershipper N Shipping use_js_states Y General use_pgp6 N Security use_PHP_mailer Y Email use_secure_login_page N Security usps_image_type TIF Shipping_Label_Generator USPS_password Shipping usps_sample_mode Y Shipping_Label_Generator name value category USPS_servername Shipping usps_userid Shipping_Label_Generator USPS_username Shipping version 4.1.6 weight_symbol lbs General weight_symbol_grams 453.6 General writing_reviews A Customer_Reviews

those with 3 values are listed by: name - default value - category
those with 2 values are listed by: name - category

in order to reference them in smarty you would type (make sure to match the caps):
{$config.category.name}
ie: if you wanted the company name you would type {$config.Company.company_name}


you can find all this info in your sql database under xcart_config or just run "SELECT name , value , category FROM xcart_config WHERE type != 'separator' ORDER BY `xcart_config` . `name` ASC LIMIT 0, 500 ; " and export to a pdf for an organized table view
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote