Has anyone done anything with the coupons? Examples would be modifying the percent off coupon, creating a different kind of coupon.
I am looking to create a free shipping coupon. My first question is what file(s) do I need to modify. I am already working on this, but if one of you with more experience could confirm what files (hopefully only one or two) that would speed me up. And I would gladly share my code.
So far I have found:
-
admin\controls\configuration\couponproviders\percentoffconfiguration.ascx.cs
-
admin\controls\configuration\couponproviders\percentoffconfiguration.ascx.designer.cs
-
admin\controls\overview\productcoupons.ascx.cs
-
admin\controls\overview\productcoupons.ascx.designer.cs
-
-
-
-
Suppose I just want to do what seems like the simplest thing which is just modify the part of some method which calculates the price when a coupon is applied and add a little piece of logic to it to set the shipping to zero if conditions are true.
Thanks for your help.
Phillip