ABCT Smart Orders

Control store schedule and open/closed status for WooCommerce with a lightweight free workflow.

3 database tables

Table NameDescriptionMethod
wp_abct_ordersStores order records and related transaction data.Static
wp_abct_orders_queueA job queue table for managing background tasks and scheduled operations.Static
wp_abct_shared_display_locksStores abct shared display locks 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_options
Option key:abct_manual_store_statusOption key:abct_so_db_versionOption key:woocommerce_currencyOption key:woocommerce_default_countryOption key:woocommerce_store_addressOption key:woocommerce_store_address_2Option key:woocommerce_store_cityOption key:woocommerce_store_phoneOption key:woocommerce_store_postcode
wp_postmeta
Post meta