- Tags: e-commerce, wp e-commerce, wpec
- Requires at least: 3.2
- Tested up to: 4.3
- Stable tag: 2.0
WP e-Commerce extension that allows you to add simple "product options" to products without having to create or manage variations.
- Upload the plugin to the
/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Create your product options under the "Products" menu
- Assign product options to your products
This plugin is no longer supported and is provided for reference purposes only.
It's likely that your theme doesn't include the hooks you need. You'll need to ensure that your theme contains the standard WP e-Commerce hook "wpsc_product_form_fields_begin". You can see the official WP e-Commerce version here, in wpsc-single_product.php here: https://github.com/wp-e-commerce/WP-e-Commerce/blob/3.8.14/wpsc-theme/wpsc-single_product.php#L77
The current stable release of WP e-Commerce doesn't have the hooks to allow external plugins to display info like this during checkout. They're coming in a future version - watch this space
No, if you want the product options to affect stock, or pricing then you should use WP e-Commerce's built in "Variations" functionality
Product options are shown against the sale under Store Sales in your WordPress Dashboard menu
Yes, install a taxonomy ordering plugin - I recommend http://wordpress.org/extend/plugins/taxonomy-terms-order/ Once you've set an order in the admin area, that will be honoured on the front end.
Compotibility with forthcoming WP e-Commerce 4.0
Support for WP e-Commerce 3.8.11
Fix error where product options couldn't be deleted
Allow option sets to be ordered
Allow options to be ordered using taxonomy ordering plugins such as http://wordpress.org/extend/plugins/taxonomy-terms-order/ Development kindly sponsored by Adam at Bauserman Group.
Minor tweaks.
Work alongside personalisable products
Added more flexible filters
Add some filters to allow layout customisation
Minor tweaks. Also hook into proposed checkout / cart hooks for future WP e-Commerce version to display choices during checkout
Avoid PHP warnings on products with no options
Compatability with official hooks added in next WP e-Commerce release
First release