TitanCart Lite

A self-hosted eCommerce engine for WordPress. Own tables, own REST API, own admin. No extra plugins. No page-builder bloat.

22 database tables

Table NameDescriptionMethod
wp_tc_Stores tc data created by this plugin.Static
wp_tc_currenciesStores tc currencies data created by this plugin.Static
wp_tc_customer_field_valuesStores tc customer field values data created by this plugin.Static
wp_tc_downloadable_acceptancesStores tc downloadable acceptances data created by this plugin.Static
wp_tc_downloadable_agreementsStores tc downloadable agreements data created by this plugin.Static
wp_tc_downloadable_filesStores tc downloadable files data created by this plugin.Static
wp_tc_downloadable_keysStores tc downloadable keys data created by this plugin.Static
wp_tc_downloadable_logA logging table that records activity, events, or audit history.Static
wp_tc_email_templatesStores tc email templates data created by this plugin.Static
wp_tc_logsA logging table that records activity, events, or audit history.Static
wp_tc_notification_settingsStores tc notification settings data created by this plugin.Static
wp_tc_order_status_translationsStores order records and related transaction data.Static
wp_tc_order_statusesStores order records and related transaction data.Static
wp_tc_ordersStores order records and related transaction data.Static
wp_tc_product_filtersStores product records and related data.Static
wp_tc_productsStores product records and related data.Static
wp_tc_settingsStores tc settings data created by this plugin.Static
wp_tc_shipping_rate_conditionsStores tc shipping rate conditions data created by this plugin.Static
wp_tc_social_providersStores tc social providers data created by this plugin.Static
wp_tc_subscribersStores tc subscribers data created by this plugin.Static
wp_tc_tax_classesStores tc tax classes data created by this plugin.Static
wp_tc_tax_zone_locationsStores tc tax zone locations data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_commentmeta
Comment meta
wp_comments
Direct access
wp_options
Option key:titancart_db_versionOption key:titancart_license_Option key:titancart_license_titancartOption key:titancart_migration_versionOption key:titancart_remove_data_on_uninstallOption key:titancart_versionOption key:woocommerce_custom_orders_table_enabledOption key:woocommerce_version
wp_postmeta
Post meta
wp_termmeta
Term meta
wp_usermeta
User meta