WP e-Commerce - Filter Shipping Options
Filter the checkout shipping options of "wp-e-commerce" to remove the "simple_shipping" of the "wp-e-commerce-fixed-rate-shipping" plugin based on user's "fixed_rate_shipping_option" capability.
by KLicheR · github.com/klicher/wp-e-commerce-filter-shipphing-options
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/klicher/wp-e-commerce-filter-shipphing-options/archive/refs/heads/master.zipPlugin Name
Filter for "wp-e-commerce" shipping options.
Description
Filter the checkout shipping options of wp-e-commerce to remove the simple_shipping of the wp-e-commerce-fixed-rate-shipping plugin based on user's fixed_rate_shipping_option capability.
Installation
- Upload
wp-e-commerce-filter-shipphing-optionsto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Create a capability (permission) named "fixed_rate_shipping_option" through your favorite user roles manager plugin
Changelogs
1.1
- The filter was no more effective in the checkout after using the "Calculate" shipping button.