in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Extending Coupons

Last post 06-17-2008 10:05 AM by phatPhil. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-17-2008 10:05 AM

    Extending Coupons

    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
    • admin\coupons.aspx
    • admin\coupons.aspx.cs
    • checkout.aspx
    • checkout.aspx.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
    Filed under: , ,
Page 1 of 1 (1 items)