AICOSO Dynamic Pricing for WooCommerce

Advanced dynamic pricing rules for WooCommerce with support for bulk discounts, role-based pricing, time-based offers, and custom pricing rules.

4 database tables

Table NameDescriptionMethod
wp_dp_aicoso_audit_logA logging table that records activity, events, or audit history.Static
wp_dp_aicoso_price_cacheA cache table that stores temporary computed or fetched data.Static
wp_dp_aicoso_rule_relationshipsStores dp aicoso rule relationships data created by this plugin.Static
wp_dp_aicoso_rulesStores dp aicoso rules 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:dp_aicoso_db_versionOption key:dp_aicoso_installedOption key:dp_aicoso_settingsOption key:dp_aicoso_version
wp_postmeta
Post meta