Hi,
I need to set different minimum amount for free shipping based on user roles, so everything should work differently for each user role like total amount to enable free shipping and notification messages related to free shipping.
I could see there is User roles and Amount setting from “Manual min amount” tab of plugin setting page.
But it seems this amount is only used for notification (xx left for free shipping message), not applied to actual cart amount calculation to apply free shipping.
Here is the details what I have done for this feature.
– Set Minimum order amount as $1000 for Free Shipping from Woocommerce > Settings > Shipping tab
– Set Manual Min Amount as $1000 from Woocommerce > Settings > Amount Left for Free Shipping > Manual min amount
– Added several user roles to “User roles” element, for example, user role A, user role B.
– Set user role A amount as $1000, user role B amount as $500.
Everything is ok with user role A.
But had problem with user role B.
Event total cart amount is over $500 for user role B, the free shipping wasn’t applied because Minimum order amount was set as $1000 from Free Shipping setting.
Btw “xx left for free shipping message”, “you have free delivery message” displayed as expected for user role B.
So when cart amount is less than $500, the first message displayed and once it is over $500, free delivery message displayed, which is correct.
Is there a way to overwrite The Minimum order amount set for Free Shipping (Woocommerce > Settings > Shipping tab) with this amount set for each user roles?
So everything should work for both user role A and user role B?
I may be misunderstood about plugin setting, I would be very appreciated if you can point me in case anything wrong with my setting.
Thank you.