MarketEngine

A free WordPress plugin that allows you to build a multi vendor marketplace platform for any niche.

7 database tables

Table NameDescriptionMethod
wp_marketengine_custom_fieldsStores marketengine custom fields data created by this plugin.Static
wp_marketengine_fields_relationshipStores marketengine fields relationship data created by this plugin.Static
wp_marketengine_message_itemStores marketengine message item data created by this plugin.Static
wp_marketengine_message_itemmetaStores marketengine message itemmeta data created by this plugin.Static
wp_marketengine_order_itemmetaStores order records and related transaction data.Static
wp_marketengine_order_itemsStores order records and related transaction data.Static
wp_marketengine_sessionsStores session data for tracking user or visitor state.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:blog_charsetOption key:buyer-labelOption key:comments_per_pageOption key:contact-actionOption key:contact-availableOption key:contact-titleOption key:finish_wizardOption key:is_required_email_confirmationOption key:links_updated_date_formatOption key:listing-labelOption key:marketengine_Option key:marketengine_listing_maximum_images_allowedOption key:marketengine_permalinksOption key:marketengine_versionOption key:me-added-sample-dataOption key:payment-currency-codeOption key:payment-currency-labelOption key:payment-currency-signOption key:paypal-commission-feeOption key:posts_per_rssOption key:purchasion-actionOption key:purchasion-availableOption key:purchasion-titleOption key:seller-labelOption key:test_mode
wp_postmeta
Post meta
wp_posts
Custom post type:listingCustom post type:me_order
wp_termmeta
Term meta
wp_terms
Custom taxonomy:listing_categoryCustom taxonomy:listing_tag
wp_usermeta
User meta