{"slug":"easy-upsells-for-woocommerce","name":"Easy Upsells, Related Products & Product Recommendations for WooCommerce","description":"Boost sales and increase average order value with WooCommerce upsells, related products, product recommendations, product addons, cross-sells.","author":"AsanaPlugins","active_installs":10,"version":"1.6.0","wp_org_url":"https://wordpress.org/plugins/easy-upsells-for-woocommerce/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"asnp_weuc_upsell_cross_sell","full_table_name":"wp_asnp_weuc_upsell_cross_sell","description":"Stores asnp weuc upsell cross sell data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"status","type":"TINYINT UNSIGNED","nullable":false,"primary_key":false},{"name":"items","type":"longtext","nullable":true,"primary_key":false},{"name":"targets","type":"longtext","nullable":true,"primary_key":false},{"name":"filters","type":"longtext","nullable":true,"primary_key":false},{"name":"conditions","type":"longtext","nullable":true,"primary_key":false},{"name":"schedule","type":"longtext","nullable":true,"primary_key":false},{"name":"styles","type":"longtext","nullable":true,"primary_key":false},{"name":"upsell_type","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"position","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"css_selector","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"type","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"theme","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"theme_size","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"trigger_name","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"custom_trigger","type":"varchar(200)","nullable":false,"primary_key":false},{"name":"options","type":"longtext","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_asnp_weuc_upsell_cross_sell ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, name varchar(200) NOT NULL DEFAULT '', status TINYINT UNSIGNED NOT NULL DEFAULT '1', items longtext NULL, targets longtext NULL, filters longtext NULL, conditions longtext NULL, schedule longtext NULL, styles longtext NULL, upsell_type varchar(200) NOT NULL DEFAULT '', position varchar(200) NOT NULL DEFAULT '', css_selector varchar(200) NOT NULL DEFAULT '', type varchar(200) NOT NULL DEFAULT '', theme varchar(200) NOT NULL DEFAULT '', theme_size varchar(200) NOT NULL DEFAULT '', trigger_name varchar(200) NOT NULL DEFAULT '', custom_trigger varchar(200) NOT NULL DEFAULT '', options longtext NULL, PRIMARY KEY (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}