{"slug":"easy-product-bundles-for-woocommerce","name":"Product Bundle Builder for WooCommerce","description":"WooCommerce Product Bundle help to creates Product Bundles, Composite Products, Mix and Match, BOGO deals, Offer gift products, and Assembled Products &hellip;","author":"AsanaPlugins","active_installs":6000,"version":"6.19.1","wp_org_url":"https://wordpress.org/plugins/easy-product-bundles-for-woocommerce/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"asnp_wepb_simple_bundle_items","full_table_name":"wp_asnp_wepb_simple_bundle_items","description":"Stores asnp wepb simple bundle items data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"bundle_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"product_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"quantity","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_asnp_wepb_simple_bundle_items ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, bundle_id BIGINT(20) UNSIGNED NOT NULL, product_id BIGINT(20) UNSIGNED NOT NULL, quantity BIGINT(20) UNSIGNED NOT NULL DEFAULT 1, PRIMARY KEY (id), KEY bundle_id (bundle_id), KEY product_id (product_id) ) $collate;\"; return $tables; } /** * Update plugin version to current. */ private static function update_version() { update_option( self::VERSION_OPTION, get_plugin()->version );"}],"table_count":1}