Is it possible to allow free shipping on orders over $250 for just one customer level?
Is it possible to allow free shipping on orders over $250 for just one customer level?
Yes, this is possible. Simply set the AppConfig: FreeShippingThreshold accordingly and then set the Level Includes Free Shipping field to Yes for that particular customer level. See if that works for you...![]()
If I change the shipping value to $250 in the appconfig, it won't affect other customer levels that have free shipping on orders over $0.00, right?
Well, I'm afraid that AppConfig: FreeShippingThreshold is for general use. All order will be affected, but it doesn't necessarily mean you can't achieve this requirement. All it takes is a slight tweaking on the AspDotNetStorefrontCore.ShoppingCart class.
Could you let me know where I need to tweak? I can give it a shot. Thanks.
Here are the files that you need to check:
checkoutshipping.aspx.cs
checkoutshippingmult.aspx.cs
checkoutshippingmult2.aspx.cs
shoppingcart.aspx.cs
ShoppingCart.cs
Simply look for the FreeShipping or FreeShippingThreshold