I need to set up discount ranges, depending on the order amount (for example: for orders < $100 - 10% off, for orders between $100 and $300 - 15% off AND free shipping, etc.) Coupons seem to be a good option; however I have a few questions:
- I have to exclude certain states such as Alaska or Hawaii from free shipping. How can I do this if the site uses UPS? I need some guidance, since the ASPDNSF manual search facility really sucks (sorry). I cannot find any config forms for real time shipping methods in the admin.
- I also have to exclude certain products (shipped via freight carrier) from free shipping and other products from any discount (free shipping included). Is there any straightforward way to do this in version 9.0.1.2? I could not find the "not valid for product(s)" field described here: http://blog.aspdotnetstorefront.com/...ating-coupons/ in the 9.0.1.2 admin. Is it included only in ML8 version, and not in the later versions? If custom programming can't be avoided, please let me know where in the (source) code I'll need to do any change. I'd like to tell my customer how much coding he'll have to pay
Thank you...