an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 1/12/2010 1:40:44 PM By Bahram. 2 replies.
1/12/2010 10:56:26 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Price for Quantity
Hi Luke,
 
How can I have price for Quantities of a product :
 
  QTY        :   Price
  1- 25      :  100$
  26-50     :   95$
  51-100   :   90$
  101-250 :   85$
  251-500 :   80$
    > 500    :   70$
 
 
There need to  be a table definition in admin for each product, Now  How I can do it in code?
 
Bahram
1/12/2010 12:09:27 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Price for Quantity
Read "Volume Pricing At Product Level" in new features in V4.
DotShoppingCart Staff
1/12/2010 1:40:44 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Price for Quantity
How does it shows to customer on the order form
 
Bahram