an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Custom Product Discounts
Last Post 2/23/2011 5:36:23 PM By lukezy. 14 replies.
Page 2 of 2 (15 posts) << First < Prev 1 2 Next > Last >> 
2/22/2011 2:22:48 AM
malshini
Posts: 29
Joined: 11/9/2010
Re: Custom Product Discounts
The sale Price for products are not been used for products (instead it takes the products price) . I checked the cart items adjusted unit price - it takes the price instead of sale price.
 
Am i missing some step?
 
Urgent!
 
Thanks a lot
2/22/2011 12:05:15 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Custom Product Discounts
In Admin > User > Roles you can define a role that has some Discount > 0. When the user belonging to the role log in WebUtils.IsDiscountGroup() will set to true.
 
It's from method Cart.Get(). The reason it was placed into HttpContext.Current.Items is caching which is to improve performance.
DotShoppingCart Staff
2/23/2011 2:26:07 AM
malshini
Posts: 29
Joined: 11/9/2010
Re: Custom Product Discounts
Please let me know if there is a place to define to select "Percentage" or "Amount" when displaying the Sale Price. (from Admin Panel)
 
Thanks a lot.!
2/23/2011 5:36:23 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Custom Product Discounts
I think the product page display sale price amount and the percentage of discount. You will need to customize it if you want to display it differently.
DotShoppingCart Staff
Page 2 of 2 (15 posts) << First < Prev 1 2 Next > Last >>