开发者 | leewillis77 |
---|---|
更新时间 | 2024年10月28日 23:01 |
捐献地址: | 去捐款 |
PHP版本: | 3.2 及以上 |
WordPress版本: | 4.3 |
/wp-content/plugins/
directoryIt'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.