Changeset 2886779
- Timestamp:
- 03/25/2023 09:20:14 AM (3 years ago)
- Location:
- user-role-based-shipping-method/tags/2.0.1
- Files:
-
- 2 edited
-
pvalley-user-role-based-shipping.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
user-role-based-shipping-method/tags/2.0.1/pvalley-user-role-based-shipping.php
r2736313 r2886779 3 3 * Plugin Name: User role based shipping methods 4 4 * Plugin URI: 5 * Description: It allows you to hide WooCommerce Shipping Methods based on user role and the destination Country.5 * Description: Hide/show shipping methods based on user role and destination country. 6 6 * Version: 2.0.1 7 * Author: Plugin Valley7 * Author: Pluginvalley 8 8 * Author URI: 9 9 * Text Domain: pvalley-user-role-based-shipping … … 11 11 * Requires at least: 5.0 12 12 * WC requires at least: 3.0.0 13 * WC tested up to: 6.5.113 * WC tested up to: 7.5.1 14 14 */ 15 15 -
user-role-based-shipping-method/tags/2.0.1/readme.txt
r2736313 r2886779 1 1 === User role based shipping methods === 2 Contributors: pluginvallies2 Contributors: techsarai, pluginvallies 3 3 Donate link: 4 4 Tags: role based shipping, manage woocommerce shipping, hide shipping method, hide woocommerce shipping method, hide woocommerce shipping method based on user role, hide shipping method based on country, woocommerce 5 5 Requires PHP: 7.0 6 6 Requires at least: 5.0 7 Tested up to: 6. 07 Tested up to: 6.1.1 8 8 Stable tag: 2.0.1 9 License: GPLv 2or later10 License URI: http ://www.gnu.org/licenses/gpl-2.0.html9 License: GPLv3 or later 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 12 Role based Shipping Method Plugin for WooCommerce. Manage Shipping Rates based on User Roles and destination country. … … 14 14 == Introduction == 15 15 16 Manage woocommerce shipping methods based on user role and also allow you to manage based on destination Country.16 Hide/show woocommerce shipping methods based on user role and destination country. 17 17 18 18 == Description == 19 It will allow you to manage the WooCommerce Shipping Cost based on User Role. It will also allow you to manage the WooCommerce Shipping Cost based on Shipping Country. You can use it with Flat Rate / Free Shipping / Local Pickup or any shipping plugin.19 It will allow you to hide/show the WooCommerce Shipping methods based on User Role. It will also allow you to manage the WooCommerce Shipping methods based on Shipping Country. You can use it with Flat Rate / Free Shipping / Local Pickup or any other third party shipping plugin. 20 20 21 21 … … 40 40 41 41 You can also use WordPress uploader to upload plugin zip file in menu Plugins -> Add New -> Upload Plugin. There you can Activate the plugin once it is uploaded successfully. 42 43 == Frequently Asked Questions == 44 45 = How to setup the plugin? = 46 47 Go to plugin settings page. You can navigate it from plugin page. 48 49 I will try to explain it by taking a sample case? 50 51 Woocommerce store info: Assume our store offer three shipping methods - Standard Delivery, Express Shipping, One Day Shipping. 52 53 Case 1: I want to show One Day Shipping method to Administrator user role in USA. 54 55 To acheive it add a new rule in Rules settings page. 56 * Select Administrator in User Role field. 57 * Select United States in Countries field. 58 * Select Label in Action On Shipping Method field. 59 * Add Standard Delivery and Express Shipping methods in Shipping Methods field seperated by semicolon like - Standard Delivery ; Express Shipping. 60 * Click on save changes. 61 * Now go to shop page add any product and recalculate the shipping cost by changing the address, Standard Delivery and Express Shipping method won't be shown. 62 63 Case 2: I want to show Standard Delivery, Express Shipping method to Guest user role in USA. 64 65 To acheive it add a new rule in Rules settings page. 66 * Select Guest in User Role field. 67 * Select United States in Countries field. 68 * Select Label in Action On Shipping Method field. 69 * Add One Day Shipping in Shipping Methods field. 70 * Click on save changes. 71 * Now go to shop page add any product and recalculate the shipping cost by changing the address, One Day Shipping method won't be shown. 72 73 https://www.youtube.com/watch?v=uFEXQKPS0nM 74 75 [Click here to watch the sample](https://www.youtube.com/watch?v=uFEXQKPS0nM) 76 77 = Plugin not working after setting the plugin? = 78 If you have done the plugin setup and you still don't see any change in cart/checkout page then please try to recalculate the shipping cost by changing the address because by default woocommerce will show you the cached shipping methods. 79 80 =Sample= 81 [Click here to watch the sample](https://www.youtube.com/watch?v=uFEXQKPS0nM) 42 82 43 83 == Screenshots == … … 77 117 = 2.0.1 = 78 118 * Handled PHP compatibility issue 119 * Compatibility with WordPress 6.1.1 120 * Compatibility with WooCommerce 7.5.1 121 * Improved plugin page readme content 79 122 80 123 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.