an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > Free product (promotion) for orders with total ...
Last Post 12/8/2009 5:10:49 PM By lukezy. 1 replies.
12/8/2009 12:33:02 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Free product (promotion) for orders with total value more than XXX$
 Hi Luke
 
How we can define a  coupon  to discount on the Total Order more than xxx$
and assign a product to that coupon as 0$ value when the order exceeds xxx$
 
Please let me know what source code needed to be changed?
 
 
Thanks
 
12/8/2009 5:10:49 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Free product (promotion) for orders with total value more than XXX$
1) add fields to DSC_Coupon
2) change DotShoppingCart.Commercial.Core.Coupon to do what you are describing here
DotShoppingCart Staff