Plugin Directory

Changeset 2886779


Ignore:
Timestamp:
03/25/2023 09:20:14 AM (3 years ago)
Author:
techsarai
Message:

Tested compatibility with wordpress 6.1.1 and woocommerce 7.5.1, Updated readme content

Location:
user-role-based-shipping-method/tags/2.0.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • user-role-based-shipping-method/tags/2.0.1/pvalley-user-role-based-shipping.php

    r2736313 r2886779  
    33 * Plugin Name: User role based shipping methods
    44 * 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.
    66 * Version: 2.0.1
    7  * Author: PluginValley
     7 * Author: Pluginvalley
    88 * Author URI:
    99 * Text Domain: pvalley-user-role-based-shipping
     
    1111 * Requires at least: 5.0
    1212 * WC requires at least: 3.0.0
    13  * WC tested up to: 6.5.1
     13 * WC tested up to: 7.5.1
    1414 */
    1515
  • user-role-based-shipping-method/tags/2.0.1/readme.txt

    r2736313 r2886779  
    11=== User role based shipping methods ===
    2 Contributors: pluginvallies
     2Contributors: techsarai, pluginvallies
    33Donate link:
    44Tags: 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
    55Requires PHP: 7.0
    66Requires at least: 5.0
    7 Tested up to: 6.0
     7Tested up to: 6.1.1
    88Stable tag: 2.0.1
    9 License: GPLv2 or later
    10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9License: GPLv3 or later
     10License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111
    1212Role based Shipping Method Plugin for WooCommerce. Manage Shipping Rates based on User Roles and destination country.
     
    1414== Introduction ==
    1515
    16 Manage woocommerce shipping methods based on user role and also allow you to manage based on destination Country.
     16Hide/show woocommerce shipping methods based on user role and destination country.
    1717
    1818== 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.
     19It 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.
    2020
    2121
     
    4040
    4141You 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
     47Go to plugin settings page. You can navigate it from plugin page.
     48
     49I will try to explain it by taking a sample case?
     50
     51Woocommerce store info: Assume our store offer three shipping methods - Standard Delivery, Express Shipping, One Day Shipping.
     52
     53Case 1: I want to show One Day Shipping method to Administrator user role in USA.
     54
     55To 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
     63Case 2: I want to show Standard Delivery, Express Shipping method to Guest user role in USA.
     64
     65To 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
     73https://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? =
     78If 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)
    4282
    4383== Screenshots ==
     
    77117= 2.0.1 =
    78118 * Handled PHP compatibility issue
     119 * Compatibility with WordPress 6.1.1
     120 * Compatibility with WooCommerce 7.5.1
     121 * Improved plugin page readme content
    79122
    80123== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.