=== WPEC Custom Fields === Contributors: dpe415 Tags: wpec, e-commerce, wp e-commerce, custom fields, custom meta Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 0.1 Replaces WPEC's custom meta functionality with WordPress's default custom fields capabilities. == Description == WPEC Custom Fields replaces the default WP E-Commerce (WPEC) product custom meta functionality with WordPress's default custom fields. == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Create a new product or edit an existing product 1. Add or edit custom fields on WPEC products just like a regular WordPress post. == Frequently Asked Questions == = What version(s) of WP E-Commerce does this plugin work with? The plugin has been tested with versions 3.8.6+, but should work with any version 3.8 and above. = What about existing WPEC custom meta? = The plugin works with existing meta. Any existing custom meta items will show up as regular WordPress custom fields as normal. = Why are there numbered custom field keys in the select drop-down box? Previously-entered WPEC custom meta entries could be tied to a numeric "key" as well as the user-entered, text key. It is safe to ignore these entries and even delete them from the database if you so choose. A future version of this plugin may even take care of this. == Screenshots == 1. The WPEC add/edit product screen showing the "Advanced Settings" box with no custom meta functionality and the standard WordPress "Custom Fields" box. == Changelog == = 0.1 = * First post!